I've installed the lastest wiki and all seemed well until I tried to login and I get error #500 server misconfiguration.
I saw only one other post with this problem but there were no replies.
I know I have perms set correctly and after reading all the documentation I could find I think the problem may be that "pear" is disabled on my server. My site is running apache 1.3.12 and has php 4.0.4pl1 enabled.
If the "pear" problem is indeed why my installation doesn't work, is there a way around this? My ISP probably won't reconfigure php just for me as I am merely sharing a box with other web sites...
Getting an internal server error too. I'm running on a Linux system hosted by olm.net. I don't have access to anything outside my home directory so can't do any system level foo.
Was thinking it was maybe something to do with the .htaccess file. A linux guru friend looked at the file and said the stuff in there souldn't be there and he was baffled how phpwiki created the accounts on the fly like it does.
Later,
Dan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-01-10
I don't think the creator of wiki is ever going to respond to these queries... I have sent him(her) email and received no response. Too bad... it looks like a cool program, but, without support, it might as well be an Edsel...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've installed the lastest wiki and all seemed well until I tried to login and I get error #500 server misconfiguration.
I saw only one other post with this problem but there were no replies.
I know I have perms set correctly and after reading all the documentation I could find I think the problem may be that "pear" is disabled on my server. My site is running apache 1.3.12 and has php 4.0.4pl1 enabled.
If the "pear" problem is indeed why my installation doesn't work, is there a way around this? My ISP probably won't reconfigure php just for me as I am merely sharing a box with other web sites...
Here is a page that shows how php is configured on my server: http://www.mysongplanet.com/test.php
Any help would be greatly appreciated!
thanks!
Same here on Apache 1.3.20 / PHP 4.0.6 / Windows 2000.
500 Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Cannot login.
Please advise!
BTW
I do not have PEAR disabled.
Getting an internal server error too. I'm running on a Linux system hosted by olm.net. I don't have access to anything outside my home directory so can't do any system level foo.
Was thinking it was maybe something to do with the .htaccess file. A linux guru friend looked at the file and said the stuff in there souldn't be there and he was baffled how phpwiki created the accounts on the fly like it does.
Later,
Dan
Check if this php oneliner results in an internal server error. If so check out http://sourceforge.net/forum/forum.php?thread_id=625266&forum_id=18928.
<?
header("HTTP/1.0 401 Unauthorized");
?>
Simon.
I don't think the creator of wiki is ever going to respond to these queries... I have sent him(her) email and received no response. Too bad... it looks like a cool program, but, without support, it might as well be an Edsel...