PDA

View Full Version : Impex does not import maxwebportal mssql


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; }
}

Jerry
Fri 24th Oct '08, 6:50pm
There is no support for MSSQL in maxportalweb, not supported and not existing isn't the same as a bug.