[NOT BUG] xml_domit_lite_parser.php

Locked
mboroni
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Fri Jun 30, 2006 8:04 am

[NOT BUG] xml_domit_lite_parser.php

Post by mboroni » Fri Jun 30, 2006 8:11 am

Hello

I get this message on the Install-Components area of the ADMINISTRATION Side

I upgraded from 1.08 to 1.09 and then something happened that scrambled the components list.
Can tou suggest me a way to restore the original components list?

Here's the error message
http://www.hostinggratis.it/viadanaprimo.it/index.php

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) in /var/www/virtual/viadanaprimo.it/includes/domit/xml_domit_lite_parser.php on line 135

thanks
marco

User avatar
Oak
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 210
Joined: Wed Jun 07, 2006 3:04 pm
Location: Ireland

Re: xml_domit_lite_parser.php

Post by Oak » Fri Aug 11, 2006 7:52 pm

I've got the same problem:

Code: Select all

Fatal error: Allowed memory size of 10485760 bytes exhausted (tried to allocate 46 bytes) in /srv1/www/xxxxxxxxxxx.org/subdomains/www/includes/domit/xml_domit_lite_parser.php on line 926
First, the problem was only with index2.php?option=com_installer as described here:
http://forum.joomla.org/index.php/topic,83314.0.html
I didn't upgraded Joomla; it happend after installing a new component (Bookmarks).

But now, the index3.php started to leak into memory as well...

As for index2.php, I found what loop is leaking, but due to the logical syntax I wasn't able to indentify a problem, as it is using functions - it's difficult to track, epecially because I don't have much experience with Joomla code.

Please help somedody!

Regards,

Oak
Oak

User avatar
RobS
Joomla! Ace
Joomla! Ace
Posts: 1366
Joined: Mon Dec 05, 2005 10:17 am
Location: New Orleans, LA, USA
Contact:

Re: xml_domit_lite_parser.php

Post by RobS » Sat Oct 28, 2006 10:08 pm

PHP scripts cannot manage the memory, if anything is leaking memory it is the PHP interpreter.  This error is caused by a configuration in php.ini which limits the amount of memory a script can use at one time.  Sometimes, Joomla and or its components will need more memory than that.  Especially if you are dealing with parsing large files.  Increase the limit.  This isn't really a bug.

Q&T Note; Status> Not Bug.  Moving to superseeded.
Rob Schley - Open Source Matters
Webimagery - http://www.webimagery.net/ - Professional Consulting Services
JXtended - http://www.jxtended.com/ - Free and Commercial Joomla! Extensions

User avatar
imagine
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 165
Joined: Thu Aug 25, 2005 5:34 am

Re: [NOT BUG] xml_domit_lite_parser.php

Post by imagine » Thu Jan 24, 2008 10:13 pm

Hi,

I get the following error on xml_domit_lite_parser.php :

But then with J! 1.5 stable

Fatal error: Undefined class name 'domit_utilities' in /home/xxxx/domains/xxxx.nl/public_html/libraries/domit/xml_domit_lite_parser.php on line 1004

Is this a simmular situation??
Zelfs een weg van 1000 mijl begint met 1 enkele stap (Lao Zi)


Locked

Return to “Superseded Issues - Archive”