Weather by You!

Templates and Projects support => Php templates => Topic started by: coya2009 on June 06, 2014, 02:23:29 PM

Title: Management screen problem
Post by: coya2009 on June 06, 2014, 02:23:29 PM
Hi,

When I starting up the Template Manager Module I get a screen to login, when I login with "adminpass" I must wait for 20 seconds, then I get an emty with screen???

Peter
Title: Re: Management screen problem
Post by: Mr.Meteo on June 07, 2014, 07:59:04 AM
Hi Peter,

First, check that you have copied subfolders too (lib, include)
then, check permissions on these files and folders (usually "666")
finally, if nothing works, check Inside file manage.php to locate
these lines:
//error_reporting(E_ALL);
and simply remove the double slash (// mean comments)... this
will tell Php to show all possible problems.

Regards,
Jacques