Loading...
 
Features / Usability

Features / Usability


Wiki 2.0 - Memory limit: how to increase it? PHP.INI file information.

posts: 2

When using version 2.0 we are supposed to increase the memory_limit_setting to 32M. Where is that file and what is the simplest way to do it?

I understand changes need to be done on PHP.INI file? Where is that file located?

I have already looked in My file manager to no avail. Thanks for your help!

Os

posts: 1817 Catalan Countries

Hi Oswaldo, and welcome to TikiWiki Community!

if you are running GNU/Linux, you need root (or sudo) access to change php.ini. In some distros under:
/etc/php5/apache2/php.ini

Or locate it yourself with the command:

Copy to clipboard
locate php.ini


If using Windows, and EasyPHP or WAMPP, ..., look inside that folder of that bundle, on the php subfolders, I would say...

Under Mac, no idea.

HTH