• 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

Install issues, white page.

dslme

Chevereto Noob
Hi,

I've tried to install Chevereto onto my VPS and it doesn't seem to have worked. The url is www.pictol.in

I am running the latest PHP and CentOS with full permissions.

What can I do to get Chev working?

Thanks
 
dslme said:
Hi,

I've tried to install Chevereto onto my VPS and it doesn't seem to have worked. The url is www.pictol.in

I am running the latest PHP and CentOS with full permissions.

What can I do to get Chev working?

Thanks

configure front-end for listening 80 port and host: pictol.in
 
there is somthing wrong with your php/apche setup. your webserver will not parse php pages. your files are in the wrong dir also, if you navigate to http://www.pictol.in/pictol/ you will see the chevereto files, but it will not recognise any php files.

cheers.
 
Bonkaz said:
there is somthing wrong with your php/apche setup. your webserver will not parse php pages.

I just recompiled Apache and it doesn't seem to have fixed it. I PM'ed you phpinfo for that server.
 
odd... just out of curiosity, grab the files from/pictol/ and move them into the /server/ folder.. i dont understand why but the /server folder will parse .php and the /pictol folder wont even though by looking at it they are both under the same root. strange.
 
Bonkaz said:
odd... just out of curiosity, grab the files from/pictol/ and move them into the /server/ folder.. i dont understand why but the /server folder will parse .php and the /pictol folder wont even though by looking at it they are both under the same root. strange.

Still doesn't seem to have worked http://svr1.usa.phraxis.net/server/pictol/index.php

Even in http://svr1.usa.phraxis.net/server/vnstat it's doing the same thing, but works if you click on the PHP file. Odd indeed.
 
no idea but its a http 500 error which is internal server error, so somehwere the php and apache arent working. you might need to go to the apache site and go through the php install step by step.
 
Back
Top