Same old image upload problem
- Fulvio Romanin
- Posts: 394
- Joined: Thu 4. Dec 2003, 11:12
- Location: Udine, Italy
- Contact:
Same old image upload problem
i have read throughout the whole forum but i didn't manage to find a suitable solution to my problem.
My server safe_mode is off
my directories are 777, everyone needed
my path is right (sounds like a phrase from the bible!)
if i try to create a directory, it gets created but even if i manually upload the file inside of it, it is not "seen" from the file area.
And, of course, get the dreaded
"Please do not try again - this is an server error! Contact the webmaster to tell as soon as possible! " error.
Man i'm quite confused - what may that be? i should have this site up for monday...
Thanks in advance to everyone that might help me
F
My server safe_mode is off
my directories are 777, everyone needed
my path is right (sounds like a phrase from the bible!)
if i try to create a directory, it gets created but even if i manually upload the file inside of it, it is not "seen" from the file area.
And, of course, get the dreaded
"Please do not try again - this is an server error! Contact the webmaster to tell as soon as possible! " error.
Man i'm quite confused - what may that be? i should have this site up for monday...
Thanks in advance to everyone that might help me
F
Re: Same old image upload problem
Could you post your "conf.inc.php" (w/o passwords) and describe your webhost or local configuration?Fulvio Romanin wrote:i have read throughout the whole forum but i didn't manage to find a suitable solution to my problem.
My server safe_mode is off
my directories are 777, everyone needed
my path is right (sounds like a phrase from the bible!)
if i try to create a directory, it gets created but even if i manually upload the file inside of it, it is not "seen" from the file area.
And, of course, get the dreaded
"Please do not try again - this is an server error! Contact the webmaster to tell as soon as possible! " error.
Man i'm quite confused - what may that be? i should have this site up for monday...
Thanks in advance to everyone that might help me
F
- Fulvio Romanin
- Posts: 394
- Joined: Thu 4. Dec 2003, 11:12
- Location: Udine, Italy
- Contact:
Re: Same old image upload problem
My server configuration can be found at http://www.eticoweb.it/phpinfo.php
my configuration is
<?
// database values
$phpwcms["db_host"] = "localhost";
$phpwcms["db_user"] = "*removed*";
$phpwcms["db_pass"] = "*removed*";
$phpwcms["db_table"] = "*removed*";
$phpwcms["db_prepend"] = "";
$phpwcms["db_pers"] = 0;
// site values
$phpwcms["site"] = "*removed*";
$phpwcms["admin_email"] = "";
// paths
$phpwcms["root"] = "portal/"; //default: ""
$phpwcms["file_path"] = "phpwcms_filestorage"; //default: "phpwcms_filestorage"
$phpwcms["file_tmp"] = "phpwcms_tmp"; //default: "phpwcms_tmp"
$phpwcms["templates"] = "phpwcms_template"; //default: "phpwcms_template"
$phpwcms["dir_thlist"] = "thumb_list"; //default: "thumb_list"
$phpwcms["dir_preview"] = "thumb_preview"; //default: "thumb_preview"
$phpwcms["content_path"] = "content"; //default: "content"
$phpwcms["cimage_path"] = "images"; //default: "images"
$phpwcms["ftp_path"] = "phpwcms_ftp"; //default: "phpwcms_ftp"
// content values
$phpwcms["file_maxsize"] = 2097152; //Bytes (50 x 1024 x 1024)
$phpwcms["content_width"] = 538; //max width of the article content column - important for rendering multi column images
$phpwcms["img_list_width"] = 100; //max with of the list thumbnail image
$phpwcms["img_list_height"] = 75; //max height of the list thumbnail image
$phpwcms["img_prev_width"] = 538; //max width of the large preview image
$phpwcms["img_prev_height"] = 400; //max height of the large preview image
$phpwcms["max_time"] = 1800; //logout after max_time/60 seconds
// other stuff
$phpwcms["compress_page"] = 0; //if 1 = page compression, 0 = no compression
// debugging timer
$phpwcms["timer"] = 0; //is for displaying a how long it needs to create
$phpwcms["imagick"] = 0; //0 = GD, 1 = ImageMagick convert
$phpwcms["imagick_path"] = ""; //Path to ImageMagick (default="" - none)
$phpwcms["use_gd2"] = 1; //0 = GD1, 1 = GD2
?>
let me know. Fulvio
my configuration is
<?
// database values
$phpwcms["db_host"] = "localhost";
$phpwcms["db_user"] = "*removed*";
$phpwcms["db_pass"] = "*removed*";
$phpwcms["db_table"] = "*removed*";
$phpwcms["db_prepend"] = "";
$phpwcms["db_pers"] = 0;
// site values
$phpwcms["site"] = "*removed*";
$phpwcms["admin_email"] = "";
// paths
$phpwcms["root"] = "portal/"; //default: ""
$phpwcms["file_path"] = "phpwcms_filestorage"; //default: "phpwcms_filestorage"
$phpwcms["file_tmp"] = "phpwcms_tmp"; //default: "phpwcms_tmp"
$phpwcms["templates"] = "phpwcms_template"; //default: "phpwcms_template"
$phpwcms["dir_thlist"] = "thumb_list"; //default: "thumb_list"
$phpwcms["dir_preview"] = "thumb_preview"; //default: "thumb_preview"
$phpwcms["content_path"] = "content"; //default: "content"
$phpwcms["cimage_path"] = "images"; //default: "images"
$phpwcms["ftp_path"] = "phpwcms_ftp"; //default: "phpwcms_ftp"
// content values
$phpwcms["file_maxsize"] = 2097152; //Bytes (50 x 1024 x 1024)
$phpwcms["content_width"] = 538; //max width of the article content column - important for rendering multi column images
$phpwcms["img_list_width"] = 100; //max with of the list thumbnail image
$phpwcms["img_list_height"] = 75; //max height of the list thumbnail image
$phpwcms["img_prev_width"] = 538; //max width of the large preview image
$phpwcms["img_prev_height"] = 400; //max height of the large preview image
$phpwcms["max_time"] = 1800; //logout after max_time/60 seconds
// other stuff
$phpwcms["compress_page"] = 0; //if 1 = page compression, 0 = no compression
// debugging timer
$phpwcms["timer"] = 0; //is for displaying a how long it needs to create
$phpwcms["imagick"] = 0; //0 = GD, 1 = ImageMagick convert
$phpwcms["imagick_path"] = ""; //Path to ImageMagick (default="" - none)
$phpwcms["use_gd2"] = 1; //0 = GD1, 1 = GD2
?>
let me know. Fulvio
Hi Fulvio,
there two topics to this: If you create in the admin area of wcms a folder, it is created by wcms. In this folders, you should not upload any pictures. This will be done by wcms only. If you upload with wcms a picture into one of the created folders, wcms will place them there.
If you like to upload one picture, do it in the filecenter of wcms. If you would like to upload many pictures, copy them via ftp into the folder ftp_takeover. Do not create some folders in there, place the pictures in top of this directory.
Go to the filecenter in wcms and use ftp_takeover-function. Select the appropriate folder you created before in the filecenter. They will be copied from wcms in that folder. Thats it.
there two topics to this: If you create in the admin area of wcms a folder, it is created by wcms. In this folders, you should not upload any pictures. This will be done by wcms only. If you upload with wcms a picture into one of the created folders, wcms will place them there.
If you like to upload one picture, do it in the filecenter of wcms. If you would like to upload many pictures, copy them via ftp into the folder ftp_takeover. Do not create some folders in there, place the pictures in top of this directory.
Go to the filecenter in wcms and use ftp_takeover-function. Select the appropriate folder you created before in the filecenter. They will be copied from wcms in that folder. Thats it.
- Fulvio Romanin
- Posts: 394
- Joined: Thu 4. Dec 2003, 11:12
- Location: Udine, Italy
- Contact:
the problem is that actually none of both things work...adriano wrote:Hi Fulvio,
there two topics to this: If you create in the admin area of wcms a folder, it is created by wcms. In this folders, you should not upload any pictures. This will be done by wcms only. If you upload with wcms a picture into one of the created folders, wcms will place them there.
If you like to upload one picture, do it in the filecenter of wcms. If you would like to upload many pictures, copy them via ftp into the folder ftp_takeover. Do not create some folders in there, place the pictures in top of this directory.
Go to the filecenter in wcms and use ftp_takeover-function. Select the appropriate folder you created before in the filecenter. They will be copied from wcms in that folder. Thats it.
Re: Same old image upload problem
from your phpinfo.php:Fulvio Romanin wrote:My server configuration can be found at http://www.eticoweb.it/phpinfo.php
safe_mode On Off
Then you can go into trouble when det http server is
running as a user different from your account name.
I don't now if phpWCMS support that because it require some extra attention.
Rolf Dahl
Re: Same old image upload problem
[quote="Fulvio Romanin"]
-also- from your phpinfo.php:
GD Support enabled
GD Version 1.6.2 or higher
No GD2 "build" references.
This looks like only GD1 support.
If so:
can be changed to:
Code: Select all
My server configuration can be found at http://www.eticoweb.it/phpinfo.php
GD Support enabled
GD Version 1.6.2 or higher
No GD2 "build" references.
This looks like only GD1 support.
If so:
Code: Select all
$phpwcms["use_gd2"] = 1; //0 = GD1, 1 = GD2
Code: Select all
$phpwcms["use_gd2"] = 0; //0 = GD1, 1 = GD2
- Fulvio Romanin
- Posts: 394
- Joined: Thu 4. Dec 2003, 11:12
- Location: Udine, Italy
- Contact:
Re: Same old image upload problem
*sigh*DeXXus wrote:Fulvio Romanin wrote:-also- from your phpinfo.php:Code: Select all
My server configuration can be found at http://www.eticoweb.it/phpinfo.php
GD Support enabled
GD Version 1.6.2 or higher
No GD2 "build" references.
This looks like only GD1 support.
If so:can be changed to:Code: Select all
$phpwcms["use_gd2"] = 1; //0 = GD1, 1 = GD2
Code: Select all
$phpwcms["use_gd2"] = 0; //0 = GD1, 1 = GD2
changed but still no go... sigh....
- Fulvio Romanin
- Posts: 394
- Joined: Thu 4. Dec 2003, 11:12
- Location: Udine, Italy
- Contact:
- Oliver Georgi
- Site Admin
- Posts: 9907
- Joined: Fri 3. Oct 2003, 22:22
- Contact: