PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.5.X (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-5-x/)
-   -   Fatal error on Installation (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-5-x/126308-fatal-error-installation.html)

HerrSieben July 28th, 2006 03:59 PM

Fatal error on Installation
 
Hi,

if i run the installscript i get the following errormessage:

Quote:

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 475209 bytes) in /home/htdocs/web41/html/includes/class_core.php on line 404
What can i do? I've reuploded a class_core.php from a fresh downloaded package, but the failure still exists.

HerrSieben July 29th, 2006 03:19 AM

Arent we allowed to use the ticket system?

Zachariah July 29th, 2006 05:59 AM

Tell me a little of your system.

php ver
forums
photopost software ver.

HerrSieben July 29th, 2006 10:25 AM

Hmm, its very strange i drive vb 3.5.4 on PHP Version 4.3.10-16 with the latest vBGallery (1.0.2).

The strange Thing is: I used the gallery succesfull for another project on the same server, with the same vb-version.

HerrSieben July 29th, 2006 04:59 PM

Can someone help me please? Thanks!

HerrSieben July 30th, 2006 11:15 AM

Any sugesstions, ideas, just something?

Chuck S August 2nd, 2006 05:32 PM

Well thats a vbulletin specific file error saying your memory for PHP is used up.

You can edit your global.php file of vbulletin and try uping the PHP memory by placing a line like this

Code:

Content visible to verified customers only.

Zachariah August 2nd, 2006 06:44 PM

Their vBulletin setup has 25-30 products installed.
Once I disabled the plugin system the install was fine.


Hey HerrSieben,

You may want to place some of the larger plugins in a php file on the server.

Optimizing Plugin Memory Usage

Quote:

The plugin system works by storing all plugin code for all scripts in memory, so you can quickly find your plugins using large amounts of memory if they contain a lot of code.


All times are GMT -5. The time now is 09:52 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