Page 1 of 1
help with fresh install

Posted:
Sun Sep 03, 2006 12:49 pm
Author: twitchy
ive been trying to install integramod but when i fill out the install.php i keep getting ;
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home/davi7824/public_html/integra/db/mysql4.php on line 571
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /home/davi7824/public_html/integra/db/mysql4.php on line 572
phpBB : Critical Error
Could not connect to the database
ive deleted and retried but still cant fig out what ive done wrong. any help?
Re: help with fresh install

Posted:
Sun Sep 03, 2006 5:13 pm
Author: Drop-Forged
It looks like you are not connecting to the database.
You could be getting either the database name, username, or both incorrect.
1. Make sure you have a database.
Im not sure about those who host their own, but if your site is hosted somewhere else, the database name, and username start with your username at your host.
So if your username with your host is hostusername, and you chose database1 for the name of your database with the username dbuser then your info would go in as follows.
Name of Database: hostusername_database1
Database Username: hostusername_dbuser
Then your password is how you chose it when the db was setup.
Hope this helps... <img>
Re: help with fresh install

Posted:
Mon Sep 04, 2006 5:57 am
Author: twitchy
THX Drop-Forged as it happens i hadnt the phpbb forum installed. doh <img>
anyhow now i've another prob after i try to install/install.php i get :
An error occurred trying to update the database
Table 'phpbb_auth_access' already exists
i checked in phpmy admin and have these in database ok;
phpbb_acronyms
phpbb_album
phpbb_album_cat
phpbb_album_comment
phpbb_album_config
phpbb_album_rate
phpbb_album_sp_config
phpbb_approve_forums
phpbb_approve_posts
phpbb_approve_topics
phpbb_approve_users
phpbb_attachments
phpbb_attachments_config
phpbb_attachments_desc
phpbb_attach_quota
phpbb_auth_access
phpbb_banlist
phpbb_categories
phpbb_config
phpbb_confirm
phpbb_disallow
phpbb_extensions
phpbb_extension_groups
phpbb_forbidden_extensions
phpbb_forums
phpbb_forum_prune
phpbb_groups
phpbb_pa_auth
phpbb_pa_cat
phpbb_pa_comments
phpbb_pa_config
phpbb_pa_custom
phpbb_pa_customdata
phpbb_pa_download_info
phpbb_pa_files
phpbb_pa_license
phpbb_pa_mirrors
phpbb_pa_votes
phpbb_posts
phpbb_posts_text
phpbb_privmsgs
phpbb_privmsgs_text
phpbb_quota_limits
phpbb_ranks
phpbb_search_results
phpbb_search_wordlist
phpbb_search_wordmatch
phpbb_sessions
phpbb_sessions_keys
phpbb_smilies
phpbb_themes
phpbb_themes_name
phpbb_topics
phpbb_topics_watch
phpbb_users
phpbb_user_group
phpbb_vote_desc
phpbb_vote_results
phpbb_vote_voters
phpbb_words
so it looks ok but i still cant access integra - just the phpbb forum
Re: help with fresh install

Posted:
Mon Sep 04, 2006 7:50 am
Author: Drop-Forged
Basically, you already have tables with the same name in your database that you are trying to put in there.
If you dont want the other forum in your database, then you should go into phpMyAdmin , select your database, and drop all the phpBB tables in it.
If you do want the forum, then you can just change the prefix when you run your Integramod install from phpbb_ to integramod_ or whatever you would like.
I would recommend putting the _ at the end of whatever you chose, it is not necessary, but it does help if you ever need to edit you database tables.
Re: help with fresh install

Posted:
Mon Sep 04, 2006 12:38 pm
Author: twitchy
ok now we're getting places when i enter the site url on browser i get:
Index of /
Name Last modified Size Description
--------------------------------------------------------------------------------
Parent Directory 04-Sep-2006 20:30 -
cgi-bin/ 04-Sep-2006 16:14 -
forum/ 04-Sep-2006 16:27 -
integra/ 04-Sep-2006 20:29 -
so how do i now get into site to set up on acp i tried the .htaccess and creating an index.html file too but obviously im missing something
Re: help with fresh install

Posted:
Mon Sep 04, 2006 2:04 pm
Author: Helter
whats your url?
is this the site your working on?
http://www.twitchy.co.uk/integra/portal.phpif so its working for me
Re: help with fresh install

Posted:
Mon Sep 04, 2006 2:22 pm
Author: Drop-Forged
Did you get it to install correctly???
Did you delete anything besides the install, and the install prill directories???
Did your config.php set up correctly???
Make sure your index.php is in the directory.
Also, if your .htaccess isnt configured properly, it could make your site not work, try taking that out until you get things working.
Re: help with fresh install

Posted:
Mon Sep 04, 2006 2:23 pm
Author: Drop-Forged
Lol, I saw that too, but that doesnt look like a recent fresh install.

Posted:
Mon Sep 04, 2006 2:28 pm
Author: twitchy
no thats my own one I'm now trying to set one up for my hubby at
http://www.dayfc.com lol

Posted:
Mon Sep 04, 2006 4:09 pm
Author: Drop-Forged
"twitchy";p="14922" wrote:no thats my own one I'm now trying to set one up for my hubby at
http://www.dayfc.com lol
Its acting like your files arent there.
Did you delete them, have them in a different directory maybe???
Re: help with fresh install

Posted:
Mon Sep 04, 2006 8:54 pm
Author: Helter
the config.php is empty because it is asking for Install/install.php
Re: help with fresh install

Posted:
Tue Sep 05, 2006 1:05 am
Author: twitchy
the config.php is empty because it is asking for Install/install.php
how would i sort this out?
Re: help with fresh install

Posted:
Tue Sep 05, 2006 1:16 am
Author: Helter
well it appears that your file structure is not correct. normaly, if you chmod your config.php to 666 then run the install the file is automaticly updated with your db info. Since this has not been done, im curious where your install folder is? If you already deleted it, then i would assume youve run the install and it told you to do so, and the reason your config is empty is that it was not chmodded?
If this is a new forum on a fresh db. I would drop all db tables so you have an empty db. Double check all your chmods. and run the install again. If your still having troubles, pm me.