Advanced Search

Search Results (Searched for: Allowed memory size)

23 May 2025 07:50

Error after Checkout - Try to install E-Tickets with HikaSerial

Category: Serial: How to?

Hello,

you are right, when i disable Serials, i get this error again:


Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /var/www/breisig.live/www/htdocs/libraries/src/Log/LogEntry.php on line 126

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32768 bytes) in /var/www/breisig.live/www/htdocs/libraries/vendor/symfony/error-handler/Error/OutOfMemoryError.php on line 1

So i will search for it on another way.
22 May 2025 22:11

Error after Checkout - Try to install E-Tickets with HikaSerial

Category: Serial: How to?

-- HikaShop version -- : 5.1.6
-- HikaSerial version -- : 5.0.0
-- Joomla version -- : 5.3.0
-- PHP version -- : 8.4.6
-- Browser(s) name and version -- : FF 138.0.4
-- Error-message(debug-mod must be tuned on) -- : Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /var/www/breisig.live/www/htdocs/libraries/src/Log/LogEntry.php on line 126

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32768 bytes) in /var/www/breisig.live/www/htdocs/libraries/vendor/symfony/error-handler/Error/OutOfMemoryError.php on line 1

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /var/www/breisig.live/www/htdocs/libraries/vendor/joomla/database/src/Monitor/DebugMonitor.php on line 77

Warning: PHP Request Shutdown: Cannot call session save handler in a recursive manner in Unknown on line 0

Hello,
i have currently big Problems after checkout: www.breisig.live/kasse/checkout/confirm

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /var/www/breisig.live/www/htdocs/libraries/src/Log/LogEntry.php on line 126

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32768 bytes) in /var/www/breisig.live/www/htdocs/libraries/vendor/symfony/error-handler/Error/OutOfMemoryError.php on line 1

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /var/www/breisig.live/www/htdocs/libraries/vendor/joomla/database/src/Monitor/DebugMonitor.php on line 77

Warning: PHP Request Shutdown: Cannot call session save handler in a recursive manner in Unknown on line 0

Can you please help me urgently ?
Thanks. Michael
09 May 2025 13:45

InnoDB or MyISAM

Category: Development

The database just stopped for a while again. It's difficult because I don't have all the data about the sql logs on the server.
This is all I have in joomla logs:
PHP ​​Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 56623120 bytes) in /public_html/administrator/components/com_hikashop/helpers/spreadsheet.php on line 192
PHP Warning: Undefined property: stdClass::$massaction_name in /public_html/plugins/actionlog/hikashop/hikashop.php on line 578
PHP Warning: Undefined property: stdClass::$massaction_name in /public_html/plugins/actionlog/hikashop/hikashop.php on line 589
PHP Warning: Undefined variable $customer_num_uses in /public_html/administrator/components/com_awocoupon/awocoupon/library/class-awocoupon-library-discount.php on line 5597

When checking database with query SHOW OPEN TABLES WHERE In_use > 0;
I get some lock tables.
05 Mar 2025 10:30

Fatal error: Allowed memory size

Category: Install & Update

Hello Nicola,
that did the job for updating. But after reimporting the categories I have the sam issue. It s very strange
05 Mar 2025 09:58

Fatal error: Allowed memory size

Category: Install & Update

Hi,

I also didn't find any issue with that CSV. I also imported it on my end, and run a "rebuild" on the data in it and it worked just fine with the latest version of HikaShop.
What you can do is this:
- make a copy of the hikashop_category table
- empty the hikashop_category table in your phpmyadmin
- run the install process for the latest version of HikaShop
- restore the copy of the table in phpmyadmin
- run the "database check" process of the HikaShop configuration and then the "rebuild" process of the categories listing

Hopefully, all of this will work.
Otherwise, it probably means that in your PHPMyAdmin, you're not looking at the same database as the one used on your website.
05 Mar 2025 02:34

Fatal error: Allowed memory size

Category: Install & Update

Hello Nicola,
I ve been trying to find that loop. There are a few categories. Can you take a look too? I think there is no loop.

Thank you
27 Feb 2025 19:02

Fatal error: Allowed memory size

Category: Install & Update

Hi,

Open the hikashop_category table via your PHPMyAdmin. There, check the category_parent_id to make sure that each category is correctly linked to its rightful parent, and make sure there is no loop with a category having one of its children category's id (direct or indirect) in its category_parent_id.
Once you find the issue and correct the category_parent_id, click on "rebuild" and you won't have the problem.
Then, the update will work properly too.
27 Feb 2025 16:41

Fatal error: Allowed memory size

Category: Install & Update

Thank you Nicolas,
it didn t wotk for my case.
I still get
Fatal error: Allowed memory size of 201326592 bytes exhausted (tried to allocate 262144 bytes) in /home/billiri/public_html/administrator/components/com_hikashop/classes/category.php on line 883

Fatal error: Allowed memory size of 201326592 bytes exhausted (tried to allocate 262144 bytes) in Unknown on line 0


after rebuild.

How can I clean the child / parent structure?
27 Feb 2025 12:48

Fatal error: Allowed memory size

Category: Install & Update

Hi,

I think that there is a problem with your categories in your database.
You must have a loop something where a child category is a parent of one of its parent categories.

You can try to add the code:
		if($depth > 50)
			return array($depth,$left);
after the line:
function rebuildTree($element,$depth,$left){
in the file administrator/components/com_hikashop/classes/category.php
That will avoid the infinite loop, and thus should not produce the error anymore if you click on the "rebuild" button of the categories listing.
Then, we can include the patch on our end too so that you can install the update without getting the error.
However, it still means that you have a problem with the data of your categories in the database. Ideally, you should review the child / parent structure of your categories to remove that infinite loop.
27 Feb 2025 11:35

Fatal error: Allowed memory size

Category: Install & Update

I also remarked that rebuild categories gives

Fatal error: Allowed memory size of 201326592 bytes exhausted (tried to allocate 262144 bytes) in /home/billiri/public_html/administrator/components/com_hikashop/classes/category.php on line 883

Fatal error: Allowed memory size of 201326592 bytes exhausted (tried to allocate 262144 bytes) in Unknown on line 0
27 Feb 2025 10:29

Fatal error: Allowed memory size

Category: Install & Update

Hi!

I tried that but i does the same thing, actually it crashes even faster with the tmp folder upload.
It also crashes if i rebuild Hikashop categories.

Thank you
26 Feb 2025 13:12

Fatal error: Allowed memory size

Category: Install & Update

Hi,

Extract the install package on your local computer. Upload the extracted content in the tmp folder of your joomla via FTP. Then, in the Joomla installer, use the "install from folder" tab, and specify the path of the tmp folder and run the installation process.
Since Joomla won't have to extract the zip, it will circumvent the limitation you have and go straight to the update process.
26 Feb 2025 10:04

Fatal error: Allowed memory size

Category: Install & Update

-- HikaShop version -- : 4.3.0
-- Joomla version -- : 4.4.11

Hi!

I'm trying to update Hikashop but the uploading keeps crashing, this happens only when uploading Hikashop zip file.
The error message says

Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 262144 bytes) in /home/php8/public_html/billiri.gr/administrator/components/com_hikashop/classes/category.php on line 915

Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 262144 bytes) in Unknown on line 0

Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 262144 bytes) in Unknown on line 0

Warning: PHP Request Shutdown: Cannot call session save handler in a recursive manner in Unknown on line 0


I changed the memory limit i tried everything there but nothing helped.

Thank you
Displaying 1 - 13 out of 13 results.
Time to create page: 0.519 seconds
Powered by Kunena Forum
loading