Zen Cart Logo
Forums / Installing on a Linux/Unix Server / Installation Errors

Installation Errors

Locked

Views: 1,515

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
4 Sep 2006, 8:52 PM
#1
jesse_tyler avatar

jesse_tyler

New Zenner

Join Date:
Aug 2006
Location:
Ontario, Canada
Posts:
46
Plugin Contributions:
0

Installation Errors

Hello,

Recently I have been trying to install a mod for my ZenCart and for some reason must have accidentally removed a file or changed critical settings as the admin panel will no longer open up (the storefront does open successfully though). I tried re-uploading my site but my connection timed out so I tried just uploading the admin folder. However, this did not work. It appears as though all files neccessary were successfully uploaded to my server, so rather than try to re-upload everything, I was wondering if some ZenCart experts could pinpoint the problem based on this statement that my browser displayed when trying to log into the admin panel. Here is the statement:

Jesse||[email protected]||[email protected]||[email protected]||[email protected]||[email protected]||[email protected]
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/content/c/a/r/cardquality/html/http:/www.cardquality.com/cardquality/admin/includes/extra_configures/media_manager.php.LCK:1) in /home/content/c/a/r/cardquality/html/http:/www.cardquality.com/cardquality/includes/functions/sessions.php on line 100

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/content/c/a/r/cardquality/html/http:/www.cardquality.com/cardquality/admin/includes/extra_configures/media_manager.php.LCK:1) in /home/content/c/a/r/cardquality/html/http:/www.cardquality.com/cardquality/includes/functions/sessions.php on line 100
Jesse||[email protected]||[email protected]
Warning: Cannot modify header information - headers already sent by (output started at /home/content/c/a/r/cardquality/html/http:/www.cardquality.com/cardquality/admin/includes/extra_configures/media_manager.php.LCK:1) in /home/content/c/a/r/cardquality/html/http:/www.cardquality.com/cardquality/admin/includes/init_includes/init_templates.php on line 36

Warning: Cannot modify header information - headers already sent by (output started at /home/content/c/a/r/cardquality/html/http:/www.cardquality.com/cardquality/admin/includes/extra_configures/media_manager.php.LCK:1) in /home/content/c/a/r/cardquality/html/http:/www.cardquality.com/cardquality/admin/includes/functions/general.php on line 34

Thanks in advance for all of your help guys!

In Christ,

Jesse

4 Sep 2006, 11:36 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Installation Errors

This is the file causing you troubles:> output started at /home/content/c/a/r/cardquality/html/http:/www.cardquality.com/cardquality/admin/includes/extra_configures/media_manager.php.LCK:1

The :1 indicates that the problem begins on line 1 of that file.

The .LCK file-extension suggests that you used Dreamweaver to upload this file and have it "checked out" at the present time. If you check the file back in, the lock (.LCK) should go away. If it doesn't use your FTP program to delete the .LCK file and carry on.

11 Sep 2006, 7:45 PM
#3
jesse_tyler avatar

jesse_tyler

New Zenner

Join Date:
Aug 2006
Location:
Ontario, Canada
Posts:
46
Plugin Contributions:
0

Re: Installation Errors

Thanks Dr. Byte :D I really appreciate your help! Thankyou!