Blank screen

Discussion in 'Technical Support' started by hel68c, Jun 29, 2011.

  1. hel68c Customer

    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?
  2. hel68c Customer

    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?
  3. hel68c Customer

    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!
  4. Lhotch curmudgeon

    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.
  5. hel68c Customer

    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?

Share This Page