- Posts: 5
- Thank you received: 0
can't install hotstart. please help
-
tomerbit
Inactive member - Topic Author
- New Member
Less
More
10 years 4 months ago - 10 years 4 months ago #40725
by tomerbit
can't install hotstart. please help was created by tomerbit
Hello.
Whenever I try installing this template hotstart i get these lines on the top of the page:
Warning: session_start() [function.session-start]: open(/home/content/31/10924531/tmp/sess_9gj7r4uibn17q7d3numrk0uo01, O_RDWR) failed: No such file or directory (2) in /home/content/31/10924531/html/raven/libraries/joomla/session/session.php on line 532
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/content/31/10924531/html/raven/libraries/joomla/session/session.php:532) in /home/content/31/10924531/html/raven/libraries/joomla/session/session.php on line 532
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/31/10924531/html/raven/libraries/joomla/session/session.php:532) in /home/content/31/10924531/html/raven/libraries/joomla/session/session.php on line 532
And these on the bottom
Warning: session_write_close() [function.session-write-close]: open(/home/content/31/10924531/tmp/sess_9gj7r4uibn17q7d3numrk0uo01, O_RDWR) failed: No such file or directory (2) in /home/content/31/10924531/html/raven/libraries/joomla/session/session.php on line 676
Warning: session_write_close() [function.session-write-close]: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in /home/content/31/10924531/html/raven/libraries/joomla/session/session.php on line 676
Also, it will not let me go past the language selection.
I have tried chmod 644 for file and 755 for directories, and even 777 for all, but to no avail.
Could this be because I have WORDPRESS installed on the root of this host?
Address: www.bethisraelroanoke.org/raven/
Thanks.
EDIT:
GoDaddy won't give me read/write access to $tmp... can anyone tell me the command to insert before session_start(); to make it use another directory (maybe something that's not /tmp but /html/something) please?
Whenever I try installing this template hotstart i get these lines on the top of the page:
Warning: session_start() [function.session-start]: open(/home/content/31/10924531/tmp/sess_9gj7r4uibn17q7d3numrk0uo01, O_RDWR) failed: No such file or directory (2) in /home/content/31/10924531/html/raven/libraries/joomla/session/session.php on line 532
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/content/31/10924531/html/raven/libraries/joomla/session/session.php:532) in /home/content/31/10924531/html/raven/libraries/joomla/session/session.php on line 532
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/31/10924531/html/raven/libraries/joomla/session/session.php:532) in /home/content/31/10924531/html/raven/libraries/joomla/session/session.php on line 532
And these on the bottom
Warning: session_write_close() [function.session-write-close]: open(/home/content/31/10924531/tmp/sess_9gj7r4uibn17q7d3numrk0uo01, O_RDWR) failed: No such file or directory (2) in /home/content/31/10924531/html/raven/libraries/joomla/session/session.php on line 676
Warning: session_write_close() [function.session-write-close]: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in /home/content/31/10924531/html/raven/libraries/joomla/session/session.php on line 676
Also, it will not let me go past the language selection.
I have tried chmod 644 for file and 755 for directories, and even 777 for all, but to no avail.
Could this be because I have WORDPRESS installed on the root of this host?
Address: www.bethisraelroanoke.org/raven/
Thanks.
EDIT:
GoDaddy won't give me read/write access to $tmp... can anyone tell me the command to insert before session_start(); to make it use another directory (maybe something that's not /tmp but /html/something) please?
Last edit: 10 years 4 months ago by tomerbit. Reason: new information
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 4 months ago #40731
by ivan.milic
Replied by ivan.milic on topic can't install hotstart. please help
You should be able to change CHMOD (file/folder permissions) using fileZilla.
As for wearings go to joomla global configuration and level down value of "Error Reporting" parameter
As for wearings go to joomla global configuration and level down value of "Error Reporting" parameter
Please Log in to join the conversation.
-
tomerbit
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
10 years 4 months ago #40739
by tomerbit
Replied by tomerbit on topic can't install hotstart. please help
Ivan,
Thanks for the answer.
Unfortunately, I cannot change permissions to the root tmp folder... tried talking to GoDaddy, but to no avail.
Do you know the command line i need to use to change the tmp directory to the one not at the root?
Thanks for the answer.
Unfortunately, I cannot change permissions to the root tmp folder... tried talking to GoDaddy, but to no avail.
Do you know the command line i need to use to change the tmp directory to the one not at the root?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 4 months ago #40743
by ivan.milic
Replied by ivan.milic on topic can't install hotstart. please help
File manager you have in your godaddy portal also supports changing of CHMOD
For folders it should be: 755
For files: 644
For folders it should be: 755
For files: 644
Please Log in to join the conversation.
-
tomerbit
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
10 years 4 months ago #40746
by tomerbit
Replied by tomerbit on topic can't install hotstart. please help
Ivan,
I have changed permissions to 755/644 but it still doesn't work.
If you look closely, it fails to read/write to /home/content/31/10924531/tmp/ and not to /home/content/31/10924531/html/tmp/
I have changed permissions to 755/644 but it still doesn't work.
If you look closely, it fails to read/write to /home/content/31/10924531/tmp/ and not to /home/content/31/10924531/html/tmp/
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 4 months ago #40755
by ivan.milic
Replied by ivan.milic on topic can't install hotstart. please help
Are you log and tmp folder paths set correctly at all in global configuration. If you can't save global configuration you can just edit configuration.php
Please Log in to join the conversation.
Time to create page: 0.237 seconds