Help - Search - Members - Calendar
Full Version: Need help with modern bill
The Planet Forums > Control Panels > cPanel/WHM
terry99
http://www.mydomain.com/index.php i get........

I am trying to install modern bill but when i goto
Warning: main(include/config/config.locale.php): failed to open stream: No such file or directory in /home/terry/public_html/include/functions.inc.php on line 83

Warning: main(): Failed opening 'include/config/config.locale.php' for inclusion (include_path='/usr/local/lib/php:/usr/lib/php') in /home/terry/public_html/include/functions.inc.php on line 83

Warning: main(include/config/config.servers.php): failed to open stream: No such file or directory in /home/terry/public_html/include/functions.inc.php on line 84

Warning: main(): Failed opening 'include/config/config.servers.php' for inclusion (include_path='/usr/local/lib/php:/usr/lib/php') in /home/terry/public_html/include/functions.inc.php on line 84

Warning: main(include/misc/heart/auth.inc.php): failed to open stream: No such file or directory in /home/terry/public_html/include/functions.inc.php on line 85

Warning: main(): Failed opening 'include/misc/heart/auth.inc.php' for inclusion (include_path='/usr/local/lib/php:/usr/lib/php') in /home/terry/public_html/include/functions.inc.php on line 85

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

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

Warning: main(include/config/config.version.php): failed to open stream: No such file or directory in /home/terry/public_html/include/functions.inc.php on line 87

Warning: main(): Failed opening 'include/config/config.version.php' for inclusion (include_path='/usr/local/lib/php:/usr/lib/php') in /home/terry/public_html/include/functions.inc.php on line 87

Warning: session_register(): Cannot send session cache limiter - headers already sent (output started at /home/terry/public_html/include/functions.inc.php:83) in /home/terry/public_html/include/functions.inc.php on line 100

Warning: main(include/translations/.trans.inc.php): failed to open stream: No such file or directory in /home/terry/public_html/include/functions.inc.php on line 102

Warning: main(): Failed opening 'include/translations/.trans.inc.php' for inclusion (include_path='/usr/local/lib/php:/usr/lib/php') in /home/terry/public_html/include/functions.inc.php on line 102
1046: No Database Selected

Got any tips?
Triden
Looks like it can't either find the files or the permissions are too strict on them. Double check your configuration files (if there are any) to make sure everything is pointed to the correct path.
-ToXiC-
this is a fix posted by aussie.

$ pico -w /usr/local/lib/php.ini

search for: include_path

it will look somthing like:

include_path = "/usr/lib/php:/usr/local/lib/php" ;

make it look like:

include_path = ".:/usr/lib/php:/usr/local/lib/php";

or just remove the first part all togther:

include_path = ".:/usr/local/lib/php";

once done, save the file and restart apache.

$ /etc/init.d/httpd restart

reference:

http://forum.rackshack.net/showthread.php?...ght=includepath

(last post)
PHN2
For some reason editing usr/local/lib/php.ini did not seem to work for me. Now I suspect I was doing something wrong. I did get this to work by editing /usr/local/Zend/etc/php.ini exactly as mentioned above. Added the period colon in the path.

As I said no doubt I was doing something wrong but if it does not work try editing /usr/local/Zend/etc/php.ini

As always backup any file you plan on editing before you do so.
cp php.ini php.ini.orig
kneesparx
modernbill is a mickey-mouse application, ide look into something else, i just got ripped off from them. i had to call my card in stolen to cancel since they wouldnt cancel me mad.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.