Community Forums

Important Notice:

Two sections of this forum are available only to registered customers. In order to receive access to the Customer Forums and ResellerCentral Forums, you must first register on these forums or login to your existing forum account. If you are an existing HostNine customer, be sure to register using the email address on file for your billing profile.

Go Back   HostNine Community Forums > H9 Customer Forums > ModernBill

Notices

 
 
Thread Tools Display Modes
  #11  
Old 08-15-2007, 12:08 AM
bakua99 bakua99 is offline
Junior Guru Wannabe
 
Join Date: Aug 2007
Posts: 32
Default

[QUOTE=quneur;1893]

6. Edit the file .htaccess in the modernbill directory. Add

php_value "magic_quotes_runtime" "0"
php_value "magic_quotes_sybase" "0"
php_value "memory_limit" "32M"
php_value "open_basedir" "no value"
php_value "register_argc_argv" "1"
php_value "register_long_arrays" "1"
php_value "short_open_tag" "1"
php_value "safe_mode" "0"

to just below the 3 php_values supplied. Just cut and paste it.

<--- bcoz of this, Internal Server Error . what should i do?
  #12  
Old 08-15-2007, 01:01 AM
TroyD TroyD is offline
Newbie
 
Join Date: Aug 2007
Posts: 18
Default what worked for me...

as mentioned in my thread below is to delete the .htaccess file all together. Somehow it was conflicting with the php.ini file or something. I don't claim to know for sure, but Modernsupport said to delete it. And it worked.
You might have to do the same thing with the .htaccess file in the order folder as well. You will know that after the install if the order page does not come up.

If you are afraid to delete that file, just rename it first as a test. That's what I did.

TroyD.
  #13  
Old 08-15-2007, 01:38 AM
bakua99 bakua99 is offline
Junior Guru Wannabe
 
Join Date: Aug 2007
Posts: 32
Default

what did you do for the missing
register_globals off
session.use_only_cookies off

if u didnt use his step to pt it in .htaccess?

if its pt in php.ini juz pt these value?

"error_reporting = 2039
magic_quotes_gpc = On
magic_quotes_runtime = Off
magic_quotes_sybase = Off
memory_limit = 32M
open_basedir = no value
register_argc_argv = On
register_globals = On
register_long_arrays = On
short_open_tag = On
safe_mode = Off"
  #14  
Old 08-15-2007, 03:04 AM
bakua99 bakua99 is offline
Junior Guru Wannabe
 
Join Date: Aug 2007
Posts: 32
Default My version of installation

create a file call php.ini with any text editor n copy and paste this into the file

error_reporting = 2039
magic_quotes_gpc = On
magic_quotes_runtime = Off
magic_quotes_sybase = Off
memory_limit = 32M
open_basedir = no value
register_argc_argv = On
register_globals = On
register_long_arrays = On
short_open_tag = On
safe_mode = Off

nxt upload it into your installion folder or example public html/modernbill
although the installation page 1 would write that they r still nt corrected, its already changed. but to let you feel at ease juz create a file call test.php and inside copy this


<?php
phpinfo();
?>


nxt go into any browser and access the file.it will show u the detail of your php setting. thankyou for all the brother of this forum for helping me.
sry for my bad english
  #15  
Old 08-15-2007, 06:53 PM
DeanClinton DeanClinton is offline
Junior Guru
 
Join Date: Aug 2007
Location: Morecambe, UK
Posts: 218
Default

I've done this and now I get an error...


Code:
Warning: main() [function.main]: open_basedir restriction in effect. File(./include/functions.inc.php) is not within the allowed path(s): (no value) in /home/hosting/public_html/billing/index.php on line 23

Warning: main(include/functions.inc.php) [function.main]: failed to open stream: Operation not permitted in /home/hosting/public_html/billing/index.php on line 23

Fatal error: main() [function.require]: Failed opening required 'include/functions.inc.php' (include_path='.:/usr/lib/php') in /home/hosting/public_html/billing/index.php on line 23
  #16  
Old 08-17-2007, 02:08 AM
bakua99 bakua99 is offline
Junior Guru Wannabe
 
Join Date: Aug 2007
Posts: 32
Default

use this in php.ini

http://www.filefactory.com/file/b45aca/
  #17  
Old 08-17-2007, 03:49 PM
RCRbiz RCRbiz is offline
Newbie
 
Join Date: Aug 2007
Posts: 10
Default

When I do that it SHOULD work... but it doesnt.

I have to take away the .htaccess files for some silly reason to make it work. Then, obviously I have to put them back in if I want the red errors to go away... either way I'm screwed.

Why would the .htaccess files (in my modernbill directory or another unrelated one higher up in my public_html folder) be causing a 500 Internal Service Error?

Either way, putting a php.ini is NOT correcting the red values.

It's making me so entirely mad.

Last edited by RCRbiz; 08-17-2007 at 03:55 PM.
  #18  
Old 08-17-2007, 06:15 PM
DeanClinton DeanClinton is offline
Junior Guru
 
Join Date: Aug 2007
Location: Morecambe, UK
Posts: 218
Default

Contact Ben; he had to fix a server for me to be able to use it.

Something to do with rGlobals.
  #19  
Old 08-23-2007, 07:54 PM
mckingtom mckingtom is offline
Newbie
 
Join Date: Aug 2007
Posts: 8
Default

Hi guys, here is my story. A bit of a bumpy road but thanks to the notes in this and other posts on this forum and on the ModernBill support forum it seems I got it installed finally.

How to get ModernBill: as the link in the Account Addons doesn't work I opened a ticket and got a license in less than 24 hours. Followed the link and activated the license.

Modernbill version installed: as recommended by Blake@support I installed 4.4 Zend.

Installation:
- I followed the steps described in the MB version 4 manual.
- I had to delete the .htaccess file in the installation directory as it kept giving me the 500 error
- everything went well although at the last step I created a new admin account which was ignored by the installation and was given a generic user login instead.

Problem: right after the last step of the installation I was able to get to the MB login box, entered the user and pass given at the end of the installation, accepted the terms and conditions but... I kept being bounced back to the login box. Found that this had to do with register_globals variable which is set to "off" on the server where MB was installed. There is a link in the MB support forum about this problem. Blake@support wrote that I have to create my own php.ini file which left me perplexed. (I am not a programmer and thought that php.ini can only be manipulated if one has access to the php installation on the server).

Solving the problem: thread had the answer: I downloaded the original file php.ini from the link above and uploaded it to the MB installation directory. Now I managed to log in to MB and pass the "accept terms and conditions". Hope I was not too soon claiming my success
  #20  
Old 08-23-2007, 08:39 PM
mckingtom mckingtom is offline
Newbie
 
Join Date: Aug 2007
Posts: 8
Default I was too fast :(

Just after writing the post I changed the default login password and... next time I logged in problems started: now I get in but within the same page I get two other login boxes one under the other. Whenever I click on any menu item I get bounced back to the main login page. Grrrrrr...
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fantastico Installation Brock Dedicated Servers 2 04-11-2009 04:51 AM


All times are GMT -5. The time now is 11:13 AM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.

Host Nine

Our mission began in 2006. Thousands of awesome clients later, we are now one of the most popular hosters in the world.
Most of this is because of our fantastic support. Join us, you'll be glad you did - that's a given.