Fatal error: Allowed memory size - Joomla! Forum - community, help and support
i in need of support. when try create module following error @ bottom of page:
fatal error: allowed memory size of 134217728 bytes exhausted (tried allocate 8589934591 bytes) in /home/user/public_html/administrator/components/com_menus/helpers/menus.php on line 184
i have read many posts suggest many things have not been able solve problem, please help. here summary of have done , trying do.
a common suggestion increase memory, did. have increased php memory 64 128 , still error.
i read post suggesting rebuild menus , did , still nothing.
in post suggested wrong data in data base. (viewtopic.php?f=624&t=732139 ----the post made terry w.) here suggested.
----forum post-----------------
in sites database, inside "j25_menu" table (j25_ being whatever prefix have assigned tables) "com_contact" record had invalid entry in level field. had value of "4294967295"!?! odd other records had values between 1 , 3. changed value "3" , saved table , uncommented previous code hacks , works fine.
)
my advice check menu tables , see if can spot rogue value in there somewhere.
-------end forum post-----------------
i not sure how make above changes or changes database. able check database via hostpapa mysql , erros found. don't know if causing error or how fix error, please help.
database errors:
acti7716_jo151.j25_finder_terms_common ok
acti7716_jo151.j25_finder_tokens
note : storage engine table doesn't support repair
acti7716_jo151.j25_finder_tokens_aggregate
note : storage engine table doesn't support repair
acti7716_jo151.j25_finder_types ok
thanks,
bob
fatal error: allowed memory size of 134217728 bytes exhausted (tried allocate 8589934591 bytes) in /home/user/public_html/administrator/components/com_menus/helpers/menus.php on line 184
i have read many posts suggest many things have not been able solve problem, please help. here summary of have done , trying do.
a common suggestion increase memory, did. have increased php memory 64 128 , still error.
i read post suggesting rebuild menus , did , still nothing.
in post suggested wrong data in data base. (viewtopic.php?f=624&t=732139 ----the post made terry w.) here suggested.
----forum post-----------------
in sites database, inside "j25_menu" table (j25_ being whatever prefix have assigned tables) "com_contact" record had invalid entry in level field. had value of "4294967295"!?! odd other records had values between 1 , 3. changed value "3" , saved table , uncommented previous code hacks , works fine.
my advice check menu tables , see if can spot rogue value in there somewhere.
-------end forum post-----------------
i not sure how make above changes or changes database. able check database via hostpapa mysql , erros found. don't know if causing error or how fix error, please help.
database errors:
acti7716_jo151.j25_finder_terms_common ok
acti7716_jo151.j25_finder_tokens
note : storage engine table doesn't support repair
acti7716_jo151.j25_finder_tokens_aggregate
note : storage engine table doesn't support repair
acti7716_jo151.j25_finder_types ok
thanks,
bob
ok wrong there
8589934591 = 8.1 gig
and dies @ 128 megabytes (134,217,728)
8.1 gig of memory isn't common on many many servers. there no way you'll able run process.
what site trying render, because ever might having issues using quite lot of memory. way memory.
peter
8589934591 = 8.1 gig
and dies @ 128 megabytes (134,217,728)
8.1 gig of memory isn't common on many many servers. there no way you'll able run process.
what site trying render, because ever might having issues using quite lot of memory. way memory.
peter
Comments
Post a Comment