Welcome to the FirebirdV6.com/CamaroV6.com forums.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact us.
If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
This is a common problem for php scripts that are resource intensive (like this forum). The error indicates that the php configuration on the server is restricted to 33,554,432 bytes aka 32 megabytes and that this php script (search.php) is trying to exceed that maximum memory allocation restriction. The reason it happens with some searches and not others is due to the memory usage associated with the execution of that particular search. Say a search for the word 'car' yields 20,000 results, this will use a lot more memory than a search for an obscure word.
To fix this issue more memory would have to be allocated in the php configuration. Someone who runs the server would have to edit the php.ini configuration file and set "memory_limit" to something higher than 32M.
This is a common problem for php scripts that are resource intensive (like this forum). The error indicates that the php configuration on the server is restricted to 33,554,432 bytes aka 32 megabytes and that this php script (search.php) is trying to exceed that maximum memory allocation restriction. The reason it happens with some searches and not others is due to the memory usage associated with the execution of that particular search. Say a search for the word 'car' yields 20,000 results, this will use a lot more memory than a search for an obscure word.
To fix this issue more memory would have to be allocated in the php configuration. Someone who runs the server would have to edit the php.ini configuration file and set "memory_limit" to something higher than 32M.
08' L76 6.0L 4X4 Chevy EXT.Cab LTZ Vortec MAX with Snug top cover, Dynomax exhaust,Hptuners& K&N intake
96' Camaro M5 to A4 conversion, alot of mods . GT35R Turbo full suspension. Built engine
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment