|
I have a very similar problem: I've installed both the Tatami component and the Aurora template to a Joomla 1.0 install (which is not a fresh install btw). Now everytime I visit the general site template manager, the Tatami Dashboard or the Tatami Site Manager, I get a fatal error relating to memory size. An example is:
Allowed memory size of 33554432 bytes exhausted (tried to allocate 1024 bytes) in /home/sokjuice/public_html/joomla/includes/domit/xml_domit_lite_parser.php on line 135.
The "tried to allocation ___ bytes" and "on line ____" varies.
Deleting the Aurora template folder via ftp solves the problem. However, changing my php.ini in the root folder to read memory_limit = 64M, for example, does nothing. It doesn't change the error amounts either. By default, the file reads memory_limit = 10M, which doesn't seem to correlate with the error message. Btw, I use hostmonster.
|