I've installed phpMyFAQ (version 1.39) on a local Win98 PC to test it. My setup is:
PHP 4.3.0
MySQL 3.23.54
Apache 1.3.27
I can see the main interface when I call /faq/index.php, although there is some code written over the top of the control panel which I don't think should be there.
When I try to access /faq/admin/index.php, I get no login interface, simply this text:
Code: Select all
$sprache = "english.php"; "true"; # use Adminlog? $enableadminlog = "true"; # Do you want the IP to be checked when checking the UINs in admin.php? $ipcheck = "true"; # Number of news articles $numNewsArticles = "3"; # Ban these IPs $bannedIP = ""; ?>
The file ../lang/config_.dat is not readable.
Any suggestions as to what is going wrong? Remember, this setup is on a local PC (Win98) where no permissions are necessary for files.
Hugh