Quote:
Originally Posted by Stop
I have a strange case in my site. I installed the Version 2.2.7 and it worked fine. I made some categories and add a couple of entries and it all was going fine but out of a sudden, my site now always shows (The website is too busy to show the webpage) when I try to add an entry. My server is alright and there's nothing wrong with it. I still can upload files and photos and I've just installed vbarticles and every is going just prefect with the other add-ons.
Now, how can I solve this thing ? It's been 3 days and I still can't add any entry not even 4 or 5 words in an entry.
|
I wonder... Second similar report. Do you have several hacks installed on your site?
Go to VB/admin/maintenance/phpinfo and take a look at the memory_limit setting.
Possibly, you've only got 8MB memory available to php - which is not enough.
If so, try creating the following plugin, hooked onto ldm_start
Code:
ini_set('memory_limit', 12000000);