![]() |
|
| |||||||
| 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. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
| 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;
} tyvm for atleast taking time to view this post. |
|
#2
| ||||
| ||||
| 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 |
|
#3
| |||
| |||
| |
|
#4
| ||||
| ||||
| 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 |
|
#6
| ||||
| ||||
| 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 |