Advertisement:

Author Topic: Help with memory problems [was NOT memory problems after all]  (Read 4323 times)

cyrano

  • Newbie
  • *
  • Posts: 34
Re: Help with memory problems [was NOT memory problems after all]
« Reply #30 on: May 11, 2015, 06:10:25 pm »
I suppose you know there are some small differences in .htaccess handling when you use litespeed.

I don't see how this would affect the database, but I'm not al Litespeed expert. I will ask our Litespeed specialist when I get the occasion.

We're running Litespeed too and I know I sometimes have to change small things in .htaccess files.

If this happens again, could you test without the .htaccess file?

That's the way I find out if it's related. Then I can bug the experts...

gibril

  • Newbie
  • *
  • Posts: 1
Re: Help with memory problems [was NOT memory problems after all]
« Reply #31 on: September 26, 2015, 06:43:55 pm »
PROBLEM SOLVED...

I was experiencing the same issue here.. what i did was i added the line below: define the memory limit:

define('OSC_MEMORY_LIMIT', '128M'); to define('OSC_MEMORY_LIMIT', '256M');

It works for me .. my Fatal error is gone.  adverts.visit-thegambia.com

Fatal error:  Allowed memory size of 268435456 bytes exhausted (tried to allocate 80 bytes) in /home/........./oc-includes/osclass/classes/database/DBRecordsetClass.php on line 186


Hope this helps.
gg