Re: ZCA Bootstrap 4 Template [Support Thread]
Quote:
Originally Posted by
lat9
@todoonada, was this a fresh install of the template on zc158? Since you aren't seeing any bootstrap-based sideboxes indicated, perhaps a click of the "Reset Settings" button, at the bottom of the admin's Layout Controller page?
@lat9
I made an upgrade from bootstrap 3.4.0.
I already tried the reset. No change. I also checked the database and there are no irregularities in the entry for the information sidebox.
I do not want to make a fresh install, because I already applied a lot of my modifications.
Re: ZCA Bootstrap 4 Template [Support Thread]
OK, I found the error.
For an unknown reason the rights to the folder includes/modules/sideboxes/bootstrap was set to 744 (rwxr--r--). Changing to 755 (rwxr-xr-x) solved the problem.
Sorry for wasting your time with this stupid error.
Re: ZCA Bootstrap 4 Template [Support Thread]
Quote:
Originally Posted by
todoonada
OK, I found the error.
For an unknown reason the rights to the folder includes/modules/sideboxes/bootstrap was set to 744 (rwxr--r--). Changing to 755 (rwxr-xr-x) solved the problem.
Sorry for wasting your time with this stupid error.
Thanks for reporting back what the issue was! That wasn't a waste of my time and it lets me and others to make sure that the permissions for any newly-added sub-directories need to be verified.
1 Attachment(s)
Re: ZCA Bootstrap Template
ZCA Bootstrap Template - Version: v3.5.0 returns empty entries in Change the Shipping Address at check out.
I've installed this template in Zen-cart version 1.5.7d.
Attachment 20184
Re: ZCA Bootstrap Template
Quote:
Originally Posted by
icemint
ZCA Bootstrap Template - Version: v3.5.0 returns empty entries in Change the Shipping Address at check out.
I've installed this template in Zen-cart version 1.5.7d.
Attachment 20184
Dang it! Change line 51 of /includes/templates/{template_name}/templates/tpl_modules_checkout_address_book.php from
Code:
$address_details = (zen_get_zcversion() >= '1.5.8') ? $address['address'] : $address->fields;
to
Code:
$address_details = (zen_get_zcversion() >= '1.5.8') ? $address['address'] : $address;
That'll be corrected in v3.5.1 of the template; thanks for the report.
GitHub issue: https://github.com/lat9/ZCA-Bootstra...ate/issues/190
Re: ZCA Bootstrap Template
I am using a new install of ZC 1.5.8 - PHP 8.1
I added Easy Populate 4.0
Then I added ZCA Bootstrap Template 3.5 plugin
Server info is below.
I made the change to fix the blank page problem for Easy Populate and uploaded products.
Added the Bootstrap template and changed colors and other settings.
At some point I lost the Search box in the very top header. I have a magnifying glass icon but no text box next to it.
Then I tried to use "Products to Categories" in Admin under Catalog and I get a blank page.
I'm also noticing that it seems to take a long time for pages in Admin to load - I have broadband so it isn't my connection.
cPanel Version 102.0 (build 26)
Apache Version 2.4.55
PHP Version 8.1.14
MySQL Version 5.7.23-23
Architecture x86_64
Operating System linux
Perl Version 5.16.3
Kernel Version 4.19.150-76.ELK.el7.x86_64
Re: ZCA Bootstrap Template
The bootstrap template doesn't use a search-box next to the icon, you click on the icon and a 'modal' form pops up to enable the search keywords' entry.
For the admin issue, you can install the "Display Logs" plugin that comes with zc158 (Modules :: Plugins) and that will let you see the debug-logs that were generated during the admin access. Please note that that's a separate issue and should be 'reported' on the forums with a brand-new post. If you include the contents of that admin log, be sure to xxx-out the name of your admin directory for security.
Re: ZCA Bootstrap Template
Quote:
Originally Posted by
lat9
The bootstrap template doesn't use a search-box next to the icon, you click on the icon and a 'modal' form pops up to enable the search keywords' entry.
For the admin issue, you can install the "Display Logs" plugin that comes with zc158 (Modules :: Plugins) and that will let you see the debug-logs that were generated during the admin access. Please note that that's a separate issue and should be 'reported' on the forums with a brand-new post. If you include the contents of that admin log, be sure to xxx-out the name of your admin directory for security.
Which forum should I use for the 'products to categories' blank page issue? I'm uncertain as to which installation is causing it.
This is the debug log
[21-Jan-2023 18:57:16 America/Boise] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /includes/functions/functions_categories.php on line 860
[21-Jan-2023 18:57:16 America/Boise] Request URI: /*****/index.php?cmd=products_to_categories, IP address: 138.84.230.249
--> PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /includes/functions/functions_categories.php on line 860.
Re: ZCA Bootstrap Template
Quote:
Originally Posted by
Barbie
Which forum should I use for the 'products to categories' blank page issue? I'm uncertain as to which installation is causing it.
This is the debug log
[21-Jan-2023 18:57:16 America/Boise] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /includes/functions/functions_categories.php on line 860
[21-Jan-2023 18:57:16 America/Boise] Request URI: /*****/index.php?cmd=products_to_categories, IP address: 138.84.230.249
--> PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /includes/functions/functions_categories.php on line 860.
I'll suggest the "General Questions" thread.
Re: ZCA Bootstrap Template
Hi,
I hope I am in the right area to post this question.
I am working on upgrading my cart and everything is going smoothly, the only thing that is driving me slightly mad is the shopping cart update icon Fontawesome now shows up as the button_update_cart.png image.
If I switch back to responsive classic its still the .png image that is showing.
All my other Fontawesome graphics are showing just fine, just not this one.
On zc157d and Bootstrap 3.1.2 the cart update button (fas fa-sync-alt) shows up perfectly and enhanced with css styling.
Is there anyway to get the css button instead of the image.
I have zc158 installed
Bootstrap 4 template
PhP 7.4