
11th January 2009, 04:35
|
|
Junior Member
|
|
Join Date: Sep 2007
Posts: 13
Thanks: 4
Thanked 0 Times in 0 Posts
|
|
Friendly urls problem (before set suPHP)
I used how to http://howtoforge.com/install-suphp-...2.20-and-above
My IspConfig server working fine... but my wordpress don't worked...
www.tinews.org (check this).
My error_log is:
Code:
[Sat Jan 10 23:19:58 2009] [error] [client 201.58.46.58] PHP Warning: PHP Startup: magickwand: Unable to initialize module, referer: http://www.tinews.org/
[Sat Jan 10 23:19:58 2009] [error] [client 201.58.46.58] Module compiled with module API=20050922, debug=0, thread-safety=0, referer: http://www.tinews.org/
[Sat Jan 10 23:19:58 2009] [error] [client 201.58.46.58] PHP compiled with module API=20060613, debug=0, thread-safety=0, referer: http://www.tinews.org/
[Sat Jan 10 23:19:58 2009] [error] [client 201.58.46.58] These options need to match, referer: http://www.tinews.org/
[Sat Jan 10 23:19:58 2009] [error] [client 201.58.46.58] in Unknown on line 0, referer: http://www.tinews.org/
[Sat Jan 10 23:20:15 2009] [error] [client 201.42.68.112] PHP Warning: PHP Startup: magickwand: Unable to initialize module,
Thanks.
|

11th January 2009, 10:34
|
|
Moderator
|
|
Join Date: Dec 2005
Location: Montfoort, The Netherlands
Posts: 2,252
Thanks: 208
Thanked 642 Times in 291 Posts
|
|
Did you enabled suPHP mode in the ISPConfig configuration file /home/admispconfig/ispconfig/lib/config.inc.php ?
If not, change the line $go_info["server"]["apache2_php"] = 'addtype' or $go_info["server"]["apache2_php"] = 'both'; into $go_info["server"]["apache2_php"] = 'suphp';
You also must remove all the phpadmin entries within the original Vhosts_ispconfig.conf file and restart apache afterwards.
__________________
Hans
BB-Hosting | Quality Web Hosting since 2005
|

11th January 2009, 11:31
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,872
Thanks: 689
Thanked 4,184 Times in 3,202 Posts
|
|
This looks for me as if your php has been updated after you installed a manually compiled php module (magickwand). You should try to recompile and reinstall this module against the current php version.
|

11th January 2009, 14:52
|
|
Junior Member
|
|
Join Date: Sep 2007
Posts: 13
Thanks: 4
Thanked 0 Times in 0 Posts
|
|
Persists...
Code:
Package php-magickwand - 0.1.9-2.el5.i386 is already installed.
Package ImageMagick-c++ - 6.2.8.0-4.el5_1.1.i386 is already installed.
Package ImageMagick-c++ - 6.2.8.0-4.el5_1.1.i386 is already installed.
Package ImageMagick-devel - 6.2.8.0-4.el5_1.1.i386 is already installed.
Package ImageMagick-devel - 6.2.8.0-4.el5_1.1.i386 is already installed.
Package ImageMagick - 6.2.8.0-4.el5_1.1.i386 is already installed.
Package ImageMagick - 6.2.8.0-4.el5_1.1.i386 is already installed.
Package ImageMagick-perl - 6.2.8.0-4.el5_1.1.i386 is already installed.
Package ImageMagick-perl - 6.2.8.0-4.el5_1.1.i386 is already installed.
Package ImageMagick-c++-devel - 6.2.8.0-4.el5_1.1.i386 is already installed.
Package ImageMagick-c++-devel - 6.2.8.0-4.el5_1.1.i386 is already installed.
Package ImageMagick-c++ - 6.2.8.0-4.el5_1.1.i386 is already installed.
Package ImageMagick-c++ - 6.2.8.0-4.el5_1.1.i386 is already installed.
[root@balder577 ~]# php -v
PHP Warning: PHP Startup: magickwand: Unable to initialize module
Module compiled with module API=20050922, debug=0, thread-safety=0
PHP compiled with module API=20060613, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
PHP 5.2.8 (cli) (built: Jan 5 2009 15:12:04)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
I don't understand...
|

12th January 2009, 03:01
|
|
Junior Member
|
|
Join Date: Sep 2007
Posts: 13
Thanks: 4
Thanked 0 Times in 0 Posts
|
|
No compilled
I don't compiled, i used yum.
|

12th January 2009, 13:17
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,591 Times in 2,443 Posts
|
|
What's the output of
Code:
updatedb
locate magickwand
?
|

12th January 2009, 19:47
|
|
Junior Member
|
|
Join Date: Sep 2007
Posts: 13
Thanks: 4
Thanked 0 Times in 0 Posts
|
|
result...
Code:
[root@balder577 ~]# updatedb
[root@balder577 ~]# locate magickwand
/etc/php.d/magickwand.ini
/usr/lib/php/modules/magickwand.so
/usr/share/doc/php-magickwand-0.1.9
/usr/share/doc/php-magickwand-0.1.9/AUTHOR
/usr/share/doc/php-magickwand-0.1.9/CREDITS
/usr/share/doc/php-magickwand-0.1.9/ChangeLog
/usr/share/doc/php-magickwand-0.1.9/LICENSE
/usr/share/doc/php-magickwand-0.1.9/README
/usr/share/doc/php-magickwand-0.1.9/TODO
[root@balder577 ~]#
|

13th January 2009, 14:39
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,591 Times in 2,443 Posts
|
|
Quote:
Originally Posted by little_oak
[CODE]
Module compiled with module API=20050922, debug=0, thread-safety=0
PHP compiled with module API=20060613, debug=0, thread-safety=0
These options need to match
|
I think the problem is that the MAgickwand module uses another API than PHP. You'd either have to rebuild the Magickwand module ( http://www.magickwand.org/ ), or disable it in your PHP configuration.
|

13th January 2009, 18:47
|
|
Junior Member
|
|
Join Date: Sep 2007
Posts: 13
Thanks: 4
Thanked 0 Times in 0 Posts
|
|
magickwand solved, but...
Friendly urls of wordpress don't work and don't print error messages.
|

14th January 2009, 12:42
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,591 Times in 2,443 Posts
|
|
Any errors in Apache's error log or the web site's error log?
Are there any .htaccess files in your web site directories? If so, what's in them?
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 09:25.
|
|
Recent comments
1 day 9 hours ago
1 day 12 hours ago
1 day 13 hours ago
1 day 14 hours ago
1 day 16 hours ago
1 day 17 hours ago
1 day 19 hours ago
2 days 10 hours ago
2 days 11 hours ago
2 days 15 hours ago