Results 1 to 8 of 8
  1. #1
    Join Date
    Mar 2007
    Posts
    29
    Plugin Contributions
    0

    Default Moved to new server, now unable to get in to admin

    I get the following trying to get in to admin after moving to a new server. I followed all directions and all seemed to go well except my old store had an alternate name for the /admin folder so I had to rename it to admin to get through the zen cart install.

    /** * Breakpoint 180. * * require('includes/init_includes/init_html_editor.php); * */ $autoLoadConfig[180][] = array('autoType'=>'init_script', 'loadFile'=> 'init_html_editor.php'); ?>
    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/versatilereproductions/public_html/admin/includes/auto_loaders/config.core.php:246) in /home/versatilereproductions/public_html/includes/functions/sessions.php on line 108
    eaned ... '); define('WARNING_ADMIN_ACTIVITY_LOG_RECORDS', 'WARNING: The Admin Activity Log table has over 50,000 records and should be cleaned ... '); define('RESET_ADMIN_ACTIVITY_LOG', 'Go to Store Manager to Reset the Admin Activity Log'); define('CATEGORY_HAS_SUBCATEGORIES', 'NOTE: Category has SubCategories
    Products cannot be added'); /////////////////////////////////////////////////////////// // include additional files: require(DIR_WS_LANGUAGES . $_SESSION['language'] . '/' . FILENAME_EMAIL_EXTRAS); include(zen_get_file_directory(DIR_FS_CATALOG_LANGUAGES . $_SESSION['language'] . '/', FILENAME_OTHER_IMAGES_NAMES, 'false')); ?>
    Warning: Cannot modify header information - headers already sent by (output started at /home/versatilereproductions/public_html/admin/includes/auto_loaders/config.core.php:246) in /home/versatilereproductions/public_html/admin/includes/init_includes/init_templates.php on line 36

    Warning: Cannot modify header information - headers already sent by (output started at /home/versatilereproductions/public_html/admin/includes/auto_loaders/config.core.php:246) in /home/versatilereproductions/public_html/admin/includes/functions/general.php on line 34

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Moved to new server, now unable to get in to admin

    Why did you install on the new server?

    Did you then apply your previous DB to this install?

    did you run fix cache key if you did apply the DB?
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Mar 2007
    Posts
    29
    Plugin Contributions
    0

    Default Re: Moved to new server, now unable to get in to admin

    I moved because a friend was hosting it before, but he has problems with his server.
    Yes, I did import my db
    and
    yes, I did run fix cache with the following results:

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/versatilereproductions/public_html/fix_cache_key.php:43) in /home/versatilereproductions/public_html/includes/functions/sessions.php on line 108

    Warning: Cannot modify header information - headers already sent by (output started at /home/versatilereproductions/public_html/fix_cache_key.php:43) in /home/versatilereproductions/public_html/includes/init_includes/init_templates.php on line 78
    T', 'We Accept ...'); ?>Cache Settings Synchronization Tool

    Recommendations

    Possible appropriate cache directory for your site is: /home/versatilereproductions/public_html/cache

    Actual Information

    Read DIR_FS_SQL_CACHE from configure.php: /home/versatilereproductions/public_html/cache
    Found SESSION_WRITE_DIRECTORY in database: /home/versatilereproductions/public_html/cache

    No changes required.
    Exiting.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Moved to new server, now unable to get in to admin

    Quote Originally Posted by dssprogrammer View Post
    yes, I did run fix cache with the following results:

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/versatilereproductions/public_html/fix_cache_key.php:43) in /home/versatilereproductions/public_html/includes/functions/sessions.php on line 108
    This is normal for the fix_cache_key tool.

    Quote Originally Posted by dssprogrammer View Post
    Warning: Cannot modify header information - headers already sent by (output started at /home/versatilereproductions/public_html/fix_cache_key.php:43) in /home/versatilereproductions/public_html/includes/init_includes/init_templates.php on line 78
    T', 'We Accept ...'); ?>
    The text in red is not normal.

    Quote Originally Posted by dssprogrammer View Post
    Cache Settings Synchronization Tool

    Recommendations

    Possible appropriate cache directory for your site is: /home/versatilereproductions/public_html/cache

    Actual Information

    Read DIR_FS_SQL_CACHE from configure.php: /home/versatilereproductions/public_html/cache
    Found SESSION_WRITE_DIRECTORY in database: /home/versatilereproductions/public_html/cache

    No changes required.
    Exiting.
    This is normal.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Moved to new server, now unable to get in to admin

    Quote Originally Posted by dssprogrammer View Post
    /** * Breakpoint 180. * * require('includes/init_includes/init_html_editor.php); * */ $autoLoadConfig[180][] = array('autoType'=>'init_script', 'loadFile'=> 'init_html_editor.php'); ?>
    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/versatilereproductions/public_html/admin/includes/auto_loaders/config.core.php:246) in /home/versatilereproductions/public_html/includes/functions/sessions.php on line 108
    eaned ... '); define('WARNING_ADMIN_ACTIVITY_LOG_RECORDS', 'WARNING: The Admin Activity Log table has over 50,000 records and should be cleaned ... '); define('RESET_ADMIN_ACTIVITY_LOG', 'Go to Store Manager to Reset the Admin Activity Log'); define('CATEGORY_HAS_SUBCATEGORIES', 'NOTE: Category has SubCategories
    Products cannot be added'); /////////////////////////////////////////////////////////// // include additional files: require(DIR_WS_LANGUAGES . $_SESSION['language'] . '/' . FILENAME_EMAIL_EXTRAS); include(zen_get_file_directory(DIR_FS_CATALOG_LANGUAGES . $_SESSION['language'] . '/', FILENAME_OTHER_IMAGES_NAMES, 'false')); ?>

    Warning: Cannot modify header information - headers already sent by (output started at /home/versatilereproductions/public_html/admin/includes/auto_loaders/config.core.php:246) in /home/versatilereproductions/public_html/admin/includes/init_includes/init_templates.php on line 36

    Warning: Cannot modify header information - headers already sent by (output started at /home/versatilereproductions/public_html/admin/includes/auto_loaders/config.core.php:246) in /home/versatilereproductions/public_html/admin/includes/functions/general.php on line 34
    It seems several of your files have been transferred incorrectly. Maybe they've been uploaded as binary files instead of ascii? Maybe they've lost their line-endings and are being treated as all-on-one-line? Maybe pieces of them are incomplete?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    Mar 2007
    Posts
    29
    Plugin Contributions
    0

    Default Re: Moved to new server, now unable to get in to admin

    Should I try to ftp the entire dump back again - except for the two configure.php files?

  7. #7
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Moved to new server, now unable to get in to admin

    That's where I'd probably start
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #8
    Join Date
    Mar 2007
    Posts
    29
    Plugin Contributions
    0

    Default Re: Moved to new server, now unable to get in to admin

    Thanks DrByte, you got me going on the right track. I'm up now.
    Have a different issue, but that warrants a new post.

 

 

Similar Threads

  1. Replies: 0
    Last Post: 2 Sep 2013, 02:11 AM
  2. Site moved to new server, now the admin is not working, help?!?
    By tcarden in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 1 Aug 2013, 10:32 PM
  3. Moved to new server (GoDaddy), now I'm lost
    By toylady in forum Installing on a Linux/Unix Server
    Replies: 28
    Last Post: 19 Mar 2011, 01:03 AM
  4. Replies: 4
    Last Post: 23 Jan 2011, 11:57 PM
  5. Moved to new host now I get 'Internal Server Error'
    By stanleymog in forum General Questions
    Replies: 11
    Last Post: 18 Jul 2008, 11:51 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR