Feedback or requests for help with the site.
Dec 7th, 2008, 1:47 am
Hey:

It seems that clicking "View New Posts" returns this warning:

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 71 bytes) in /srv/www/ppcwarez.org/forum/search.php on line 936

Anyone else seeing this?
Dec 7th, 2008, 1:47 am
Dec 7th, 2008, 2:09 am
working fine for me :)
Dec 7th, 2008, 2:09 am

Don't forget to rate the release ;)
PLEASE support the DEVELOPERS - If you LIKE it, BUY it
Mobilism - Bringing the best of PPCWarez to all devices
Dec 7th, 2008, 2:31 am
It will be a PHP issue. I will look into it.
Dec 7th, 2008, 2:31 am
Dec 7th, 2008, 9:54 am
UncleBeer wrote:Working now. Thanks! :D


:( Sorry, but just at this moment I tried either the 'next' button or the '2'.

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 24 bytes) in /srv/www/ppcwarez.org/forum/search.php on line 936

So the problem exists and requires to be fixed.

Thanks anywhere and a nice 2nd advent.

Abyss
Dec 7th, 2008, 9:54 am
Dec 7th, 2008, 10:18 am
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2 bytes) in /srv/www/ppcwarez.org/forum/search.php on line 936

search.php?&sr=topics&search_id=newposts&start=50

your database is running out of memory..
Dec 7th, 2008, 10:18 am

WVGA - 800x480
WQVGA - 400x240
VGA - 640x480
QVGA - 320x240
Dec 7th, 2008, 10:20 am
Happened to me but now is ok
Dec 7th, 2008, 10:20 am
Dec 7th, 2008, 10:28 am
Possible Solution?!:

Create an.htaccess" file.

In that file, I put this code..

Code: Select all Select all
    <FilesMatch "\.(php|html?)$">
    php_value memory_limit 20000000
    </FilesMatch>



The "20000000" can be whatever you'd like it to be.
Dec 7th, 2008, 10:28 am

WVGA - 800x480
WQVGA - 400x240
VGA - 640x480
QVGA - 320x240
Dec 8th, 2008, 3:11 am
Sorry people, still haven't got around to fixing this. Rather than adding more memory to PHP, I want to stop it consuming so much memory. 128MB memory is generally more than enough.
Dec 8th, 2008, 3:11 am
Dec 8th, 2008, 4:17 am
XVI wrote:Happened to me but now is ok


ditto :lol:
Dec 8th, 2008, 4:17 am