PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.6x (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-6x/)
-   -   Server errors help (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-6x/135187-server-errors-help.html)

safin January 29th, 2008 01:08 PM

Server errors help
 
I had tried my luck on .com but no success there, so maybe the actual gallery coders would have better chance B=0

I am getting blank pages on trying to upload images(vbgallery 2.2) Was working fine earlier, broke down when we recompiled apache due to a server failure.

These are the errors i get on upload
libpng warning: Application was compiled with png.h from libpng-1.0.6
libpng warning: Application is running with png.c from libpng-1.2.2


For the record, i recompiled gd also but that didn't help. Running php 5.2.5

Thanks

Zachariah January 29th, 2008 02:49 PM

XCache may be the cause. I'll have to do some testing and find out the fix.

Quick Fix:

In your forums/includes/config.php
I added a if statement to disable when on the gallery pages.
Code:

Content visible to verified customers only.
- if you want to experiment around on your own you can limit to only the front page of the gallery.

Code:

Content visible to verified customers only.

safin January 29th, 2008 08:27 PM

Hello Zach,
No i had done that, tried again just now, didn't solve the issue. (I still get blank pages)
The problem is that even the real time processing of images is not working leave alone new uploads.

Zachariah January 29th, 2008 08:43 PM

Took a look @ your server setup.
- Your php.ini

; This directive allows you to disable certain functions for security reasons.
; It receives a comma-delimited list of function names. This directive is
; *NOT* affected by whether Safe Mode is turned On or Off.
disable_functions =

I had a few servers set with a list of functions used by the gallery.
- mkdir, chmod, copy, ect

safin January 30th, 2008 08:01 AM

Checked that. Its fine. The entry is blank.

i came across these threads that i think detail the problem
http://marc.info/?l=php-install&m=101251968609604&w=2
http://marc.info/?l=php-qa&m=105439512817548&w=2


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