Page 1 of 1

mondernBill issue.

Posted: Fri Jul 22, 2005 1:18 pm
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.

Posted: Fri Jul 22, 2005 4:01 pm
by Ambush Commander
Have you tried expanding your include_path?

http://us2.php.net/manual/en/function.s ... e-path.php

Posted: Fri Jul 22, 2005 10:16 pm
by bla5e
Cant tho, cuz the error is in the function file.. which is encoded

Posted: Sat Jul 23, 2005 10:33 am
by Ambush Commander
Yeah, but you can also change PHP's ini file to change the include path.

Posted: Sat Jul 23, 2005 12:08 pm
by bla5e
yeah thats what i ended up doing, works fine now.. Thanks