XF 1.3 Fatal error when trying to open extra.css

tonnyz

Member
Hi, I get this error when trying to access extra.css in ACP offline editor

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 78409 bytes) in C:\xampp\htdocs\community\library\Zend\Db\Statement\Mysqli.php on line 276

What should I do ?
 
Several thousand lines shouldn't be an issue.

There must be something else going on to trigger that error.

What do you mean by "ACP offline editor"?
 
Several thousand lines shouldn't be an issue.

There must be something else going on to trigger that error.

What do you mean by "ACP offline editor"?

"ACP offline editor" means that my forum hasn't be live, I'm working offline with XAMPP

How should I restore it ? I didn't have any backup for the extra.css, it's disaster if the scripts vanish :(:cry:
 
@Brogan

It's just temporary fix , the problem still exists here.

I just noticed that when I get rid of this line from my config.php :
Code:
ini_set("memory_limit","256M");

I can't open the extra.css again although I have emptied it before, the questions are :

1. What should I do to get rid of this problem ?

2. In future, if I get this kind of problem again despite I've gotten 'ini_set("memory_limit","256M");' inserted in my config.php, what should I do ?

thx for your help :)
 
Top Bottom