PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Bug Reports (http://www.photopost.com/forum/photopost-pro-bug-reports/)
-   -   5.21 Build 12/9/2005: Error while upload(FIXED) (http://www.photopost.com/forum/photopost-pro-bug-reports/121652-5-21-build-12-9-2005-error-while-upload-fixed.html)

Zarzal December 20th, 2005 08:49 AM

5.21 Build 12/9/2005: Error while upload(FIXED)
 
I Upload a image (a small one). Upload done well. First step of image processing, thumbs and medium generated.
I watch with ftp and see that the upload image was copy to destination directory, thumb and medium still exists. I can do the next step (this url is on top: http://www.dragonclan-forum.de/photo...no&dthumbs=yes)

Now after hitting the button I get:

There was an error uploading this photo. Please report to System Administrator.

The image in the upload dir was not deleted, no entry in the database. Database is checkd and without errors. Where do I have to look into ? What can be done ?

We run on php 5.1.1 .... Is there any trouble? I check the server error log and can see no errors.

Chuck S December 20th, 2005 09:04 AM

Hello

Yep your issue is with PHP 5.1X. We have not released a PHP 5.1X or MYSQL 5.x compatible Photopost yet. This is an issue we uncovered very very recently with that version

If you want to run PHP 5.1X you need to edit all the scripts and do this

everywhere you see

$mon = $mon+1;

add this below

$year = $year + 1900;

Zarzal December 20th, 2005 09:18 AM

You are my Hero :) Done and fixed my problem.


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