From travis at minutevistas.com Wed Sep 22 13:05:57 2004 From: travis at minutevistas.com (Travis) Date: Wed Sep 22 13:16:36 2004 Subject: [PolarBlog] install error Message-ID: <000501c4a0c6$6ecca290$6401a8c0@sr> Hello, I am getting these errors when I am trying to run install.php, having only a vague clue as to what I am doing, can anyone tell me what I am doing wrong? thanks "Fatal error: Class pbdb: Cannot inherit from undefined class mysqldb in /homepages/30/d95359411/htdocs/PolarBlog/lib/PbDb_class.php on line 11 Fatal error: Cannot instantiate non-existent class: pbdb in /homepages/30/d95359411/htdocs/PolarBlog/install.php on line 42" From kevinp at polarlava.com Wed Sep 22 13:34:24 2004 From: kevinp at polarlava.com (Kevin L. Papendick) Date: Wed Sep 22 13:34:26 2004 Subject: [PolarBlog] install error In-Reply-To: <000501c4a0c6$6ecca290$6401a8c0@sr> References: <000501c4a0c6$6ecca290$6401a8c0@sr> Message-ID: <1095874464.4151b7a07cef6@nj1.fxsonet.com> Travis, For starters, you need to go here: http://www.polarlava.com/mailman/listinfo/polarblog_polarlava.com and complete the "Subscribing to Polarblog" section if you want to continue to post to the list. I manually okayed this post for you. Unfortunately I have to require this to keep the list from getting spammed. In regard to your problem... 1) It would appear that you've done so, but make sure LIB_PATH is properly set in config/config.php. 2) Make sure the file /homepages/30/d95359411/htdocs/PolarBlog/lib/MySqlDb_class.php exists. The PbDb class is a sub-class of MySqlDb. Therefore if MySqlDb is missing/can't be found, the PbDb class cannot be created. 3) Review the installation documentation to make sure you haven't forgotten something. http://polarblog.polarlava.com/docs/#Installation If you are still having problem, please let me know what version of PHP you are using when you reply. -klp Quoting Travis : > Hello, > > I am getting these errors when I am trying to run install.php, having > only a vague clue as to what I am doing, can anyone tell me what I am > doing wrong? thanks > > "Fatal error: Class pbdb: Cannot inherit from undefined class mysqldb in > /homepages/30/d95359411/htdocs/PolarBlog/lib/PbDb_class.php on line 11 > > Fatal error: Cannot instantiate non-existent class: pbdb in > /homepages/30/d95359411/htdocs/PolarBlog/install.php on line 42" > > > _______________________________________________ > Polarblog mailing list > Polarblog@polarlava.com > http://mail.polarlava.com/mailman/listinfo/polarblog_polarlava.com > -- Kevin L. Papendick www.polarlava.com From tjwaites at gci.net Thu Sep 23 07:56:46 2004 From: tjwaites at gci.net (tjwaites) Date: Thu Sep 23 07:56:50 2004 Subject: [PolarBlog] install error In-Reply-To: <1095874464.4151b7a07cef6@nj1.fxsonet.com> Message-ID: <000401c4a164$67144640$6401a8c0@sr> I had subscribed just used the wrong email account. Oops... My server is running PHP 4.3.8, more info @ http://www.minutevistas.com/check_info.php //--- Path to Class Libraries define('LIB_PATH', 'http://minutevistas.com/PolarBlog/lib/'); <---- Here was the problem. I had no idea what this was to be. It was not until I was in the middle of writing this email that I created the check_info file and it had the info that I needed. I was able to get it up. Thanks for your help. travis -----Original Message----- From: Kevin L. Papendick [mailto:kevinp@polarlava.com] Sent: Wednesday, September 22, 2004 9:34 AM To:; Travis Subject: Re: [PolarBlog] install error Travis, For starters, you need to go here: http://www.polarlava.com/mailman/listinfo/polarblog_polarlava.com and complete the "Subscribing to Polarblog" section if you want to continue to post to the list. I manually okayed this post for you. Unfortunately I have to require this to keep the list from getting spammed. In regard to your problem... 1) It would appear that you've done so, but make sure LIB_PATH is properly set in config/config.php. 2) Make sure the file /homepages/30/d95359411/htdocs/PolarBlog/lib/MySqlDb_class.php exists. The PbDb class is a sub-class of MySqlDb. Therefore if MySqlDb is missing/can't be found, the PbDb class cannot be created. 3) Review the installation documentation to make sure you haven't forgotten something. http://polarblog.polarlava.com/docs/#Installation If you are still having problem, please let me know what version of PHP you are using when you reply. -klp Quoting Travis : > Hello, > > I am getting these errors when I am trying to run install.php, having > only a vague clue as to what I am doing, can anyone tell me what I am > doing wrong? thanks > > "Fatal error: Class pbdb: Cannot inherit from undefined class mysqldb in > /homepages/30/d95359411/htdocs/PolarBlog/lib/PbDb_class.php on line 11 > > Fatal error: Cannot instantiate non-existent class: pbdb in > /homepages/30/d95359411/htdocs/PolarBlog/install.php on line 42" > > > _______________________________________________ > Polarblog mailing list > Polarblog@polarlava.com > http://mail.polarlava.com/mailman/listinfo/polarblog_polarlava.com > -- Kevin L. Papendick www.polarlava.com -------------- next part -------------- An HTML attachment was scrubbed... URL: /pipermail/polarblog_polarlava.com/attachments/20040923/539b88ae/attachment.htm From kevinp at polarlava.com Thu Sep 23 11:09:14 2004 From: kevinp at polarlava.com (Kevin L. Papendick) Date: Thu Sep 23 11:09:16 2004 Subject: [PolarBlog] install error In-Reply-To: <000401c4a164$67144640$6401a8c0@sr> References: <000401c4a164$67144640$6401a8c0@sr> Message-ID: <1095952154.4152e71a811d6@nj1.fxsonet.com> Travis, Glad to hear you solved your problem. One things...I'd recommend removing that check_info.php page from your server as others can use the info they find there to possibly exploit your system. Either that or move it to a secure location. -klp Quoting tjwaites : > I had subscribed just used the wrong email account. Oops... > > My server is running PHP 4.3.8, more info @ > http://www.minutevistas.com/check_info.php > > > //--- Path to Class Libraries > define('LIB_PATH', 'http://minutevistas.com/PolarBlog/lib/'); > <---- Here was the problem. I had no idea what this was to be. It was > not until I was in the middle of writing this email that I created the > check_info file and it had the info that I needed. > > I was able to get it up. Thanks for your help. > > travis > > > -----Original Message----- > From: Kevin L. Papendick [mailto:kevinp@polarlava.com] > Sent: Wednesday, September 22, 2004 9:34 AM > To:; Travis > Subject: Re: [PolarBlog] install error > > Travis, > > For starters, you need to go here: > http://www.polarlava.com/mailman/listinfo/polarblog_polarlava.com and > complete > the "Subscribing to Polarblog" section if you want to continue to post > to the > list. I manually okayed this post for you. Unfortunately I have to > require > this to keep the list from getting spammed. > > In regard to your problem... > > 1) It would appear that you've done so, but make sure LIB_PATH is > properly set > in config/config.php. > 2) Make sure the file > /homepages/30/d95359411/htdocs/PolarBlog/lib/MySqlDb_class.php exists. > > The PbDb class is a sub-class of MySqlDb. Therefore if MySqlDb is > missing/can't > be found, the PbDb class cannot be created. > > 3) Review the installation documentation to make sure you haven't > forgotten > something. http://polarblog.polarlava.com/docs/#Installation > > > If you are still having problem, please let me know what version of PHP > you are > using when you reply. > > -klp > > Quoting Travis : > > > Hello, > > > > I am getting these errors when I am trying to run install.php, having > > only a vague clue as to what I am doing, can anyone tell me what I am > > doing wrong? thanks > > > > "Fatal error: Class pbdb: Cannot inherit from undefined class mysqldb > in > > /homepages/30/d95359411/htdocs/PolarBlog/lib/PbDb_class.php on line 11 > > > > Fatal error: Cannot instantiate non-existent class: pbdb in > > /homepages/30/d95359411/htdocs/PolarBlog/install.php on line 42" > > > > > > _______________________________________________ > > Polarblog mailing list > > Polarblog@polarlava.com > > http://mail.polarlava.com/mailman/listinfo/polarblog_polarlava.com > > > > > -- > Kevin L. Papendick > www.polarlava.com > -- Kevin L. Papendick www.polarlava.com