Advanced search  

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

Pages: [1]   Go Down

Author Topic: [SOLVED] Uploading doesnt work/footer error  (Read 6634 times)

0 Members and 1 Guest are viewing this topic.

etrcoke

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 21
[SOLVED] Uploading doesnt work/footer error
« on: November 13, 2003, 06:29:51 am »

Hey, Whenever I try to upload a picture, I get this error:

Critical error
Impossible to move pic.jpg to modules/coppermine/albums/userpics/10002/ !

Now I have albums chmodded to 777 and i have the user folder chmodded too but the 10002 folder cannot be chamodded. Also.. I am not sure if this is related.. but i have a footer error and I could not find a fix on the rest of these forums. The error is

Fatal error: Call to undefined function: footer() in /home/clan-f41/public_html/modules/coppermine/include/functions.inc.php on line 138

Now my site is http://clan-fire.com   Check it out if you wish. Thanks coppermine team.
Logged

slaiter

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
[SOLVED] Uploading doesnt work/footer error
« Reply #1 on: November 13, 2003, 06:12:13 pm »

Oke I had the same problem but fixed it now.
first do a chmod -R 777 .../coppermine/albums/ now you can add albums and upload pictures the -R is important you must use it.

For the other problem just outcomment the line (138)
Logged

gtroll

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Posts: 618
    • CPG-Nuke
[SOLVED] Uploading doesnt work/footer error
« Reply #2 on: November 13, 2003, 08:11:28 pm »

change line 138 in functions.inc.php from
Code: [Select]
footer(); to
Code: [Select]
include'../../footer.php';

slaiter

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
[SOLVED] Uploading doesnt work/footer error
« Reply #3 on: November 13, 2003, 08:48:53 pm »

Quote from: "gtroll"
change line 138 in functions.inc.php from
Code: [Select]
footer(); to
Code: [Select]
include'../../footer.php';

and thank you for the cleaner solution ;)
Logged

etrcoke

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 21
[SOLVED] Uploading doesnt work/footer error
« Reply #4 on: November 13, 2003, 11:26:28 pm »

Ok, thanks for all your help. The footer is fixed now. However I could not fix the other. Im using cute ftp and when I tell it to chmod to -R 777  This is what it tells me:


[albums]
COMMAND:> SITE CHMOD -R 777 albums
550 777 albums: No such file or directory

Now I forgot to mention I did get the standalone of coppermine to work so I know I CAN upload pictures.. If that helps any. Thanks for all your help!
Logged

irving

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
[SOLVED] Uploading doesnt work/footer error
« Reply #5 on: November 14, 2003, 04:53:41 am »

Don't you have a shell in the server? Perhaps CuteFTP does not support chmod with "-R" switch. Anything in CuteFTP to do recursive chmod?

- irving
http://www.IrvingEvaJoan.com
Logged

etrcoke

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 21
[SOLVED] Uploading doesnt work/footer error
« Reply #6 on: November 14, 2003, 06:34:14 am »

Well, I dunno I was talking to my hosting guy and I guess he fixed it. It was probley cute ftp doin something wrong. Well thank you for all of your help.
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 19 queries.