Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > Content Mangement Systems – CMS > Various Content Management Systems

Notices

Various Content Management Systems Discussion and help about various types of CMS’s that are included with your VodaHost account. All of the following CMS systems can easily be installed via fantastico in your control panel. They include Joomla, Drupal, Mambo, PHP-Nuke, phpWCMS, Post-Nuke, Siteframe, TYPO3 and XOOPS.

Reply
 
LinkBack Thread Tools
  #1  
Old 08-04-2007, 07:57 PM
Private First Class
 
Join Date: Jul 2007
Posts: 6
Question phpWiKi

Can someon help me with phpWiki, the login doesn't work but what I've entered is correct.

I can't find any errors in the code but maby you can

Code:
   // Set these to your preferences. 
   // For heaven's sake pick a good password!
   $wikiadmin   = "user";
   $adminpasswd = "pass";

......
......

   // From the manual, Chapter 16
   if (($PHP_AUTH_USER != $wikiadmin  )  ||
       ($PHP_AUTH_PW   != $adminpasswd)) {
      Header("WWW-Authenticate: Basic realm=\"PhpWiki\"");
      Header("HTTP/1.0 401 Unauthorized");
      echo gettext("You entered an invalid login or password.");
      exit;
   }
(not my real login -.- )

tyvm for atleast taking time to view this post.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old 08-04-2007, 09:15 PM
Watdaflip's Avatar
Brigadier General
 
Join Date: Sep 2005
Location: Cincinnati, Ohio
Posts: 1,643
Default Re: phpWiKi

The only thing I can see that might be causing the problem is an $PHP_AUTH_USER or $PHP_AUTH_PW isn't being set.

Is it not letting you login after a fresh install, or have you made any changes to the code or added some addon or plugin to the wiki and then all the sudden you couldn't login?
__________________

Register/Login Script
Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old 08-04-2007, 09:59 PM
Private First Class
 
Join Date: Jul 2007
Posts: 6
Default Re: phpWiKi

It doesn't let me in
I've made a flash vid of it:
http://wiki.runespace.org/Phpwiki/Phpwiki.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old 08-04-2007, 11:19 PM
Watdaflip's Avatar
Brigadier General
 
Join Date: Sep 2005
Location: Cincinnati, Ohio
Posts: 1,643
Default Re: phpWiKi

If you didn't make any changes to the file themselves, then just reinstall a fresh copy. There must have been some file that is corrupt, or didn't upload or install correctly.
__________________

Register/Login Script
Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old 08-05-2007, 11:27 PM
Private First Class
 
Join Date: Jul 2007
Posts: 6
Default Re: phpWiKi

I did, 4 times.
I've seen someone with the same error a while ago.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old 08-05-2007, 11:30 PM
Watdaflip's Avatar
Brigadier General
 
Join Date: Sep 2005
Location: Cincinnati, Ohio
Posts: 1,643
Default Re: phpWiKi

Sorry, I haven't a clue, I have never used the software, and its hard to fix the code without seeing it. Have you tried the phpwiki support?
__________________

Register/Login Script
Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 01:35 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2007 VodaHost.com - All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54