Upload Problems Upload Problems
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Upload Problems

Started by ClipdIn, March 03, 2007, 01:43:46 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ClipdIn

I have read through and followed the Troubleshooting and I am still unable to upload pictures.

CPG was working fine until a server Plesk upgrade.

I have corrected all ownership issues I could find.  CHMOD set to 777 for files and folders as suggested.
I have upgraded to 1.4.10

http://www.clipdin.com/cpg142/
User:  CPGTEST
PW:  TESTER


Files are placed but I get this error:
QuoteThe selected album/file does not exist !

File: /home/httpd/vhosts/clipdin.com/httpdocs/cpg142/include/functions.inc.php - Line: 1315

Thank You,
Dan



Nibbler

That's not an upload problem, it's just a problem with the redirect after uploading sucessfully.

See http://coppermine.svn.sourceforge.net/viewvc/coppermine/trunk/stable/db_input.php?r1=3338&r2=3364 for the code you need to change to fix it.

ClipdIn

Thank You... That fixed that error...BUT...

When I go back to allowing multiple U/L's

When you are asked to select the Album, Name the File, Ect, ect.

When i hit the "continue button" i get this:

In firefox:
I get a window saying...
you have chosen to open
Upload.php
Which Is: a PHP file

In IE:
I get a notice that the web page is unaccessible.


Any Ideas?


Thanks,
Dan

ClipdIn

***EDIT***

OK now I fixed that...755 on upload.php

Now:

Upload Failure - './albums/edit/'

File: /home/httpd/vhosts/clipdin.com/httpdocs/cpg142/upload.php - Line: 2261

Nibbler

That message is caused by using the back button while uploading.

ClipdIn

OK...

That explains why the 755 on upload.php did not actually fix anything.

Still gettin the message:
you have chosen to open upload.php



PS dig the doors on that Mini!!!

ClipdIn

It places the first file, even though it wants you to open the upload.php.
But it dumps any addition file U/L'd.

Nibbler

That dialogue normally means you have hit the php memory or time limit. I managed to upload 2 files at the same time, so make sure your files are not too large. If you have ImageMagick on your server you could try using that (via config setting) as it is not affected by php memory limits.

ClipdIn

Huh.
I think quite a few server settings for php got messed up with the Plesk Updates.

I am looking in PHP settings.

I have ssh access any ideas on increasing those settings?

The files I tried to U/L one was 800km and the other was 3.4MB
U/L went fast, just the error on the continue button

Nibbler

Well 800km is far too large, no server could handle that.... :)

If you can access php.ini then keep doubling the memory_limit until it works.

ClipdIn

Thanks For the Help...

Its working Great Again!!!!

liberte

Hi nibbler

Quote from: Nibbler on March 03, 2007, 02:00:58 AM
That's not an upload problem, it's just a problem with the redirect after uploading sucessfully.

See http://coppermine.svn.sourceforge.net/viewvc/coppermine/trunk/stable/db_input.php?r1=3338&r2=3364 for the code you need to change to fix it.

this link is broken, i have seen similar link a few minutes ago too
which was broken too.. :(

Joachim Müller