Godaddy session_start(); problem

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeHow to…Godaddy session_start(); problem

“Warning: session_start() [function.session-start]: open(/var/chroot/home/content/41/9142041/tmp/sess_68f6eec5425337c36f4a1e9c36d16419, O_RDWR) failed: File too large (27) in /home/content/41/9142041/html/system/library/session.php on line 11Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/content/41/9142041/html/index.php:100) in /home/content/41/9142041/html/system/library/session.php on line 11Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/content/41/9142041/html/index.php:100) in /home/content/41/9142041/html/system/library/session.php on line 11″

It says this at the top of the page any I don’t know why… Please help me ASAP!!

  • This reply was modified 4349 days ago by  seanblake.
  • This reply was modified 4349 days ago by  seanblake. Reason: trying to help be more descriptive…
  • This reply was modified 4343 days ago by  TB Support.
May 29, 2012 at 10:04 pm #9507

Hi,

Please specify what happened since it was last working?
Did you make a backup?

Best,
George

May 29, 2012 at 10:25 pm #9512

I haven’t done anything to it… this just happened completely “out of the blue” so to speak… and, no, i don’t have a backup…

May 29, 2012 at 10:58 pm #9513

I don’t think it has anything to do with the theme. Did you make any mods to the core files of opencart? Did you clear the website cache? Overwrite the session.php file with one from the original 1.5.2.1 opencart install kit, see if that works…

May 29, 2012 at 11:30 pm #9517

No, I didn’t… can you please help me do that? I don’t even know if I have those files… Please, please, please help me… I didn’t modify anything

May 29, 2012 at 11:39 pm #9518

Add me on Y! : galmedro@yahoo.com and i’ll see what i can do…

May 29, 2012 at 11:42 pm #9519

Solved the problem

For anyone else hosting on godaddy be sure to replace in /system/library/session.php

session_start();

with

session_save_path(“/tmp”); session_start();

and modify the php.ini to show session.gc_maxlifetime = 1440 instead of 1200000

Best,
George

May 30, 2012 at 3:27 am #9521

Thank you sooo much, George!! You’ve been most helpful…
Problem SOLVED!!!

May 30, 2012 at 3:34 am #9522

@George

We are truly grateful for your assistance. Will move the topic in the “How to…” section.

Best,
ThemeBurn team

June 4, 2012 at 9:35 am #9707
Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘How to…’ is closed to new topics and replies.