offordscott
04-25-2007, 04:57 PM
I have just purchased the $75 phpLD 3.0 script today. I installed, uninstalled, checked the CHMOD, deleted the install/index.php, all with no luck. I can see the directory at the index page, but when I try to log in, there is an error, or rather, nothing displays at all.
I remember running into this problem before about 1.5 years ago when installing this script. Here is some more info...
everything looks to be installed properly:
PHP Version >= 4.3 (4.3.11)
Server API (cgi-fcgi)
GD Support (for visual confirmations) (2.0.28)
Session variables available OK!
Session Save Path writable? OK! (/tmp)
MySQL Support OK! (5.0.18)
./include/config.php writable? OK!
./temp writable? OK!
./temp/templates writable? OK!
But then, when it says this:
- - -
YOU MUST DELETE THE FOLLOWING FILE(S) BEFORE CONTINUING: /install/index.php
YOU MUST DROP WRITING PERMISSIONS TO FOLLOWING FILE(S) BEFORE CONTINUING: /include/config.php
[ ] Redirect to admin control panel
[ ] Redirect to your directory page
[ ] Restart installation
- - -
Then, I choose [x] Redirect to admin control panel, and the script just hangs. sometimes I can go to the admin login page and actually see the login box, sometimes the page doesn't load at all. If I try to log in, it just brings me to a blank page.
When I view that page source, all I see is the following:
- - -
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>PHP Link Directory v3.2.0 Admin - Login</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="robots" content="noindex,nofollow" />
<link rel="stylesheet" type="text/css" href="/admin/files/style.css" />
<script type="text/javascript">
/* <![CDATA[ */
var DOC_ROOT = '{$smarty.const.DOC_ROOT}';
/* ]]> */
</script>
</head>
<body>
<!-- Main --><div id="wrap" class="login-page"><!-- Header --><div id="header"><div id="header-title"><a href="http://www.phplinkdirectory.com/" title="Visit PHP Link Directory homepage" class="phpldBackLink" target="_blank"><img src="images/phpldlogo.png" alt="PHP Link Directory" id="logo" /></a></div></div><!-- /Header --><div class="block"><form id="login-form" name="login-form" method="post" action="/admin/login.php"><div id="admin-login"><h1 class="admin-login-title">Administrator Login @ Site Name</h1><ul><li><label for="admin-input" class="label">Username</label><input type="text" id="admin-input" name="user" value="" class="text" /></li><li><label for="pass-input" class="label">Password</label><input type="password" id="pass-input" name="pass" value="" class="text" /></li></ul><div class="submit"><input type="submit" id="send-login-submit" name="submit" value="Proceed" alt="Login" title="Login to your administrator control panel" class="button" /></div><p><a href="/admin/login.php?action=sendpassword" title="Recover your password">I forgot my password</a></p></div></form></div><!-- Footer --><div id="footer">PHP Link Directory v3.2.0, Copyright © 2004-2007 NetCreated.</div><!-- /Footer --></div><!-- /Main -->
</body>
</html>
- - -
I'm using godaddy as my hosting provider, if anyone has come across this problem before, I'd love your help.
my script is here: http://www.wisconsinrealtyguide.com
Scott
I remember running into this problem before about 1.5 years ago when installing this script. Here is some more info...
everything looks to be installed properly:
PHP Version >= 4.3 (4.3.11)
Server API (cgi-fcgi)
GD Support (for visual confirmations) (2.0.28)
Session variables available OK!
Session Save Path writable? OK! (/tmp)
MySQL Support OK! (5.0.18)
./include/config.php writable? OK!
./temp writable? OK!
./temp/templates writable? OK!
But then, when it says this:
- - -
YOU MUST DELETE THE FOLLOWING FILE(S) BEFORE CONTINUING: /install/index.php
YOU MUST DROP WRITING PERMISSIONS TO FOLLOWING FILE(S) BEFORE CONTINUING: /include/config.php
[ ] Redirect to admin control panel
[ ] Redirect to your directory page
[ ] Restart installation
- - -
Then, I choose [x] Redirect to admin control panel, and the script just hangs. sometimes I can go to the admin login page and actually see the login box, sometimes the page doesn't load at all. If I try to log in, it just brings me to a blank page.
When I view that page source, all I see is the following:
- - -
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>PHP Link Directory v3.2.0 Admin - Login</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="robots" content="noindex,nofollow" />
<link rel="stylesheet" type="text/css" href="/admin/files/style.css" />
<script type="text/javascript">
/* <![CDATA[ */
var DOC_ROOT = '{$smarty.const.DOC_ROOT}';
/* ]]> */
</script>
</head>
<body>
<!-- Main --><div id="wrap" class="login-page"><!-- Header --><div id="header"><div id="header-title"><a href="http://www.phplinkdirectory.com/" title="Visit PHP Link Directory homepage" class="phpldBackLink" target="_blank"><img src="images/phpldlogo.png" alt="PHP Link Directory" id="logo" /></a></div></div><!-- /Header --><div class="block"><form id="login-form" name="login-form" method="post" action="/admin/login.php"><div id="admin-login"><h1 class="admin-login-title">Administrator Login @ Site Name</h1><ul><li><label for="admin-input" class="label">Username</label><input type="text" id="admin-input" name="user" value="" class="text" /></li><li><label for="pass-input" class="label">Password</label><input type="password" id="pass-input" name="pass" value="" class="text" /></li></ul><div class="submit"><input type="submit" id="send-login-submit" name="submit" value="Proceed" alt="Login" title="Login to your administrator control panel" class="button" /></div><p><a href="/admin/login.php?action=sendpassword" title="Recover your password">I forgot my password</a></p></div></form></div><!-- Footer --><div id="footer">PHP Link Directory v3.2.0, Copyright © 2004-2007 NetCreated.</div><!-- /Footer --></div><!-- /Main -->
</body>
</html>
- - -
I'm using godaddy as my hosting provider, if anyone has come across this problem before, I'd love your help.
my script is here: http://www.wisconsinrealtyguide.com
Scott