Search found 7219 matches

by Nightrider
Wed Feb 28, 2007 10:47 pm
Forum: Installing EasyMOD
Topic: Install prob (think its a database access prob???)
Replies: 13
Views: 18847

Re: Install prob (think its a database access prob???)

I'm taking off for a few hours, so this will have to wait until I return. You can attempt to manually create the EM tables yourself or you can use the following file to create the tables for you: db_update_easymod.zip Just extract the db_update_easymod.php file from this archive and upload it to you...
by Nightrider
Wed Feb 28, 2007 10:38 pm
Forum: Installing EasyMOD
Topic: Missing files everywhere -- solved
Replies: 13
Views: 14368

Re: Missing files everywhere -- unsolved

Here is the SQL code to recreate your Ranks table. If that is missing, I wonder what else is gone as well??? CREATE TABLE `phpbb_ranks` ( `rank_id` smallint(5) unsigned NOT NULL auto_increment, `rank_title` varchar(50) NOT NULL default '', `rank_min` mediumint(8) NOT NULL default '0', `rank_special`...
by Nightrider
Wed Feb 28, 2007 9:34 pm
Forum: Installing EasyMOD
Topic: Missing files everywhere -- solved
Replies: 13
Views: 14368

Re: Missing files everywhere

This error orginates in phpBB's includes/functions.php file when it checks to see that the lang_main.php file exists in the language that you are using. This problem is not related to the EM install though. So first determine what language is currently assigned to you, then make sure the lang_xxxx/l...
by Nightrider
Wed Feb 28, 2007 9:25 pm
Forum: Installing MODs with EasyMOD
Topic: Nothing works, what am I doing wrong?
Replies: 25
Views: 19239

Re: Nothing works, what am I doing wrong?

No problem. Let me know if you have a problem with what I suggested...

Image
by Nightrider
Wed Feb 28, 2007 9:17 pm
Forum: Installing MODs with EasyMOD
Topic: Nothing works, what am I doing wrong?
Replies: 25
Views: 19239

Re: Nothing works, what am I doing wrong?

You should be able to remove the following two lines of code from the index_body.tpl file in each of your templates to get rid of the Subforum display on the Main Index. Just make sure to create good backups of all of these files before modifying them just in case something goes wrong... <!-- BEGIN ...
by Nightrider
Wed Feb 28, 2007 9:02 pm
Forum: Installing EasyMOD
Topic: FTP access error possibly
Replies: 10
Views: 9801

Re: FTP access error possibly

Congratulations cafemondo!!! Image

If you have any additional questions, comments, or concerns, don't be shy about asking for assistance. If I can, I will be more than happy to help you...

Image
by Nightrider
Wed Feb 28, 2007 8:59 pm
Forum: Installing EasyMOD
Topic: Install prob (think its a database access prob???)
Replies: 13
Views: 18847

Re: Install prob (think its a database access prob???)

Are you sure? Did you check it? It's not the default setting on some setups and phpBB can run correctly without it. EM can't though...

Image
by Nightrider
Wed Feb 28, 2007 8:48 pm
Forum: Installing EasyMOD
Topic: Install prob (think its a database access prob???)
Replies: 13
Views: 18847

Re: Install prob (think its a database access prob???)

EM uses the settings from your config.php file. Whether you are using MySql, Access, PqSQL, or any other database, the username assigned to access the database needs to have FULL privileges in order for EM to add two new tables and 12 new records to it. So go check to make sure the username assigned...
by Nightrider
Wed Feb 28, 2007 8:44 pm
Forum: Installing EasyMOD
Topic: FTP access error possibly
Replies: 10
Views: 9801

Re: FTP access error possibly

Don't be hard on yourself. You aren't the first to not have seen it and you won't be the last. So did that work for you???

Image
by Nightrider
Wed Feb 28, 2007 8:39 pm
Forum: Installing EasyMOD
Topic: Install prob (think its a database access prob???)
Replies: 13
Views: 18847

Re: Install prob (think its a database access prob???)

Ok, this didn't list the error, but from your message in the other topic, I imagine that the username assigned to access your database hasn't been granted FULL privileges. You need to correct that in order for EM to create and modify the tables in your database... Changing Database Username Privileg...