-- url of the page with the problem -- :
soundsquitereasonable.com/
'Search Our Stock' from 'Main Menu'. Site presently hidden by password protected splash page. Will PM access if required.
-- HikaShop version -- : 2.2.1
-- Joomla version -- : 2.5.14
-- PHP version -- : 5.3.26
-- Browser(s) name and version -- : Firefox 23.0.1
-- Error-message(debug-mod must be tuned on) -- :
Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 122880 bytes) in . . .
. . . /administrator/components/com_hikashop/classes/field.php on line 2118
I recently updated a site to Hika 2.2.1, but the update has brought about fatal errors, causing the site to disappear behind blank pages when HikaShop is called. These problems happen every time I run the update when HikaShop has a new release.
I have made edits to several views for layout purposes and to display custom fields (address_template, category_listing_image_title, checkout_cart, checkout_listing_price, product_cart, product_listing_image_title, product_listing_price, product_show, product_show_default), and two of these, 'product_listing_image_title' and 'product_listing_price', showed up when I activated Joomla debug.
I copied my edited version of each and installed the update default file, but the error sites just changed to other view files, and files from elsewhere in the Hika structure. The latest error messages are detailed below - please advise where I can find the view files shown (I don't recognise the '/tmpl/' in the filepaths) and how the files listed elsewhere than the 'views' folder came to cause errors, since I haven't edited any of them.
This was the first error message from the Categories Listing link -
Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 122880 bytes) in . . .
. . . /administrator/components/com_hikashop/classes/field.php on line 2118
Errors also showed up from each the Product Category listing links, so I replaced the view files listed above by the default views. Now I get the errors detailed below from (a) php 'display errors' and (b) when Joomla debug is also running:
Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 122880 bytes) in . . .
Category listing (Search Our Site)
(a) . . . /public_html/templates/siteground-j16-40/html/com_hikashop/product/cart.php on line 327
(b) . . . /public_html/administrator/components/com_hikashop/classes/field.php on line 2118
(Product listing) 45Singles
(a) . . . /public_html/components/com_hikashop/views/product/tmpl/listing_div.php on line 79
(b) . . . /public_html/components/com_hikashop/views/product/tmpl/listing_img_title.php on line 99
(Product listing) 45 EPs
(a) . . . /public_html/components/com_hikashop/views/product/tmpl/quantity.php on line 66
(b) . . . /public_html/components/com_hikashop/views/product/tmpl/quantity.php on line 66
(Product listing) 12" Singles
(a) . . . /public_html/components/com_hikashop/views/product/tmpl/quantity.php on line 66
(b) . . . /public_html/components/com_hikashop/views/product/tmpl/listing_div.php on line 79
(Product listing) 33 Albums
(a) . . . /public_html/components/com_hikashop/views/product/tmpl/listing_div.php on line 79
(b) . . . /public_html/components/com_hikashop/views/product/tmpl/listing_img_title.php on line 99
(Product listing) CD Albums
(a) . . . /public_html/components/com_hikashop/views/product/tmpl/listing_img_title.php on line 99
(b) . . . /public_html/components/com_hikashop/views/product/tmpl/listing_price.php on line 73
(Product listing) CD Singles
(a) . . . /public_html/components/com_hikashop/views/product/tmpl/quantity.php on line 66
(b) . . . /public_html/components/com_hikashop/views/product/tmpl/listing_div.php on line 79
(Product listing) 78 Records
(a) . . . /public_html/components/com_hikashop/views/product/tmpl/listing_img_title.php on line 99
(b) . . . /public_html/components/com_hikashop/views/product/tmpl/quantity.php on line 66
(Product listing) Memorabilia
(a) . . . /public_html/components/com_hikashop/views/product/tmpl/listing_price.php on line 73
(b) . . . /public_html/components/com_hikashop/views/product/tmpl/listing_img_title.php on line 99
Assuming I can get the site correctly functioning again, what can I do to prevent these problems happening at the next update?
Thankyou.
PS. FYI: Under 'How to know if it comes from that (for update issues)?' in the HikaShop FAQ, the option "Use AJAX when possible for add to cart buttons" is not under the 'Checkout' tab of the HikaShop 'Configuration', but in 'Advanced settings' under the 'Main' tab of the same section.