Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Jun 2007
    Posts
    53
    Plugin Contributions
    0

    Default Moved Server, Strange Admin Errors...

    Greetings Zen Gods and Goddesses!!!



    So, after seemingly successful transfer of site from one host to another, customer reports the following errors!!



    First thing was on the recover cart report, which can be found under reports and tools. This warning came up:
    1146 Table 'dreacout_zc2.scart' doesn't exist

    Then on the dreacustomdesigns site, when i was in the admin section,under customers, I got this error:
    Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/dreacout/public_html/dreacustomdesigns/cart/admin/customers.php on line 1026

    Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/dreacout/public_html/dreacustomdesigns/cart/admin/customers.php on line 1028

    Warning: reset() [function.reset]: Passed variable is not an array or object in /home/dreacout/public_html/dreacustomdesigns/cart/admin/includes/classes/object_info.php on line 29

    Warning: Variable passed to each() is not an array or object in /home/dreacout/public_html/dreacustomdesigns/cart/admin/includes/classes/object_info.php on line 30
    Then when I was trying to edit the ezpages I see this warning on every page.
    Warning: Missing argument 1 for FCKeditor::__construct(), called in /home/dreacout/public_html/dreacustomdesigns/cart/admin/ezpages.php on line 452 and defined in /home/dreacout/public_html/dreacustomdesigns/cart/admin/includes/fckeditor.php on line 25


    I have no idea what I am looking for/needing to fix... Thanks in advance for any help you are able to provide!!

    Cart location is:
    http://www.dreacustomdesigns.com


    Huggles!!
    ~Sarah~

  2. #2
    Join Date
    Nov 2007
    Location
    USA
    Posts
    889
    Plugin Contributions
    5

    Default Re: Moved Server, Strange Admin Errors...

    I'll be doing just this in 3 more months So lets get this done right the first time.

    Ok.

    Did you restore the new DB with the old DB?

    Did you restore the new site with the old site?

    Did you tell the admin/config file to talk to the new server?

    What about the catalog/config file?

    I am very sure that there are already threads on this.

    If you have not upgraded to 1.3.8 then upload the zc_install directory and follow its lead.

    Then restore the site and DB from your backups. You'll see daylight a lot sooner.

    huggles?
    Cheers!
    v2.2.1

  3. #3
    Join Date
    Nov 2007
    Location
    USA
    Posts
    889
    Plugin Contributions
    5

    Default Re: Moved Server, Strange Admin Errors...

    Nice site but, I feel confined to the white space.

    Any chance you can work on a fluid style (CSS) so that the site conforms to various window sizes?
    Cheers!
    v2.2.1

  4. #4
    Join Date
    Jun 2007
    Posts
    53
    Plugin Contributions
    0

    Default Re: Moved Server, Strange Admin Errors...

    I was hired to move this site, not to redesign it... However, I have since been hired to redesign it and will do so once it is working how it should be... Right now, it is actually running an old version of ZC, 1.3.0.1, which I should have included... I have another thread filled with my more obvious error issues that got solved... This one seems obscure to me, at least the others I thought I might be able to fix, this one is a mystery...

    To answer your questions, since these errors showed up, no I haven't done any of these things...
    Prior to these errors, I did all of these things, but I didn't actually log in to the admin section myself (what was I thinking there?) so I didn't know these errors were going to present themselves...

    Here's the other thread in case that helps...
    http://www.zen-cart.com/forum/showthread.php?t=84375

    I have to learn this fluid css thing you speak of, as I do make all my sites basically the width they are in the header... I'm gonna do a search on it...

    Here is another site for the same customer that I did design a template for:
    http://www.dreacouture.com

    Thanks for your help!
    Huggles!!
    ~Sarah~

  5. #5
    Join Date
    Nov 2007
    Location
    USA
    Posts
    889
    Plugin Contributions
    5

    Default Re: Moved Server, Strange Admin Errors...

    Yes, log into the Admin.

    Also, in the downloads up top of this page, pick a template you like and look at its CSS page. Colors are not importnat just the layout. CSS controls this Cart.

    You may be able to upload you images to the template folder and create your fluid layout.

    Or search for " holy grail css" in the browser search engine.

    The header image can be what ever dimensions you want. You need to create a 1px X (header height) image for a background image that will repeat and look right behind the header image. It could be a pattern, sliver of another image, solid color. I tweaked my template by modifying each image.

    The other site you mentioned is nice too. Clever girl, you included yourself in the pictures.
    Cheers!
    v2.2.1

  6. #6
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Moved Server, Strange Admin Errors...

    Quote Originally Posted by webskipper View Post
    I'll be doing just this in 3 more months So lets get this done right the first time.
    Remember, there are FAQs for common tasks, which help minimize problems and confusion by missed steps or the need to guess at things:
    https://www.zen-cart.com/tutorials/i...hp?article=100
    .

    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.

  7. #7
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Moved Server, Strange Admin Errors...

    Quote Originally Posted by ssdsarah View Post
    1146 Table 'dreacout_zc2.scart' doesn't exist
    This suggests that the table normally used ('scart') for the Recover Cart Sales mod hasn't been installed on the "dreacout_zc2" database. Is that the correct database for this relocated site? Is that the correct name of the table in the database, or is there a prefix missing somewhere?

    Quote Originally Posted by ssdsarah View Post
    Then on the dreacustomdesigns site, when i was in the admin section,under customers, I got this error:
    Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/dreacout/public_html/dreacustomdesigns/cart/admin/customers.php on line 1026

    Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/dreacout/public_html/dreacustomdesigns/cart/admin/customers.php on line 1028

    Warning: reset() [function.reset]: Passed variable is not an array or object in /home/dreacout/public_html/dreacustomdesigns/cart/admin/includes/classes/object_info.php on line 29

    Warning: Variable passed to each() is not an array or object in /home/dreacout/public_html/dreacustomdesigns/cart/admin/includes/classes/object_info.php on line 30
    This typically happens only when you've got customers in the customers table but no corresponding addresses in the address_book table or no reviews in the product_reviews table for the highlighted customer when it expected one.

    Quote Originally Posted by ssdsarah View Post
    Then when I was trying to edit the ezpages I see this warning on every page.
    Warning: Missing argument 1 for FCKeditor::__construct(), called in /home/dreacout/public_html/dreacustomdesigns/cart/admin/ezpages.php on line 452 and defined in /home/dreacout/public_html/dreacustomdesigns/cart/admin/includes/fckeditor.php on line 25
    Something's amuck with the setup of the FCKEDITOR plugin that's been installed. As far as I recall, it only existed since v1.3.5.
    Probably easiest to turn it off for now until you get all the other things working right, and deal with it later. Admin->Configuration->My Store->HTML Editor Preference->NONE. Then log out of the admin and back in again, or even close the browser and come back again.
    .

    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
    Jun 2007
    Posts
    53
    Plugin Contributions
    0

    Default Re: Moved Server, Strange Admin Errors...

    Yes, that is the right name for the database for this Zen Cart... I thought it was a weird name too, but there it is, lol...

    Thanks, I'll dig into these babies!!

    Huggles!!
    ~Sarah~

 

 

Similar Threads

  1. v139h Moved Server SSL problem with Admin Login
    By ginar in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 4 Jul 2012, 08:36 AM
  2. Moved to new server getting errors help!
    By headyntl in forum Installing on a Linux/Unix Server
    Replies: 6
    Last Post: 28 Jun 2009, 06:46 PM
  3. Moved server and admin my store error
    By PhillipHarrison in forum General Questions
    Replies: 2
    Last Post: 9 Dec 2008, 09:35 AM
  4. Moved Server, Getting Errors! Please help!! :D
    By ssdsarah in forum Installing on a Linux/Unix Server
    Replies: 11
    Last Post: 3 Jan 2008, 09:23 PM
  5. Moved to new server, now unable to get in to admin
    By dssprogrammer in forum Installing on a Linux/Unix Server
    Replies: 7
    Last Post: 21 Oct 2007, 03:29 PM

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