Can you 'read' the mess?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
carstenlegaard
Posts: 12
Joined: Thu 15. Dec 2005, 11:05
Location: Hilleröd, Denmark

Can you 'read' the mess?

Post by carstenlegaard »

I guess I have to delete or move some files in the directories listed beneath, but which files must be deleted or moved?

Here's the warning that shows up on my public site:
/
Warning: main(): Unable to access /var/www/senvinet.dk/public_html/phpwcms/include/inc_ext/ss_image/ss_image.class.php in /var/www/senvinet.dk/public_html/include/inc_lib/imagick.convert.inc.php on line 34

Warning: main(/var/www/senvinet.dk/public_html/phpwcms/include/inc_ext/ss_image/ss_image.class.php): failed to open stream: No such file or directory in /var/www/senvinet.dk/public_html/include/inc_lib/imagick.convert.inc.php on line 34

Warning: main(): Failed opening '/var/www/senvinet.dk/public_html/phpwcms/include/inc_ext/ss_image/ss_image.class.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/senvinet.dk/public_html/include/inc_lib/imagick.convert.inc.php on line 34

Warning: main(): Unable to access /var/www/senvinet.dk/public_html/phpwcms/include/inc_front/content.article.inc.php in /var/www/senvinet.dk/public_html/include/inc_front/content.func.inc.php on line 266

Warning: main(/var/www/senvinet.dk/public_html/phpwcms/include/inc_front/content.article.inc.php): failed to open stream: No such file or directory in /var/www/senvinet.dk/public_html/include/inc_front/content.func.inc.php on line 266

Warning: main(): Failed opening '/var/www/senvinet.dk/public_html/phpwcms/include/inc_front/content.article.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/senvinet.dk/public_html/include/inc_front/content.func.inc.php on line 266 /

Thanks in advance.
*When you pass it on
be sure you've made it
a better one*
Pappnase

Post by Pappnase »

hello

nothing needs to bee deleted! if you delete files then reupload all again!
check your conf.inc.php if you use gd or imagick. if you setup imagick test if gd/gd2 works.

also try to upload jpg files. mostly the error happens when you use gif images.

also check your pathes!
Warning: main(): Unable to access /var/www/senvinet.dk/public_html/phpwcms/include/inc_ext/ss_image/ss_image.class.php in /var/www/senvinet.dk/public_html/include/inc_lib/imagick.convert.inc.php on line 34
carstenlegaard
Posts: 12
Joined: Thu 15. Dec 2005, 11:05
Location: Hilleröd, Denmark

Post by carstenlegaard »

Thank you, papie.
I will see through it.
By the way I need advice of the best way to upload images in php. Would you give it a while?
*When you pass it on
be sure you've made it
a better one*
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

carstenlegaard wrote:By the way I need advice of the best way to upload images in php.
Most effective way is to use FTP client to upload multiple image files, at once, to the folder named "/phpwcms_ftp" then use Admin backend option called FTP_takeover to bring each into use for the CMS (creates thumb, registers name in database for use in content parts, etc.)
carstenlegaard
Posts: 12
Joined: Thu 15. Dec 2005, 11:05
Location: Hilleröd, Denmark

Thanks a lot

Post by carstenlegaard »

Thanks a lot, DeXXus, quite understandable post there. Helpfulness makes the world go round. Hope I will be able to help around sometime.
*When you pass it on
be sure you've made it
a better one*
Post Reply