• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

New Installed and Blank Page

Status
Not open for further replies.

latrox

Chevereto Member
Hello,

i have new installed cheverto and i became an Blank Page.
Admin Pannel works.
I tryed to solve with an timezone change but it dosendt work.
Btw. i have an IIS. web.confing are created.

Please help me.

http://images.gamios.de
 
Well, the idea of that was get a system error to debug what is happening. Go to index.php and change this:
PHP:
if(!@include_once('includes/chevereto.php')) die('Can\'t find includes/chevereto.php');

To this:
PHP:
if(!include_once('includes/chevereto.php')) die('Can\'t find includes/chevereto.php');
 
Are you sure that error_reporting isn't disabled in the server configuration? You may also try to get the php error log and paste the contents of the last days on pastie.org and link it.
 
Is not about plesk or anything. Check the php.ini file and there you will see where the error log is being saved. There is a string for that configuration.
 
i cant find the logs...
i also have activated: error_log = php_errors.log
Can u help me with remote tool?
 
I became help from a friend and now i have the errors on the page. http://images.gamios.de

Code:
PHP Notice:  Undefined index: v in C:\Inetpub\vhosts\gamios.de\images.gamios.de\includes\classes\class.handler.php on line 139
PHP Notice:  Undefined index: ImagesUp in C:\Inetpub\vhosts\gamios.de\images.gamios.de\includes\classes\class.handler.php on line 145
PHP Notice:  Undefined property: Handler::$legacy_redirect in C:\Inetpub\vhosts\gamios.de\images.gamios.de\includes\classes\class.handler.php on line 258
 
Finally! I have solved the problem!
Thank you for your help.

The Problem was the web.config File.
there stand <add value="Index.php" />
but right is <add value="index.php" />
 
Finally! I have solved the problem!
Thank you for your help.

The Problem was the web.config File.
there stand <add value="Index.php" />
but right is <add value="index.php" />

Cool , cheers.
 
Status
Not open for further replies.
Back
Top