Zen Cart Logo
Forums / Addon Templates / Westminster New

Westminster New

Views: 494,174

Results 1,661 to 1,680 of 1,865
13 Jul 2019, 9:24 PM
#1661
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

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

13 Jul 2019, 9:30 PM
#1662
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Westminster New

spminis:

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

13 Jul 2019, 9:38 PM
#1663
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Westminster New

dbltoe:

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

14 Jul 2019, 10:50 AM
#1664
andyjordaan avatar

andyjordaan

New Zenner

Join Date:
Mar 2012
Location:
South Africa- Krugersdorp
Posts:
29
Plugin Contributions:
0

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: 1060:Duplicate 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.

14 Jul 2019, 2:54 PM
#1665
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Westminster New

AndyJordaan:

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:

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

16 Jul 2019, 9:09 AM
#1666
andyjordaan avatar

andyjordaan

New Zenner

Join Date:
Mar 2012
Location:
South Africa- Krugersdorp
Posts:
29
Plugin Contributions:
0

Re: Westminster New

picaflor-azul:

Try running these in admin--tools--sql patches:

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
16 Jul 2019, 11:14 PM
#1667
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Westminster New

AndyJordaan:

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

18 Jul 2019, 2:22 PM
#1668
andyjordaan avatar

andyjordaan

New Zenner

Join Date:
Mar 2012
Location:
South Africa- Krugersdorp
Posts:
29
Plugin Contributions:
0

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

18 Jul 2019, 2:32 PM
#1669
spminis avatar

spminis

Zen Follower

Join Date:
Feb 2015
Location:
USA
Posts:
194
Plugin Contributions:
0

Re: Westminster New

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

18 Jul 2019, 3:30 PM
#1670
andyjordaan avatar

andyjordaan

New Zenner

Join Date:
Mar 2012
Location:
South Africa- Krugersdorp
Posts:
29
Plugin Contributions:
0

Re: Westminster New

AndyJordaan:

However I used the latest Zencart 1.5.5.c

Andy

Sorry should be 1.5.6.c

18 Jul 2019, 7:54 PM
#1671
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Westminster New

spminis:

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

The installation instructions have changed. You need to see the readme.html file:

  1. Upload the files
  2. log into your admin (or click on the home button if you are already logged in)
  3. install the flexible footer menu (tools--install flexible footer menu)
  4. select the template
  5. reset the sideboxes

Thanks,

Anne

18 Jul 2019, 9:33 PM
#1672
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,763
Plugin Contributions:
9

Re: Westminster New

picaflor-azul:

The installation instructions have changed. You need to see the readme.html file:Next, you'll probably want us guys to stop and ask for directions too.:P

19 Jul 2019, 4:13 PM
#1673
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Westminster New

dbltoe:

Next, you'll probably want us guys to stop and ask for directions too.:P

:D Changing the installation directions, adding in a step, really isn't fair. I'm taking a look to see how I can combine the excellent Flexible Footer Multilingual so that there will not be the extra step. I don't want to take it out of the template package, but it is making confusion it seems...

Thanks,

Anne

20 Jul 2019, 12:15 PM
#1674
spminis avatar

spminis

Zen Follower

Join Date:
Feb 2015
Location:
USA
Posts:
194
Plugin Contributions:
0

Re: Westminster New

picaflor-azul:

The installation instructions have changed. You need to see the readme.html file:

  1. Upload the files
  2. log into your admin (or click on the home button if you are already logged in)
  3. install the flexible footer menu (tools--install flexible footer menu)
  4. select the template
  5. reset the sideboxes

Thanks,

Anne

I did read the file and followed the instructions. I'll try installing again

Carol

20 Jul 2019, 12:54 PM
#1675
spminis avatar

spminis

Zen Follower

Join Date:
Feb 2015
Location:
USA
Posts:
194
Plugin Contributions:
0

Re: Westminster New

picaflor-azul:

The installation instructions have changed. You need to see the readme.html file:

  1. Upload the files
  2. log into your admin (or click on the home button if you are already logged in)
  3. install the flexible footer menu (tools--install flexible footer menu)
  4. select the template
  5. reset the sideboxes

Thanks,

Anne

I reinstalled the package again following the directions. When I clicked on the "change template" I got this error "WARNING: An Error occurred, please refresh the page ..."
When I delete the file admin/includes/autoloaders/config_westminster_new.php - the site works. When I put back the file, error message again. I can't do some of the configurations I want to do if I don't have that file. I will probably have to spend time working around it which I don't look forward to doing. Any thoughts? I remember when I was setting up your responsive-sheffield there was something about not using one of the jscript files and to use the one from the default template. I had to chuck the responsive- sheffield because it wouldn't work with PHP 7.

Here is the contents of the error log -
[20-Jul-2019 08:43:26 America/New_York] Request URI: /westminster/admin2/template_select.php, IP address: 69.142.180.59
#1 trigger_error() called at [/home/spmini5/public_html/westminster/includes/classes/db/mysql/query_factory.php:171]
#2 queryFactory->show_error() called at [/home/spmini5/public_html/westminster/includes/classes/db/mysql/query_factory.php:143]
#3 queryFactory->set_error() called at [/home/spmini5/public_html/westminster/includes/classes/db/mysql/query_factory.php:270]
#4 queryFactory->Execute() called at [/home/spmini5/public_html/westminster/admin2/includes/installers/westminster_new/2_0.php:15]
#5 include_once(/home/spmini5/public_html/westminster/admin2/includes/installers/westminster_new/2_0.php) called at [/home/spmini5/public_html/westminster/admin2/includes/init_includes/init_westminster_new.php:21]
#6 require(/home/spmini5/public_html/westminster/admin2/includes/init_includes/init_westminster_new.php) called at [/home/spmini5/public_html/westminster/includes/autoload_func.php:48]
#7 require(/home/spmini5/public_html/westminster/includes/autoload_func.php) called at [/home/spmini5/public_html/westminster/admin2/includes/application_top.php:171]
#8 require(/home/spmini5/public_html/westminster/admin2/includes/application_top.php) called at [/home/spmini5/public_html/westminster/admin2/template_select.php:9]
--> PHP Fatal error: 1060:Duplicate 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) /home/spmini5/public_html/westminster/admin2/includes/installers/westminster_new/2_0.php on line 15 <== in /home/spmini5/public_html/westminster/includes/classes/db/mysql/query_factory.php on line 171."

22 Jul 2019, 8:54 PM
#1676
jeff_mash avatar

jeff_mash

Totally Zenned

Join Date:
Aug 2004
Posts:
731
Plugin Contributions:
0

Re: Westminster New

spminis:

--> PHP Fatal error: 1060:Duplicate 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) /home/spmini5/public_html/westminster/admin2/includes/installers/westminster_new/2_0.php on line 15 <== in /home/spmini5/public_html/westminster/includes/classes/db/mysql/query_factory.php on line 171."

We are experiencing the exact same issue too. Hoping to read a solution here soon.

Our site already had the Flexible Footer installed (so we didn't have to reinstall it). But when we go to Layout Controller to reset the sideboxes, we get the "WARNING: An Error occurred, please refresh the page and try again" message. Our log file shows the exact same entry as yours with the 'layout_box_status_mobile' error.

22 Jul 2019, 9:11 PM
#1677
jeff_mash avatar

jeff_mash

Totally Zenned

Join Date:
Aug 2004
Posts:
731
Plugin Contributions:
0

Re: Westminster New

FYI - Just playing around with things, I ended up commenting out the lines in the "westminster_new/2_0.php" file which were giving the duplicate entry errors.

Once I did that, it solved those errors (but now I'm dealing with other ones, like "Failed to open FILENAME_META_TAGS.php in the westminster_new/english.php on line 650".

Looks like I will need to do some more customization and Frankensteining some files to make it work.

** EDIT **

Looks like I had to add the following entry into the includes/filenames.php:

define('FILENAME_META_TAGS', 'meta_tags');

14 Aug 2019, 3:56 AM
#1678
shags38 avatar

shags38

Totally Zenned

Join Date:
Jan 2011
Location:
Adelaide, Australia
Posts:
1,684
Plugin Contributions:
0

Re: Westminster New

Jeff_Mash:

We are experiencing the exact same issue too. Hoping to read a solution here soon.

Our site already had the Flexible Footer installed (so we didn't have to reinstall it). But when we go to Layout Controller to reset the sideboxes, we get the "WARNING: An Error occurred, please refresh the page and try again" message. Our log file shows the exact same entry as yours with the 'layout_box_status_mobile' error.

Same issue here also - over 3 weeks after you reported it !

15 Aug 2019, 2:39 PM
#1679
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Westminster New

Jeff_Mash:

FYI - Just playing around with things, I ended up commenting out the lines in the "westminster_new/2_0.php" file which were giving the duplicate entry errors.

Once I did that, it solved those errors (but now I'm dealing with other ones, like "Failed to open FILENAME_META_TAGS.php in the westminster_new/english.php on line 650".

Looks like I will need to do some more customization and Frankensteining some files to make it work.

** EDIT **

Looks like I had to add the following entry into the includes/filenames.php:

define('FILENAME_META_TAGS', 'meta_tags');

Thank you all for the reports and testing. I am hoping to have some time to work on this soon...

Thanks,

Anne

16 Aug 2019, 12:59 AM
#1680
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Westminster New

shags38:

Same issue here also - over 3 weeks after you reported it !

Haven't figured this out yet but am working on it :)

Thanks,

Anne