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/)
-   -   Problem after server move... (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-5-x/125005-problem-after-server-move.html)

titodj May 16th, 2006 01:22 AM

Problem after server move...
 
I just moved my forum and gallery to a new server, and everything was working fine until you try to upload a picture...
It takes the picture and gives the user the "your image has to be aproved mssg" but I never get to see images to aprove??
I tought no one had uploaded images... But the thing is that I dont get to see images pending approval. Any ideas?? :confused:

Just tryed to upload a picture (I dont need moderation) and get the following mssg:

Quote:

$idname no especificado. Si seguiste una liga válida por favor notifica al webmaster
Rough translation
$idname unspecified. If you followed a valid link please notify the webmaster

Zachariah May 16th, 2006 08:13 AM

CHMOD 777 your folders and subfolders that contain your images. When you upload to an webhost the access rights are usaly changes to default 644

Ex: /home/yoursite/public_html/gallery/files

If you do not have a FTP program that will do recursive directories try SmartFTP.

titodj May 16th, 2006 01:54 PM

Thanks.. that did the trick...

Da GoTTi July 6th, 2006 08:46 PM

i have to chmod every single dir under /files? all those sub folders? i have waayyy to many. tell me there is a easier way to do this

Zachariah July 6th, 2006 10:29 PM

Download a program called SmartFTP. It has an option for CHMOD and recursive directories.

Or:

CHMOD -R 777 /path/to/your/gallery/files

Syntax of the chmod command is the following:

prompt> chmod [options] permissions file[s]

The word "chmod" should be entered all in lowercase letters. Options can be:

* -R, set permissions recursively
* -f, "forced" or silent mode
* -v, "verbose", show information for every file processed
* -c, show information only if changes are made to the file

Permissions could be one of the following:

* Octal numeric format, with a leading zero like "0644"
* Octal numeric format, without a leading zero like "644"
* Text form like "a+r", "u=rwx" or "o-w", you can use several comma separated text form permissions

File[s] can be either

* relative path to the file like "file.pl"
* absolute path to the file like "/var/spool/mail/paul"
* several space separated files like "file.pl /var/spool/mail/paul"
* file name mask like "*.html" or "*"

bugzy July 15th, 2006 09:55 PM

i used SmartFTP and chmod 777 the whole /gallery/files/ directory and below

still does what the original poster describes


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