May 31, 200520 yr comment_839 Hi i just followed this tutorial on creating a login page in dreamweaver mx with php and mysql. http://www.adesdesign.net/php/tutorials/dr...ecure_login.phpThis tutorial is fairly straight forward and i think there's nothing wrong with it. I followed the given steps and when i was done and tried to reach the login page, i got this error. Warning: main(Connections/connectDB.php) [function.main]: failed to open stream: No such file or directory in W:\www\login.php on line 1 Fatal error: main() [function.require]: Failed opening required 'Connections/connectDB.php' (include_path='.;/usr/local/PHP/includes;/usr/local/PHP/pear') in W:\www\login.php on line 1 I think it has something to do with uniform server but i don't know what. Can somebody help me fix this problem. Thanks in advance Report
May 31, 200520 yr comment_840 A. You post was moved to the right forum.B. It is not a problem with Uniform Server or anyhting of such, but what you have installed.C. You have to install Pear on your server.D. To install first get the updated version of go_pear.php at http://go-pear.org/E. Save that to "W:/home/admin/www/plugins/pear/" and then run it.. It will automatically install Pear for you.F. You are done Best Regards Olajide Olaolorun The Uniform Server Development Team Report
May 31, 200520 yr Author comment_841 I followed you tips but i'm unable to complete the installation.I get this error: The requested URL /co.php/pear-core/PEAR.php was not found on this server. Report
May 31, 200520 yr comment_842 You must have done something wrong. Did you replace the go_pear.php file with the one you got from the go-pear.org site? If this still does not work go to pear.php.net and download the package itself. Best Regards Olajide Olaolorun The Uniform Server Development Team Report
June 1, 200520 yr Author comment_843 (My initial pear file was named Uni_go-pear.php) I took the go-pear.php file and placed in in my websire root.Then i accessed itfrom my browser.Changed the installation prefix to W:\home\admin\WWW\plugins and the php.exe file path to W:\usr\local\PhpNot changing the installation prefix doesn't make any difference. Report
June 1, 200520 yr comment_844 Do not change anything at all. After you download it just run it and click next and it should work. You do not need to set anything or do anything. Just lick start or run or whatever it says.. maybe next Best Regards Olajide Olaolorun The Uniform Server Development Team Report
June 4, 200520 yr Author comment_883 As I stated in my previous post, if I leave the settings as they are, the error stil shows up.I downloaded the PEAR package but i have no clue what to do with it.I tried to run a few of the php files but they all turn up with the same errors.And the bat files in the package don't do anyhting. I need some serious help here, i can't create a thing without this PEAR.Got some more tips / suggestions ?? Report
June 4, 200520 yr comment_884 lol.. u make me laugh.. Here is what you need, you need the PEAR.php file, and the Connections folder. Copy the PEAR.php file and the whole Connections folder with connectDB.php in it to where your script is located. It should work. That is the best way to do it.... Best Regards Olajide Olaolorun The Uniform Server Development Team Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.