|
#1
|
|||
|
|||
|
Session save path is empty!!
I'm a brand new user of pp and everything loaded and is working beautifully — thank you! — except for this session save path error reported in the gen info of the admin panel:
**** URL http://www.laglj.com/journal/admin/index.php PHP-version 5.1.6 (Pixelpost's min requirement: PHP version: 4.3.0 ) Session save path is empty!! MySQL version 4.1.21-standard (Pixelpost's min requirement: MySQL: 3.23.58 ) GD-lib bundled (2.0.28 compatible) with JPEG support File Uploads to Pixelpost site are possible. Server Software Apache EXIF Pixelpost is using exifer v1.5 for EXIF-information. **** I've had a look through the forum and see that it's been posted about a couple times, but i didn't follow how to remedy. How/where can i set the path? Would i be safe ignoring, and simply checking the 'remember me' button, or for that matter letting my browser remember and simply logging in anew each time i access admin? thanks again. I really look forward to using pp. |
|
#3
|
|||
|
|||
|
I have made both a 'temp' and a 'tmp' folder in my root directory ( / ) in my web root directory ( /public_html ) and in my pp root directory ( /public_html/journal ) , but I stil get the 'session save path is empty' warning.
My hoster isn't offering support b/c pp isn't their software (they did tell me to try making temp dir in all three above places though). Anyone have any further advice or is this something i can/should live with? many thanks |
|
#4
|
||||
|
||||
|
{php]session_save_path(/path_to_tmp_dir_which_is_outside_web_root_dir/);[/php]
Put it to at the beginning of /index.php and /admin/index.php and remember to use absolute path in this function. |
|
#5
|
|||
|
|||
|
GeoS, thank you for your help.
I've included the following line at the beginning of /index.php and /admin/index.php (following the originating <?php , correct?): PHP Code:
I get the following error message when i've loaded the files and try to access /index.php: Parse error: syntax error, unexpected ']' in /home/my_user_name/public_html/journal/index.php on line 3 I tried several variations on the line of code you gave me in case there was a typo, but i couldn't get anything to parse. i hate to ask you to code for me, but what would you suggest? thanks again Last edited by GeoS; 12-05-2006 at 08:16 PM. Reason: BB Code correction |
|
#7
|
|||
|
|||
|
awesome. I'm all square. thanks for your patience, GeoS
|
|
#9
|
|||
|
|||
|
I also have this problem but....I have edited the index files but it still doesn't work ....
|
| Post Reply |
| Thread Tools | |
|
|