PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds Installation & Upgrades (http://www.photopost.com/forum/classifieds-installation-upgrades/)
-   -   [fresh install] Allowed memory size problems (http://www.photopost.com/forum/classifieds-installation-upgrades/123126-fresh-install-allowed-memory-size-problems.html)

jdivision February 16th, 2006 02:45 PM

[2.5 fresh install] Allowed memory size problems
 
After I install PhotoPost Classifieds I keep receive errors like this:

Quote:

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 8 bytes) in /home/httpd/vhosts/bmwcklt.com/httpdocs/classificados/pp-inc.php on line 2228
Quote:

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 184320 bytes) in /home/httpd/vhosts/bmwcklt.com/httpdocs/classificados/languages/english.php on line 251
Quote:

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 184320 bytes) in /home/httpd/vhosts/bmwcklt.com/httpdocs/language/english/common.php on line 373
Quote:

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 11 bytes) in Unknown on line 0
Quote:

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 2949120 bytes) in /home/httpd/vhosts/bmwcklt.com/httpdocs/galeria/adm-misc.php on line 1644
And so on…

If I uninstall Photopost Classifieds everything runs without problems (so it appears).

I did a fresh install for both Photopost Pro and Photopost Classifieds and I didn’t upload anything yet.

I have VBulletin and VBportal running on a dedicated server with no users and no data whatsoever at the moment, so this is a little strange.

I’m feeling a little bit lost…:(

P.S. – Please, apologies for my bad English

Chuck S February 16th, 2006 03:16 PM

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 184320 bytes) in /home/httpd/vhosts/bmwcklt.com/httpdocs/language/english/common.php on line 373

That has nothing to do with our program here

However you can alter our pp-inc.php programs to raise php memory easily

In pp-inc.php above the error reporting line add this

ini_set("memory_limit", "32M");


All times are GMT -5. The time now is 08:30 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97