Hosting Environment prevents Installation [message #2807] |
Tue, 04 October 2011 21:30 |
rl4518
Messages: 4 Registered: October 2011
|
Junior Member |
|
|
Running into several issues when installing Radicore on the godaddy.com hosting service.
Not sure if there are work arounds for these, but thought I should ask before I get too deep.
1) The MySQL implementation 5.0.91-log, via phpadmin web admin interface, wont allow the creation of databases with names like menu, or dict or audit, etc. It would seem that their database names are global and therefore must be unique across their customer's domain (absurd). Will Radicore work if I'm forced to rename the Radicore internal databases? Names like, radicore_menu, for the menu database, or something similar?
2) The hosting site's implementation of PHP won't allow the directives php_value 'assignment'. Will a php5.ini file, set to the appropriate values work instead?
-thanks
|
|
|
|
|
Re: Hosting Environment prevents Installation [message #2859 is a reply to message #2857] |
Tue, 27 December 2011 12:16 |
AJM
Messages: 2367 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
It sounds like GoDaddy aren't doing a professional job of web hosting. All the other hosting companies I know of allow you to use whatever database names you like as they are *always* prefixed by your domain/account name. Thus on my www.radicore.org website my account name is 'radicore', so all my databases are prefixed with 'radicore_'. This makes it easy for the hosting company to easily identify which database belongs to which account, and it makes it easy to configure phpMyAdmin to limit access to only those databases which are owned by each account.
If your 2nd-rate hosting company does not do this automaticaly, then you will have to add the 'radicore_' (or whatever you choose) prefix manually. You must then ensure that you specify the exact same prefix in the $GLOBALS['dbprefix'] variable in your config.inc file. The Radicore framework will then automatically combine the prefix with each database name at runtime.
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|
|