hctopcu
Wed 22nd Oct '08, 6:59am
maxwebportal system allows only mysql database
My old forum is on MaxWebPortal Version 1.230 I'm tying to import but no data is being imported. When I read the codes I saw this in all functions:function get_maxportalweb_members_list(.................)
{
....................................
if ($databasetype == 'mysql')
{....................................}
else
{ return false; }
}