I am currently working on a joomla project having large no. of articles(more than 2000).whenever i go to article section to view all articles its give memory size error.so is there any way by which we can remove this type of option from our joomlae site.
Please Reply as soon as possible.
Member Avatar for LastMitch

I am currently working on a joomla project having large no. of articles(more than 2000).whenever i go to article section to view all articles its give memory size error.so is there any way by which we can remove this type of option from our joomlae site.

If you are receiving an memory size error than it means your PHP configuration at the server has a memory limit of ? (not sure how much you have) in Mb.

You can't remove an that error.

You can set memory_limit on the htaccess file in your Joomla website

There should be a htaccess file in your root folder

in there add this for example 8Mb

php_value memory_limit 8Mb
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.