Fatal Error Allowed Memory Size

I uploaded a new site (template and content) and get this error:

Fatal error : Allowed memory size of 134217728 bytes exhausted (tried to allocate 32768 bytes) in /kunden/116229_55234/webseiten/rupp/bo/pulsecms/inc/tags/block.php on line 1

if it's server related and can be fixed in the php.ini as well, where do I find it?

This might be a bug...

We're working on 5.3.10 and will look at this

In the meantime depending on your host, php.ini is a good place to add more memory allocation:

memory_limit = 256M

See how your host allows you to create php.ini files

Looking into this more, anymore info on what activities created this error?

The memory limit can be changed in the .htaccess. This can be raised in the php.ini also.
That might be worth a try to see if it helps this install.

Thanks

I dropped a new version of a blocs project on it...

I will try the .htaccess but as I mentioned above I don't know where the php.ini is located.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.

Hi @Burnhard, this has been fixed on our latest version. Can you try updating and see if it's been resolved on your end?