View Full Version : Testing on a local server and getting an error
Anonymous
04-27-2005, 07:43 PM
I am testing this script on a local server, so far I like what I see but I'm getting an error I'm not sure how to correct and hope someone will be able to help me with it.
Content visible to registered users only.
Thanks in advance,
Bob G
David
04-27-2005, 11:42 PM
What version of php are you running?
Anonymous
04-28-2005, 02:12 AM
Just getting back, using 4.3.3 (Zend: 1.3.0) but I figured it out already, I had to change it to On in my php.ini file to get it to work.
Anonymous
05-05-2005, 05:10 PM
I got the same error, so I commented out the line
Content visible to registered users only.
in the file class.Link.php (in the classes dir).
Works fine so far ;)
David
05-05-2005, 05:51 PM
Thanks to both of you for pointing this out. I am in the process of getting the next version of the script ready, and will fix this problem. I hope to release the next version in 5-7 days, and it will be packed with new features and upgrades. ;)
Susanne
01-28-2006, 04:35 PM
I get some more errors. :(
Content visible to registered users only.
What can I do?
David
01-28-2006, 04:41 PM
And what version of php are you running?
I can tell you that, in gereral, it is a little easier to install on Linux (webserver). It might be easier for you to test on a webserver rather than locally.
Susanne
01-28-2006, 05:08 PM
4.1.15-Debian_0.dotdeb.0-log
Susanne
01-28-2006, 05:25 PM
Okay, I found something to allow Call-Time-Pass-Reference.
Now there are just these errors left:
Content visible to registered users only.
Susanne
01-28-2006, 05:31 PM
Okay, I use PHP-MySQL-Secure-Login. So in "$conf["DB_USER"]" I write "= "WP_DEFAULT";" instead of my real username. No I changed that into my real username and now it works.
Why?
$conf["DB_PASS"] = "WP_DEFAULT";
and
$conf["DB_HOST"] = "WP_DEFAULT";
are working.
Why not
$conf["DB_USER"]" = "WP_DEFAULT";
?????
And I have it on my webserver!
Susanne
01-30-2006, 10:18 AM
Now I know what had happend!!!! I had a very old version of PHPLD.
Now I have 2.0 and everything works absolutly fine!!!!
:oops:
Content visible to registered users only.
Glad you got it worked out. 3.0 is comming out soon, you may want to get that.
David
01-30-2006, 11:06 PM
It's always appreciated when people post the solutions they found, as it makes it easier for people to search and find answers.
Thanks for posting!
vBulletin® v3.8.0, Copyright ©2000-2012, Jelsoft Enterprises Ltd.