Page 1 of 1

Can you 'read' the mess?

Posted: Mon 19. Dec 2005, 20:31
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.

Posted: Tue 20. Dec 2005, 08:26
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

Posted: Tue 20. Dec 2005, 19:33
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?

Posted: Tue 20. Dec 2005, 21:13
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.)

Thanks a lot

Posted: Tue 20. Dec 2005, 22:23
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.

Posted: Wed 21. Dec 2005, 04:32
by Pappnase