?
avatar taantrik
taantrik
21 May 2015

This is what PHPinfo() states.
screenshot_1
This is what a test script (please google with "phpmeminfo.php joomla" term) states:
screenshot_2
Joomla System info in backend gives wrong info regarding PHP memory. Here is screenshot:
screenshot_3

Votes

# of Users Experiencing Issue
1/1
Average Importance Score
1.00

avatar taantrik taantrik - open - 21 May 2015
avatar bertmert
bertmert - comment - 21 May 2015

Cannot confirm. I've made some tests changing memory_limit online (.htaccess and php_value) and local (XAMPP, php.ini). Always got correct informations.

Joomla gets it's PHP informations via PHP function

phpinfo(INFO_GENERAL | INFO_CONFIGURATION | INFO_MODULES);

Maybe you started your script (whatever it is) from the wrong directory?

please google with "phpmeminfo.php joomla" term

Sorry, I found nothing relevant.

avatar Bakual
Bakual - comment - 21 May 2015

Did you run your script from the administrator folder? It may be that you have different memory limits depending on the folders when there are overriding rules in custom php.ini files and such.

As said by @bertmert the information is retrieved directly by phpinfo() and just displayed a bit different. So I don't see how that could be wrong.

Closing as not a core issue and likely related to some server configuration. Feel free to reopen this issue if you found that it's indeed caused by Joomla core.

avatar Bakual Bakual - change - 21 May 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-05-21 06:40:50
Closed_By Bakual
avatar Bakual Bakual - close - 21 May 2015
avatar zero-24 zero-24 - close - 21 May 2015
avatar zero-24 zero-24 - change - 21 May 2015
Labels Added: ?
avatar zero-24 zero-24 - change - 23 May 2015
The description was changed
avatar zero-24 zero-24 - change - 23 May 2015
Category Administration

Add a Comment

Login with GitHub to post a comment