imagick.convert.inc.php

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
User avatar
ssddgreg
Posts: 31
Joined: Mon 23. May 2005, 22:05
Location: Slovenia
Contact:

imagick.convert.inc.php

Post by ssddgreg »

Hi!

I am getting an error when I want to start my installation:

Code: Select all

Warning: main(/public_html/scgis-si.org/include/inc_ext/ss_image/ss_image.class.php): failed to open stream: No such file or directory in /home/ssddgreg/public_html/scgis-si.org/include/inc_lib/imagick.convert.inc.php on line 34

Warning: main(): Failed opening '/public_html/scgis-si.org/include/inc_ext/ss_image/ss_image.class.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ssddgreg/public_html/scgis-si.org/include/inc_lib/imagick.convert.inc.php on line 34
Error in query:SELECT * FROM phpwcms_fonts ORDER BY font_name


I want to install PHPWCMS to http://www.domain.org/domain-something.org


Can anybody help me what I am doing wrong?

Thanks!

Dejan
palhano
Posts: 8
Joined: Fri 9. Sep 2005, 13:14

Same problem

Post by palhano »

I think I had a similar problem does anybody has a clue???

http://www.bpk.com.br/wcms/

Warning: main(/wcms/include/inc_ext/ss_image/ss_image.class.php): failed to open stream: No such file or directory in D:\web\localuser\bpk\htdocs\wcms\include\inc_lib\imagick.convert.inc.php on line 34

Warning: main(): Failed opening '/wcms/include/inc_ext/ss_image/ss_image.class.php' for inclusion (include_path='.;c:\php4\pear') in D:\web\localuser\bpk\htdocs\wcms\include\inc_lib\imagick.convert.inc.php on line 34

Warning: main(/wcms/config/phpwcms/conf.pagelayout.inc.php): failed to open stream: No such file or directory in D:\web\localuser\bpk\htdocs\wcms\include\inc_front\content.func.inc.php on line 172

Warning: main(): Failed opening '/wcms/config/phpwcms/conf.pagelayout.inc.php' for inclusion (include_path='.;c:\php4\pear') in D:\web\localuser\bpk\htdocs\wcms\include\inc_front\content.func.inc.php on line 172

Warning: main(/wcms/include/inc_front/content.article.inc.php): failed to open stream: No such file or directory in D:\web\localuser\bpk\htdocs\wcms\include\inc_front\content.func.inc.php on line 266

Warning: main(): Failed opening '/wcms/include/inc_front/content.article.inc.php' for inclusion (include_path='.;c:\php4\pear') in D:\web\localuser\bpk\htdocs\wcms\include\inc_front\content.func.inc.php on line 266
User avatar
Oliver Georgi
Site Admin
Posts: 9918
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

path problems - or not uploaded - check if file exists.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
palhano
Posts: 8
Joined: Fri 9. Sep 2005, 13:14

path problems solved

Post by palhano »

Path exist, problem solved.
The solution was to uncoment the document_root clause at the botom of the conf.inc.php file and place it right before this statement at the top of the file:


$phpwcms["DOC_ROOT"] = $_SERVER['DOCUMENT_ROOT'];
User avatar
Oliver Georgi
Site Admin
Posts: 9918
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

then you have another problem...

Check your settings and compare used versions.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
goshen
Posts: 42
Joined: Mon 4. Oct 2004, 10:57
Location: Geelong, Australia
Contact:

Post by goshen »

I did the same thing; got these same errors after a new install....

The problem was with the server path ($phpwcms["DOC_ROOT"]) - the instructions during setup said that there should be no 'slashes' at the start of end of the paths... The top one had a slash at the start, so I removed it. ...which is the cause of the problem. All I had to do was re-insert the slash at the start of the Doc-Root path in the Config file, and the problem went away.

Does it need to say there should be no slashes? I think just saying "do not mess with that which you do not understand" would be sufficient?
http://www.kitepower.com.au/news (phpWCMS v1.1)
http://www.gkhome.net (phpWCMS v1.21 DEV)
Post Reply