I'm getting errors right of the bat. Should I attempt to install anyway? This is my first time trying this software, and I would love to use it for a new project.

Warning: session_start(): open(/home/content/73/3504573/tmp/sess_2kiii275ogh6284f9cgmfhiha0, O_RDWR) failed: No such file or directory (2) in /home/content/73/3504573/html/shop/system/library/session.php on line 20

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/content/73/3504573/html/shop/system/library/session.php:20) in /home/content/73/3504573/html/shop/system/library/session.php on line 20


Then below the language box:


Warning: Unknown: open(/home/content/73/3504573/tmp/sess_2kiii275ogh6284f9cgmfhiha0, 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 () in Unknown on line 0
Monday, September 18 2017, 07:04 PM
Share this post:
Responses (3)
  • Accepted Answer

    Tuesday, September 19 2017, 11:13 PM - #Permalink
    If I try to proceed with the install I get a message pop-up that says:


    SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data

    OK


    <b>Warning</b>: session_start(): open(/home/content/73/3504573/tmp/sess_9prbf3ur06hr30nh72d76656l4, O_RDWR) failed: No such file or directory (2) in <b>/home/content/73/3504573/html/shop/system/library/session.php</b> on line <b>20</b>

    <b>Warning</b>: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/content/73/3504573/html/shop/system/library/session.php:20) in <b>/home/content/73/3504573/html/shop/system/library/session.php</b> on line <b>20</b>
    {"lang":"en-GB"}
    <b>Warning</b>: Unknown: open(/home/content/73/3504573/tmp/sess_9prbf3ur06hr30nh72d76656l4, O_RDWR) failed: No such file or directory (2) in <b>Unknown</b> on line <b>0</b>

    <b>Warning</b>: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in <b>Unknown</b> on line <b>0</b>
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, September 24 2017, 11:25 PM - #Permalink
    Hi Nick,

    Are you able to check this?
    Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in <b>Unknown</b> on line <b>0</b>


    Line 20 of file session.php is just :-
    session_start();


    Are you able to access the paths and the files in your error / warnings message using ftp or a file manger? Then you can confirm if it is true or false i.e. do those paths and files exist?

    It looks like it could also be a file permission problem, so if the files and paths do exist what are their permissions?

    It may also be useful to know what version of Arastta you are using and what version of PHP, MySQL and Apache too.

    Regards,

    Hackasacka
    The reply is currently minimized Show
  • Accepted Answer

    Monday, September 25 2017, 06:15 PM - #Permalink
    Thanks Hacksacka. I was trying to install on a GoDaddy Classic Linux Host, running PHP 5.4. I decided to try it on a newer GoDaddy cPanel host, running php 7.1 and I no longer got the errors. I was able to install, and am now working on building the site on the new host. I think you may be on the right track with the file permissions. I got the files onto the server by uploading the zip and extracting them on the server itself, in both cases. Not sure why there would be a difference, but if anyone else is having this issue, and can't switch servers, that may be useful.
    The reply is currently minimized Show
Your Reply