Web Hosting Talk







View Full Version : Installing ModernBill


vantage255
06-21-2004, 09:37 PM
I am working on installing modern bill.

I have created the DataBase,
I have set up php and zend on the box.
I have set the propper php.ini settings.
I get to the licence code entry portion of the install page and it dies. It seams like it wants to connect to a remote server but is unable. This is the apache error I get:

[client 111.111.111.111] PHP Notice: Undefined variable: errstr in /home/html/git/billing/modernbill/install_v4/index2.php on line 926, referer: htp:/billing.test.com/install_v4/index2.php
[client 111.111.111.111] PHP Notice: Undefined variable: errno in /home/html/git/billing/modernbill/install_v4/index2.php on line 928, referer: htp:/billing.test.com/install_v4/index2.php
[client 111.111.111.111] PHP Notice: Undefined variable: license_text in /home/html/git/billing/modernbill/install_v4/index2.php on line 955, referer: htp:/billing.test.com/install_v4/index2.php


(Slightly Sanitized) :rolleyes:

Anyone have any thoughts. I believe my apache install is somehow probably at fault. I am running the latest apache 2 strain with mod_php 4.3.7 Zend 2.5.2

I am at a loss and I have had tickets into ModernBill support for over a day with no reply. I can t even log into there ticket system to track my ticket. It thinks my ticket number is bad.... :angry: SO...

HELP please... :D

nexcess.net
06-21-2004, 10:57 PM
It looks like your error_reporting level is just too high. Make sure there's an .htaccess file that looks like this in your main MB dir:


<Files .htaccess>
order allow,deny
deny from all
</Files>

DirectoryIndex index.php
Options -Indexes

php_value "magic_quotes_gpc" "1"
php_value "register_globals" "1"
php_value "error_reporting" "2039"


and that you have "AllowOverride Options" set for your MB vhost.

Chris

maxdf
06-21-2004, 11:17 PM
Those are PHP errors, not apache.

nexcess.net
06-21-2004, 11:19 PM
Yes they are, and to fix them you need to pass variables that augment the php config through apache.

Chris

vantage255
06-21-2004, 11:21 PM
I didnt have the AllowOverride Options set... (Me Dumb)

but that didnt solve the problem. I already had the .htaccess file.

Still getting same error

nexcess.net
06-21-2004, 11:27 PM
Is DNS setup and functioning properly on your box vantage? It possible we're just seeing the after affects of a mis-communication between your box and modernbill's and I'm curious if possible your server can't lookup mb's IP.

Chris

vantage255
06-21-2004, 11:42 PM
Interesting thought do you know what url it is trying to look up??
DNS is functioning but maybe that URL isnt resolving form some reason....

vantage255
06-21-2004, 11:47 PM
You are good.. I bow to the master.

I added a new IP to the box to *** modernbill to.. and I set the wrong netmask..

and it thought b=modernbill.com was LOCAL.... LOL

nexcess.net
06-21-2004, 11:49 PM
haha, np vantage, glad it works.