Thread: Westminster New

Page 167 of 187 FirstFirst ... 67117157165166167168169177 ... LastLast
Results 1,661 to 1,670 of 1865
  1. #1661
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Westminster New

    Did you follow the installation instructions? They are a bit different than the pre 1.5.6x instructions. I suspect the errors are because you are not following the installation instructions.

    Most importantly, after uploading the files, you need to log into your zen cart admin, or just click on the admin home link, and then install the flexible footer menu in admin--tools--flexible footer menu install. Then you will select the template and reset the sideboxes in the layoutboxes controller.

    Thanks,

    Anne

  2. #1662
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Westminster New

    Quote Originally Posted by spminis View Post
    I'm trying to install this and it's not going well. I did a clean install of Zencart 1.6b. That is working
    I uploaded the westminster files as directed. I then installed the flexible footer. After changing the template to westminster I received the following error "WARNING: An Error occurred, please refresh the page and try again.If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields."
    I'm getting the same message when trying to log back into the admin section but it looks ok on the website end.
    I checked and all the pages are in the correct directories.
    Thanks for your help
    Carol
    If you post the error log from the logs folder I can look

    Thanks,

    Anne

  3. #1663
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Westminster New

    Quote Originally Posted by dbltoe View Post
    Probably not a problem with the template. More than likely, there's a bad connection to the database on the admin side. Make sure your settings in YOUR_ADMIN/includes/configure.php are correct.

    Also, when you get an error, there should be a file in the logs folder for that error. You can use the # to display that file for us to better help.
    Yes, I agree 100% :)

    Thanks,

    Anne

  4. #1664
    Join Date
    Mar 2012
    Location
    South Africa- Krugersdorp
    Posts
    29
    Plugin Contributions
    0

    Default Re: Westminster New

    Hi Anne,
    Working off another machine i get the same error again, however I did manage to grab the debug this time,
    I need to say I did the footer install and reset the layout boxes , again before I tried changing to the template, -- - it still crashed

    [14-Jul-2019 12:37:10 Africa/Johannesburg] Request URI: /serverfarm/Feast-WIe-roaSt/, IP address: 127.0.0.1
    #1 trigger_error() called at [/var/www/html/serverfarm/includes/classes/db/mysql/query_factory.php:171]
    #2 queryFactory->show_error() called at [/var/www/html/serverfarm/includes/classes/db/mysql/query_factory.php:143]
    #3 queryFactory->set_error() called at [/var/www/html/serverfarm/includes/classes/db/mysql/query_factory.php:270]
    #4 queryFactory->Execute() called at [/var/www/html/serverfarm/Feast-WIe-roaSt/includes/installers/westminster_new/2_0.php:15]
    #5 include_once(/var/www/html/serverfarm/Feast-WIe-roaSt/includes/installers/westminster_new/2_0.php) called at [/var/www/html/serverfarm/Feast-WIe-roaSt/includes/init_includes/init_westminster_new.php:21]
    #6 require(/var/www/html/serverfarm/Feast-WIe-roaSt/includes/init_includes/init_westminster_new.php) called at [/var/www/html/serverfarm/includes/autoload_func.php:48]
    #7 require(/var/www/html/serverfarm/includes/autoload_func.php) called at [/var/www/html/serverfarm/Feast-WIe-roaSt/includes/application_top.php:171]
    #8 require(/var/www/html/serverfarm/Feast-WIe-roaSt/includes/application_top.php) called at [/var/www/html/serverfarm/Feast-WIe-roaSt/index.php:10]
    --> PHP Fatal error: 1060uplicate column name 'layout_box_status_mobile' :: ALTER TABLE layout_boxes ADD layout_box_status_mobile TINYINT( 1 ) NOT NULL DEFAULT '1' AFTER layout_box_status_single; ==> (as called by) /var/www/html/serverfarm/Feast-WIe-roaSt/includes/installers/westminster_new/2_0.php on line 15 <== in /var/www/html/serverfarm/includes/classes/db/mysql/query_factory.php on line 171.

  5. #1665
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Westminster New

    Quote Originally Posted by AndyJordaan View Post
    Hi Anne,
    Working off another machine i get the same error again, however I did manage to grab the debug this time,
    I need to say I did the footer install and reset the layout boxes , again before I tried changing to the template, -- - it still crashed
    Try running these in admin--tools--sql patches:

    Code:
    ALTER TABLE layout_boxes DROP COLUMN show_box_min_width;
    ALTER TABLE layout_boxes DROP COLUMN layout_box_status_mobile;
    ALTER TABLE layout_boxes DROP COLUMN layout_box_status_tablet;
    Thanks,

    Anne

  6. #1666
    Join Date
    Mar 2012
    Location
    South Africa- Krugersdorp
    Posts
    29
    Plugin Contributions
    0

    Default Re: Westminster New

    Quote Originally Posted by picaflor-azul View Post
    Try running these in admin--tools--sql patches:

    Code:
    ALTER TABLE layout_boxes DROP COLUMN show_box_min_width;
    ALTER TABLE layout_boxes DROP COLUMN layout_box_status_mobile;
    ALTER TABLE layout_boxes DROP COLUMN layout_box_status_tablet;
    Thanks,

    Anne
    Hi Anne, My apologies for not coming back to you sooner,
    I don't know how to answer you, before dropping in the template the sql patches give an error of not found.- Ok to me that made sense, . . . but once the template is in position the layout_controller.php becomes not happy and errors the admin.
    I specifically could not get anywhere near the Layout box controller. Even trying in phpmyadmin I could not run the patch without error's , but I had to repair the tables as phpmyadmin was reporting an error.
    I put back the original system layout_controller.php the I could get the Westminister new to install, after doing the Layout box reset I could get Westminster new layout_controller.php to run
    You will note that I am not indicating that the patched installed as I did not clearly see an install, maybe it was fixed when I did the database repair ?
    As I said I am not sure. I will try on my other machine tonight to try give a clearer answer

  7. #1667
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Westminster New

    Quote Originally Posted by AndyJordaan View Post
    Hi Anne, My apologies for not coming back to you sooner,
    I don't know how to answer you, before dropping in the template the sql patches give an error of not found.- Ok to me that made sense, . . . but once the template is in position the layout_controller.php becomes not happy and errors the admin.
    I specifically could not get anywhere near the Layout box controller. Even trying in phpmyadmin I could not run the patch without error's , but I had to repair the tables as phpmyadmin was reporting an error.
    I put back the original system layout_controller.php the I could get the Westminister new to install, after doing the Layout box reset I could get Westminster new layout_controller.php to run
    You will note that I am not indicating that the patched installed as I did not clearly see an install, maybe it was fixed when I did the database repair ?
    As I said I am not sure. I will try on my other machine tonight to try give a clearer answer
    Wow! That is really confusing :) It sounds like maybe there was a problem with the database that was not template related since you had to run the database repair.

    Thanks,

    Anne

  8. #1668
    Join Date
    Mar 2012
    Location
    South Africa- Krugersdorp
    Posts
    29
    Plugin Contributions
    0

    Default Re: Westminster New

    Hi Anne,
    I did an installation on an old Ubuntu 14 ( that I am using for "asterisk" )

    However I used the latest Zencart 1.5.5.c

    I still got the same problems, I had to replace " layout_controller.php " with the zencart original then I could do the template installation without a problem.
    I kept on resetting the Layout boxes and then finally I did the Westminster New template installation
    It installed Ok and the then I did the footer and layout for the Westminster New.
    After the template was running I could put back the Westminster New " layout_controller.php " and the site seems to run ok
    Oh . . . and I repeated again the Layout Controller reset

    Thanks for your time and template Anne, as always it is most appreciated.

    Andy

  9. #1669
    Join Date
    Feb 2015
    Location
    USA
    Posts
    157
    Plugin Contributions
    0

    Default Problem with installation -

    As an FYI. I started to install this template (ZC version 1.56c clean install ) and as soon as I switched templates in the admin file I got an error message and couldn't get back. I reinstalled Westminster, file by file to see where the issue was. The file that was causing the problem is in admin/includes/autoloaders/config.westminster.new.php. I removed that file and it seems to be working (so far). It looks ok on the computer but I haven't checked other devices. I just wanted to let you know that file was an issue for me. Is it absolutely essential? Any reason why it was an issue?
    Thanks
    Carol

  10. #1670
    Join Date
    Mar 2012
    Location
    South Africa- Krugersdorp
    Posts
    29
    Plugin Contributions
    0

    Default Re: Westminster New

    Quote Originally Posted by AndyJordaan View Post


    However I used the latest Zencart 1.5.5.c

    Andy
    Sorry should be 1.5.6.c

 

 

Similar Threads

  1. v155 Getting ajax error in v155 with v154 Westminster template
    By godt in forum General Questions
    Replies: 3
    Last Post: 11 Jul 2016, 12:41 AM
  2. v155 Getting ajax error in v155 with v154 Westminster template
    By MCS_Computers in forum General Questions
    Replies: 10
    Last Post: 21 Mar 2016, 03:58 PM
  3. v154 Modifying Top Menu - Westminster New
    By chelseaneedshelp in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Mar 2015, 04:28 PM
  4. Westminster New doesn't work on mobile phone
    By Pompidompie in forum Addon Templates
    Replies: 3
    Last Post: 26 Mar 2015, 10:34 PM
  5. v151 westminster new Share and Connect
    By Larry0652 in forum Addon Templates
    Replies: 8
    Last Post: 24 Oct 2014, 03:30 PM

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