View Single Post
  #2  
Old 11-28-2007, 11:20 AM
austriaka's Avatar
austriaka+ Offline
Team Pixelpost
 
Join Date: Nov 2006
Location: Germany
Posts: 1,175
Send a message via ICQ to austriaka Send a message via AIM to austriaka
You can show the error messages for your page by adding "&errors" or "&errorsall" to the URL string in the address field of your browser.
Tell us which error messages come up then (you must be logged in as admin to make that work).

You can check the session settings of your PHP installation by calling the phpinfo() function. Create a file named phpinfo.php with the lines
Code:
<?PHP
phpinfo()
?>
and upload this to your server. Call the file and you'll see your PHP information.

Usually the empty session path is a server related problem. Contact your hoster and ask him about session condiguration and session path
__________________
Uh!log Photoblog
My Addons
Reply With Quote