mondernBill issue.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bla5e
Forum Contributor
Posts: 234
Joined: Tue May 25, 2004 4:28 pm

mondernBill issue.

Post by bla5e »

Thought I'd go to you guyz cuz the manual with ModernBill isnt any help.

Error:
Warning: main(../include/functions.inc.php): failed to open stream: No such file or directory in /home/steve/public_html/modernbill/order/config.php on line 62

Warning: main(../include/functions.inc.php): failed to open stream: No such file or directory in /home/steve/public_html/modernbill/order/config.php on line 62

Warning: main(): Failed opening '../include/functions.inc.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/steve/public_html/modernbill/order/config.php on line 62

Fatal error: Call to undefined function: adodb_one_data() in /home/steve/public_html/modernbill/order/config.php on line 67
Says the config.php file doesnt exist in that dir, but it infact does.

but when I go edit the functions.inc.php file to fix the problem, it was encrypted. I was wonderin if anyone had any problem with this and how they resolved it.
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post by Ambush Commander »

Have you tried expanding your include_path?

http://us2.php.net/manual/en/function.s ... e-path.php
bla5e
Forum Contributor
Posts: 234
Joined: Tue May 25, 2004 4:28 pm

Post by bla5e »

Cant tho, cuz the error is in the function file.. which is encoded
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post by Ambush Commander »

Yeah, but you can also change PHP's ini file to change the include path.
bla5e
Forum Contributor
Posts: 234
Joined: Tue May 25, 2004 4:28 pm

Post by bla5e »

yeah thats what i ended up doing, works fine now.. Thanks
Post Reply