Lost my Site!

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
jmulvey
Posts: 6
Joined: Mon Oct 25, 2010 3:43 pm
Location: Durham, UK

Lost my Site!

Post by jmulvey »

Help desperately needed!

I had my FAQ site up and running well until I changed an url name from "http://www.dur.ac.uk/duo.faq" to "http://www.dur.ac.uk/tel.us" and now it won't work. It works from unix/linus servers.

I've changed the url parameter to look for tel.us but its not loading the page at all - just a blank index page. All the files are in the directories. It can run a php.info page. it does connect to the database. Nothing has changed but the url. Any suggestions would be most appreciated. :roll:

Thank you.
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Lost my Site!

Post by Thorsten »

Hi,

if you have a blank page there should be a fatal error message in your webserver's logfiles.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
jmulvey
Posts: 6
Joined: Mon Oct 25, 2010 3:43 pm
Location: Durham, UK

Re: Lost my Site!

Post by jmulvey »

Does this make any sense ?

phpMyFAQ warning [2]: session_start(): open(/var/lib/php/session/sess_rm1btqnbl0bvljls54sj350hp3, O_RDWR) failed: Permission denied (13) in /home/stevens/misc/*********/public_html/index.php on line 50

phpMyFAQ warning [2]: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/stevens/misc/*******/public_html/inc/functions.php:173) in /home/stevens/misc/*********/public_html/index.php on line 50

phpMyFAQ warning [2]: Unknown: open(/var/lib/php/session/sess_rm1btqnbl0bvljls54sj350hp3, O_RDWR) failed: Permission denied (13) in Unknown on line 0

phpMyFAQ warning [2]: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in Unknown on line 0

In the blank page the source code shows only:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Lost my Site!

Post by Thorsten »

Hi,

your session folder isn't writable by PHP, please correct your PHP configuration.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply