This is what PHPinfo() states.
This is what a test script (please google with "phpmeminfo.php joomla" term) states:
Joomla System info in backend gives wrong info regarding PHP memory. Here is screenshot:
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.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-05-21 06:40:50 |
Closed_By | ⇒ | Bakual |
Labels |
Added:
?
|
Category | ⇒ | Administration |
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
Maybe you started your script (whatever it is) from the wrong directory?
Sorry, I found nothing relevant.