This topic is locked

Getting error in generated script...

9/9/2013 9:01:51 PM
PHPRunner General questions
C
CodeDog author

Hi,
I'm having an issue I've never had before with PHPRunner. Using version 6.2.
Created the database, and created a very simple project (3 small tables). I've verified that the database is synced, and checked everything else in the project a few times.
When I go to the URL that contains the script, I get the error shown in the first screenshot. If I try to log in, I get the error in the second screen shot. It seems to be trying to access a '/tmp' folder in the root of the website.



Would anybody have any idea why I might be getting this. I've created 3 similar systems within the past week for other sites with no issues, but can't figure out what might be going on here. Thanks for any ideas or help...

C
cgphp 9/10/2013

It looks like a permission issue on the tmp folder. Is it writable?

C
CodeDog author 9/10/2013



It looks like a permission issue on the tmp folder. Is it writable?


Hi Cristian,
Yes, I set the /tmp folder permissions to 777 to be sure. The thing is, on the other 3 I created for other sites there is no /tmp folder at all and they work fine. This one has me baffled...

Sergey Kornilov admin 9/10/2013

Sessions are not configured properly in PHP settings. The directory that is chosen in php.ini to store session data doesn't exist.

C
CodeDog author 9/10/2013



Sessions are not configured properly in PHP settings. The directory that is chosen in php.ini to store session data doesn't exist.


Hi Sergey,
Thanks for the reply. I've double checked all Session settings again the other sites, and can't find any discrepancies, but I'm sure you're right that it has to be something in there. I'll keep looking, appreciate the replies...