Hi, Recently, our hosting company has changed their server and they tranfer our information. Since that time we get a blank page in the logout page and we get a blank page when we add an ads in the second page (when we choose category). No error in the error.log and no error in error page in cpanel. I check with debug and nothhing. Any idea?
We restore the database with an old file to check and still blank. We used the same setup and data in localhost and it's working fine. Do you believe that the attribute of the files could cause this problem?
If we disable this line in init.php PHP: /* if(!isset($manualcron)) { require_once(FILESYSTEM_PATH .'includes/cron.php'); } */ it work! If we enable this line and disable everything in cron.php it does'nt work. PHP: if(!isset($manualcron)) { require_once(FILESYSTEM_PATH .'includes/cron.php'); } Very strange!
check to make sur ethe file cron.php exists and is not currupt. Then check and see if it has any includes or reuires within it that may be preventing it from loading.
everything works fine in localhost with the same files. I removed the ?> At the end of the file cron.php and everything works fine. What can cause this?