PHP Fatal error: Allowed memory size exceeded

The actual error message is:

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 76 bytes) in /data/webs/…/dolibarr/htdocs/lib/databases/mysql.lib.php on line 410

This occurs when attempting to list 3000+ Third Party members of a certain Category.

I have tried setting the php.ini parameter “memory-limit” to higher values but the value reported is always 67108864.

Please help.
Petras

Try to increase memory-limit and to be sure new value was vlidated, go into dolibarr menu setup - system info - php and search memory_limit

Thanks for the reply.

Interesting. There seems to be two columns: Local and Master.

(See attached image).

phpmem.jpg

SOLVED: Changed line 31 in main.inc.php to the master value.

Rgds
Petras