 |
05-29-2007, 11:18 AM
|
#1 | | vBulletin Owner
Join Date: May 2007
Posts: 27
| Completely Lost! I am trying to get my new vbulletin license installed to the url in my signature and as you see I'm not doing to well. Is there anything any of you can see which might be the reason for that?
Thanks a lot! |
| |
05-29-2007, 11:42 AM
|
#2 | | Community Manager Supporters vBulletin Owner vBSetup Mods
Join Date: Jul 2006 Location: Topeka, KS
Posts: 14,115
| Re: Completely Lost! I don't see a link in your sig ?
We can help you out I'm sure |
| |
05-29-2007, 02:04 PM
|
#3 | | vBulletin Owner
Join Date: May 2007
Posts: 27
| Re: Completely Lost! I am getting this Quote:
Warning: fetch_config(/home/property/public_html/community/includes/config.php) [function.fetch-config]: failed to open stream: No such file or directory in /home/property/public_html/community/includes/class_core.php on line 2394
Warning: fetch_config(/home/property/public_html/community/includes/config.php) [function.fetch-config]: failed to open stream: No such file or directory in /home/property/public_html/community/includes/class_core.php on line 2394
Warning: fetch_config() [function.include]: Failed opening '/home/property/public_html/community/includes/config.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/property/public_html/community/includes/class_core.php on line 2394
Configuration: includes/config.php does not exist. Please fill out the data in config.php.new and rename it to config.php
| and the url is
propertyhogs.com/community |
| |
05-29-2007, 02:13 PM
|
#4 | | Community Manager Supporters vBulletin Owner vBSetup Mods
Join Date: Jul 2006 Location: Topeka, KS
Posts: 14,115
| Re: Completely Lost! Configuration: includes/config.php does not exist. Please fill out the data in config.php.new and rename it to config.php |
| |
05-29-2007, 02:17 PM
|
#5 | | vBulletin Owner
Join Date: May 2007
Posts: 27
| Re: Completely Lost! What do I need to fill out? |
| |
05-29-2007, 02:19 PM
|
#6 | | Community Manager Supporters vBulletin Owner vBSetup Mods
Join Date: Jul 2006 Location: Topeka, KS
Posts: 14,115
| Re: Completely Lost! in your congif file you'll need to enter a few things.
database
db name
db pass
webmaster email
thats about it 
did you check out the readme for the install ?
I think it's a link to vb.com |
| |
05-29-2007, 03:03 PM
|
#7 | | vBulletin Owner
Join Date: May 2007
Posts: 27
| Re: Completely Lost! Ah, sorry! No, I didn't. :o |
| |
05-29-2007, 07:02 PM
|
#8 | | Community Manager Supporters vBulletin Owner vBSetup Mods
Join Date: Jul 2006 Location: Topeka, KS
Posts: 14,115
| Re: Completely Lost! Quote:
Originally Posted by PropertyHogs Ah, sorry! No, I didn't. :o | So I take it, the forum is working now ? |
| |
05-29-2007, 07:07 PM
|
#9 | | vBulletin Owner
Join Date: May 2007
Posts: 27
| Re: Completely Lost! OK since you ask: No, I've been putting it off but now I'm looking at it again. So I basically give the database whatever name? Quote:
*-------------------------------------------------------*/
// ****** DATABASE TYPE ******
// This is the type of the database server on which your vBulletin database will be located.
// Valid options are mysql and mysqli, for slave support add _slave. Try to use mysqli if you are using PHP 5 and MySQL 4.1+
// for slave options just append _slave to your preferred database type.
$config['Database']['dbtype'] = 'mysql';
// ****** DATABASE NAME ******
// This is the name of the database where your vBulletin will be located.
// This must be created by your webhost.
$config['Database']['dbname'] = 'property_community';
// ****** TABLE PREFIX ******
// Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = '';
// ****** TECHNICAL EMAIL ADDRESS ******
// If any database errors occur, they will be emailed to the address specified here.
// Leave this blank to not send any emails when there is a database error.
$config['Database']['technicalemail'] = 'saad2992@gmail.com'; | Database Error
Last edited by PropertyHogs; 05-29-2007 at 07:11 PM.
Reason: wanna add some info
|
| |
05-29-2007, 07:24 PM
|
#10 | | Community Manager Supporters vBulletin Owner vBSetup Mods
Join Date: Jul 2006 Location: Topeka, KS
Posts: 14,115
| Re: Completely Lost! Code: // ****** DATABASE NAME ******
// This is the name of the database where your vBulletin will be located.
// This must be created by your webhost.
$config['Database']['dbname'] = 'forum';
// ****** TABLE PREFIX ******
// Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = '';
// ****** TECHNICAL EMAIL ADDRESS ******
// If any database errors occur, they will be emailed to the address specified here.
// Leave this blank to not send any emails when there is a database error.
$config['Database']['technicalemail'] = 'dbmaster@example.com';
// ****** FORCE EMPTY SQL MODE ******
// New versions of MySQL (4.1+) have introduced some behaviors that are
// incompatible with vBulletin. Setting this value to "true" disables those
// behaviors. You only need to modify this value if vBulletin recommends it.
$config['Database']['force_sql_mode'] = false;
// ****** MASTER DATABASE SERVER NAME AND PORT ******
// This is the hostname or IP address and port of the database server.
// If you are unsure of what to put here, leave the default values.
$config['MasterServer']['servername'] = 'localhost';
$config['MasterServer']['port'] = 3306;
// ****** MASTER DATABASE USERNAME & PASSWORD ******
// This is the username and password you use to access MySQL.
// These must be obtained through your webhost.
$config['MasterServer']['username'] = 'root';
$config['MasterServer']['password'] = 'pass';
here are the must changes.
there are more later to secure, but you must at least set the bold above |
| |
05-29-2007, 07:32 PM
|
#11 | | vBulletin Owner
Join Date: May 2007
Posts: 27
| Re: Completely Lost! Sorry if I'm not very fast here, but I have just checked the DB and got this report Quote:
Database error in vBulletin :
Invalid SQL:
SELECT *
FROM datastore
WHERE title IN ('','options','bitfields','attachmentcache','forum cache','usergroupcache','stylecache','languagecach e','products','pluginlist','cron','profilefield',' userstats','birthdaycache','maxloggedin','iconcach e','eventcache','mailqueue');
MySQL Error : Table 'property_community.datastore' doesn't exist
Error Number : 1146
Date : Tuesday, May 29th 2007 @ 10:25:11 PM
Script : Database Error
Referrer : Completely Lost!
IP Address : 70.249.230.10
Username :
Classname : vb_database
| DB
'property_community'
exists. |
| |
05-29-2007, 11:21 PM
|
#12 | | vBulletin Owner
Join Date: Oct 2006 Location: France
Posts: 1,153
| Re: Completely Lost! have you creatged a user for the database in Mysql with a password ? If so you have to take those info over to config.php
this seems to be the problem |
| |
06-05-2007, 08:39 PM
|
#13 | | vBulletin Owner
Join Date: May 2007
Posts: 27
| Re: Completely Lost! thanks a buddy got it running, now I am working on Database Error and getting there myself. Not quite yet though. |
| | |