Please Help! Can't get images to show up in articles

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Rubaflo
Posts: 5
Joined: Wed 13. Jul 2005, 09:36
Location: NC, USA

Please Help! Can't get images to show up in articles

Post by Rubaflo »

Hello,
I am very new to all of this. With that being said, my problem is that I'm uploading the images I want through the filecenter. They show up wherever I have them placed (I currently just uploaded to the Private Folder). Everything shows up fine, however when I'm in the article part of phpwcms and I click on the folder icon to browse for an image to place the pop-up window shows;

folder list image files
no files available no file

I have no idea what to do. I have imagemagick downloaded. Part of my config file looks like this:

$phpwcms["compress_page"] = 0; //0 = OFF, 1-9: page compression ON (1 = low level, 9 = highest level)
$phpwcms["imagick"] = 1; //0 = GD, 1 = ImageMagick, 2 = ImageMagick 4.2.9
$phpwcms["imagick_path"] = ""; //Path to ImageMagick (default="" - none)
$phpwcms["use_gd2"] = 1; //0 = GD1, 1 = GD2
$phpwcms["rewrite_url"] = 0; //whether URL should be rewritable
$phpwcms["wysiwyg_editor"] = 1; //0 = no wysiwyg editor, 1 = HTMLarea, 2 = FCKeditor, 3 = browser based
$phpwcms["phpmyadmin"] = 0; //enable/disable phpMyAdmin in Backend
$phpwcms["default_lang"] = "en"; //default language
$phpwcms["charset"] = "iso-8859-1"; //default charset 'iso-8859-1'
$phpwcms["allow_remote_URL"] = 0; //0 = no remote URL in {PHP:...} replacement tag allowed, 1 = allowed
$phpwcms["gt_mod"] = 0; //0 = Graphical Text MOD disabled, 1 = enabled
$phpwcms["jpg_quality"] = 75; //JPG Quality Range 25-100
$phpwcms["sharpen_level"] = 1; //Sharpen Level - only ImageMagick: 0, 1, 2, 3, 4, 5 -- 0 = no, 5 = extra sharp
$phpwcms["allow_ext_init"] = 1; //allow including of custom external scripts at frontend initialization
$phpwcms["allow_ext_render"] = 1; //allow including of custom external scripts at frontend rendering
$phpwcms["cache_timeout"] = 14400; //default cache timeout setting in seconds - 0 = caching Off


Also, after I upload them a new file appears in both the /picture/upload folder and the phpwcms_filestorage folder (shows up as a lot of letters and numbers in this folder)

Any help would be very much appreciated!!!

Thanks,

adam
larmann
Posts: 311
Joined: Thu 23. Jun 2005, 10:51
Location: Hamburg
Contact:

Post by larmann »

Hi,

when you upload your pictures you have to qualify them as public, not private. And the folder as well has to be public. This is a bit strange but will make more sense in future releases when the public / private management will be more advanced.

Veit
Rubaflo
Posts: 5
Joined: Wed 13. Jul 2005, 09:36
Location: NC, USA

Post by Rubaflo »

Wow, thanks a lot. I changed the folder to public and saved the files into the root pictures folder. Everything works now

~Adam
Post Reply