Results 1 to 7 of 7

Thread: Installation - server help

  1. #1
    Join Date
    Jan 2012
    Posts
    1

    Default Installation - server help

    Hi all,

    This is the problem I am getting:


    Warning: session_start() [function.session-start]: open(/theitch/public_html/temporary/sessions/sess_e0b44cd6abb408c3b600bf99d266c958, O_RDWR) failed: No such file or directory (2) in /home/theitch/public_html/include/config.php on line 16

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/theitch/public_html/include/config.php:16) in /home/theitch/public_html/include/config.php on line 16

    Warning: require_once(/theitch/public_html/smarty/libs/Smarty.class.php) [function.require-once]: failed to open stream: No such file or directory in /home/theitch/public_html/include/config.php on line 25

    Fatal error: require_once() [function.require]: Failed opening required '/theitch/public_html/smarty/libs/Smarty.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/theitch/public_html/include/config.php on line 25

    Warning: Unknown: open(/theitch/public_html/temporary/sessions/sess_e0b44cd6abb408c3b600bf99d266c958, 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 (/theitch/public_html/temporary/sessions) in Unknown on line 0


    Thank you in advanced,

    Brad.

  2. #2

    Default

    Your base directory setting is wrong.

  3. #3
    Join Date
    Jan 2012
    Posts
    3

    Default

    Hi, I had the same problem, I was able to fix it by adding /home/username/public_html/path_to_script

    But it continue with an issue on line 17:

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent
    Both temporary and session folders were 777, I cleaned the sessions in there, restarted the browser and the problem was fixed leading to another issue this time on index.php

    Fatal error: Call to a member function recordcount() on a non-object in /home/muiomuio/public_html/perguntas/index.php on line 23
    I only changed the values I had to change on config.php file. How may I fix this?

  4. #4
    Join Date
    Jan 2012
    Posts
    3

    Default

    Seems I've forgot an important step. The recordcount() Fatal Error happens because there is no record to count, I believe.

    How to fix it:
    Import Answers.sql, you can find it in the installation folder and your script should be working fine.

    Hope this post helps future users.

  5. #5

    Default

    Glad you got is resolved, that step is part of the installation instructions.

  6. #6
    Join Date
    Jan 2012
    Posts
    3

    Default

    I know but with all the troubleshooting it kinda got forgotten.
    Still I'd like to make the recommendation of trying to fix the installation path issue. In my case Filezilla does not show home/username/folder starts directly with the /folder and trying to figure out the full path for the basedir might be overwhelming for some users.

    Regards,
    Mario

  7. #7

    Default

    The path is usually listed in your web hosting control panel, or you can get it from your web host.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •