Jump to content

Script instalation help please!


Kidd

Recommended Posts

Greeting.  i am so glad to find this place, perhaps this is the place i was looking for so long time.
I am looking for someone who can give me some tips on how to fix this script instalation error that i got when i installed my script to my server.

here is the error:

Warning: session_start(): open(/home/simba123/public_html/extranet/facebook.com/tmp//sess_7166823add90e4df6bbff01907c7f549, O_RDWR) failed: No such file or directory (2) in /home/simba123/public_html/index.php on line 1

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/simba123/public_html/index.php:1) in /home/simba123/public_html/index.php on line 1

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/simba123/public_html/index.php:1) in /home/simba123/public_html/index.php on line 1



Warning: Unknown(): open(/home/simba123/public_html/extranet/facebook.com/tmp//sess_7166823add90e4df6bbff01907c7f549, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/home/simba123/public_html/extranet/facebook.com/tmp/) in Unknown on line 0


I am suspecting that the error is comming from the  '.htaccess' which has this code:

php_value session.save_path /home/simba123/public_html/extranet/facebook.com/tmp/
Link to comment
Share on other sites

assuming that that directory actually exists, it looks like you need to remove the trailing slash from the path:

[code]php_value session.save_path /home/simba123/public_html/extranet/facebook.com/tmp/[/code]

should be:

[code]php_value session.save_path /home/simba123/public_html/extranet/facebook.com/tmp[/code]
Link to comment
Share on other sites

Thanks a lot hitman6003

Even though that was not the problem, fixing that got me to see the problem, and fixed that issue.
So with your tip it helped me fix the problem.

If you can assist me more... i would be even be more greatful.

here are some other errors i get now in the admin area:

I know it has to do with the folder/file permision, but i am not sure which one to set, last time
i tried to change some file and folder permisions, i messed up the whole script.
The script did not came with instruction, thats why i am strugling with.

Any help is appreciated big time.


When i try to edit the lanuage file on the admin area i got this error:

Warning: fopen(../lang/english.php): failed to open stream: Permission denied in /home/simba123/public_html/admin/manage_language.php on line 40
could not open file



WHen i change the website language to English in the admin area, i get this error:

Warning: Cannot modify header information - headers already sent by (output started at /home/simba123/public_html/lang/english.php:459) in /home/simba123/public_html/index.php on line 29

Warning: Cannot modify header information - headers already sent by (output started at /home/simba123/public_html/lang/english.php:459) in /home/simba123/public_html/index.php on line 34

In the user end when member logs in.



When i add 'ad' i get this error:


Warning: copy(../banner/1156101535_yahoo.gif): failed to open stream: Permission denied in /home/simba123/public_html/admin/add_advertise.php on line 20

Warning: Cannot modify header information - headers already sent by (output started at /home/simba123/public_html/admin/add_advertise.php:20) in /home/simba123/public_html/admin/add_advertise.php on line 29




when i want to edit or view 'ads' i get this error:


Warning: getimagesize(../banner/1117274851_Champs.jpg): failed to open stream: No such file or directory in /home/simba123/public_html/include/class_resizeimg.php on line 10

Fatal error: Maximum execution time of 30 seconds exceeded in /home/simba123/public_html/include/class_resizeimg.php on line 24



I can let you what the folder/file permision is at this point if it helps.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.