Search found 42 matches

by Kubbie
Tue Nov 24, 2009 10:09 pm
Forum: [3.0.x] MOD Database Releases
Topic: ACP Add User MOD
Replies: 1018
Views: 266007

Re: ACP Add User MOD

Siz wrote:Thanks very much, the problem was actually in the /language/en/email/user_welcome.txt :D

I'm not a php guru but I can limp my way through things though with some guidance. :) Thanks for pointing me in the right direction. That was all I needed.
by Kubbie
Tue Nov 24, 2009 10:07 pm
Forum: [3.0.x] MOD Database Releases
Topic: ACP Add User MOD
Replies: 1018
Views: 266007

Re: ACP Add User MOD

I have this mod installed and just updated to PHPBB 3.0.6. I noticed that this new version of PHPBB does not allow the password to be displayed in the email. Is there any way I can get around this? I really need some way for my users to see their password or login into their accounts since I create...
by Kubbie
Tue Nov 24, 2009 5:05 pm
Forum: [3.0.x] MOD Database Releases
Topic: ACP Add User MOD
Replies: 1018
Views: 266007

Re: ACP Add User MOD

I have this mod installed and just updated to PHPBB 3.0.6. I noticed that this new version of PHPBB does not allow the password to be displayed in the email. Is there any way I can get around this? I really need some way for my users to see their password or login into their accounts since I create...
by Kubbie
Fri Nov 20, 2009 8:31 pm
Forum: [3.0.x] Support Forum
Topic: Deactivated after email address change
Replies: 48
Views: 7229

Re: Deactivated after email address change

miglincit wrote:Can this behavior be deactivated ?

I do want to check for initial registration, but not for every change a user is allowed to do.

thanx

Thomas
I was wondering if there was a way to deactivate this too.
by Kubbie
Fri Jun 05, 2009 8:30 pm
Forum: [3.0.x] Support Forum
Topic: 3.0.4 -> 3.0.5 MYSQL_SCHEMA_UPDATE_REQUIRED
Replies: 45
Views: 3003

Re: 3.0.4 -> 3.0.5 MYSQL_SCHEMA_UPDATE_REQUIRED

Yes the update now has appeared to have worked. Thanks for the help! :)
by Kubbie
Fri Jun 05, 2009 7:52 pm
Forum: [3.0.x] Support Forum
Topic: 3.0.4 -> 3.0.5 MYSQL_SCHEMA_UPDATE_REQUIRED
Replies: 45
Views: 3003

Re: 3.0.4 -> 3.0.5 MYSQL_SCHEMA_UPDATE_REQUIRED

Not sure I understand the question, but I am pasteing this in to phpmyadmin in the SQL window for the database.

Code: Select all

Your SQL query has been executed successfully
:shock:
by Kubbie
Fri Jun 05, 2009 7:46 pm
Forum: [3.0.x] Support Forum
Topic: 3.0.4 -> 3.0.5 MYSQL_SCHEMA_UPDATE_REQUIRED
Replies: 45
Views: 3003

Re: 3.0.4 -> 3.0.5 MYSQL_SCHEMA_UPDATE_REQUIRED

Code: Select all

Error
SQL query: 

ALTER TABLE phpbb3_posts ADD FULLTEXT (

post_subject
),
ADD FULLTEXT (
post_text
),
ADD FULLTEXT post_content(
post_subject,
post_text
);



MySQL said:  

#1283 - Column 'post_text' cannot be part of FULLTEXT index 
by Kubbie
Fri Jun 05, 2009 7:40 pm
Forum: [3.0.x] Support Forum
Topic: 3.0.4 -> 3.0.5 MYSQL_SCHEMA_UPDATE_REQUIRED
Replies: 45
Views: 3003

Re: 3.0.4 -> 3.0.5 MYSQL_SCHEMA_UPDATE_REQUIRED

Code: Select all

Error
SQL query: 

# Table: 'phpbb3_posts'
ALTER TABLE phpbb3_posts DROP INDEX post_text,
DROP INDEX post_subject,
DROP INDEX post_content;



MySQL said:  

#1091 - Can't DROP 'post_text'; check that column/key exists 
by Kubbie
Fri Jun 05, 2009 7:33 pm
Forum: [3.0.x] Support Forum
Topic: 3.0.4 -> 3.0.5 MYSQL_SCHEMA_UPDATE_REQUIRED
Replies: 45
Views: 3003

Re: 3.0.4 -> 3.0.5 MYSQL_SCHEMA_UPDATE_REQUIRED

Error SQL query: ALTER TABLE phpbb3_posts ADD FULLTEXT ( post_subject ) ADD FULLTEXT ( post_text ) ADD FULLTEXT post_content( post_subject, post_text ); MySQL said: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to u...
by Kubbie
Fri Jun 05, 2009 7:29 pm
Forum: [3.0.x] Support Forum
Topic: 3.0.4 -> 3.0.5 MYSQL_SCHEMA_UPDATE_REQUIRED
Replies: 45
Views: 3003

Re: 3.0.4 -> 3.0.5 MYSQL_SCHEMA_UPDATE_REQUIRED

Code: Select all

Error
SQL query: 

# Table: 'phpbb3_posts'
ALTER TABLE phpbb3_posts DROP INDEX post_text,
DROP INDEX post_subject,
DROP INDEX post_content;



MySQL said:  

#1091 - Can't DROP 'post_text'; check that column/key exists 
by Kubbie
Fri Jun 05, 2009 7:25 pm
Forum: [3.0.x] Support Forum
Topic: 3.0.4 -> 3.0.5 MYSQL_SCHEMA_UPDATE_REQUIRED
Replies: 45
Views: 3003

Re: 3.0.4 -> 3.0.5 MYSQL_SCHEMA_UPDATE_REQUIRED

:) We keep progressing.... Server: localhost Database: v_belaj Error SQL query: ALTER TABLE phpbb3_posts ADD FULLTEXT ( post_subject ) ADD FULLTEXT ( post_text ) ADD FULLTEXT post_content( post_subject, post_text ); MySQL said: #1064 - You have an error in your SQL syntax; check the manual that corr...
by Kubbie
Fri Jun 05, 2009 7:16 pm
Forum: [3.0.x] Support Forum
Topic: 3.0.4 -> 3.0.5 MYSQL_SCHEMA_UPDATE_REQUIRED
Replies: 45
Views: 3003

Re: 3.0.4 -> 3.0.5 MYSQL_SCHEMA_UPDATE_REQUIRED

Error SQL query: # Table: 'phpbb3_groups' ALTER TABLE phpbb3_groups MODIFY group_id mediumint(8) UNSIGNED NOT NULL auto_increment, MODIFY group_type tinyint(4) DEFAULT '1' NOT NULL, MODIFY group_founder_manage tinyint(1) UNSIGNED DEFAULT '0' NOT NULL, MODIFY group_name varchar(255) DEFAULT '' NOT N...
by Kubbie
Fri Jun 05, 2009 7:06 pm
Forum: [3.0.x] Support Forum
Topic: 3.0.4 -> 3.0.5 MYSQL_SCHEMA_UPDATE_REQUIRED
Replies: 45
Views: 3003

Re: 3.0.4 -> 3.0.5 MYSQL_SCHEMA_UPDATE_REQUIRED

Error SQL query: # Table: 'phpbb3_posts' ALTER TABLE phpbb_posts DROP INDEX post_text, DROP INDEX post_subject, DROP INDEX post_content; MySQL said: #1146 - Table 'v_belaj.phpbb_posts' doesn't exist Fixed that by adding the missing 3, and I got this one... Error SQL query: # Table: 'phpbb3_groups' ...
by Kubbie
Fri Jun 05, 2009 6:46 pm
Forum: [3.0.x] Support Forum
Topic: 3.0.4 -> 3.0.5 MYSQL_SCHEMA_UPDATE_REQUIRED
Replies: 45
Views: 3003

Re: 3.0.4 -> 3.0.5 MYSQL_SCHEMA_UPDATE_REQUIRED

USE v_belaj; # Table: 'phpbb3_attachments' ALTER TABLE phpbb3_attachments MODIFY attach_id mediumint(8) UNSIGNED NOT NULL auto_increment, MODIFY post_msg_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, MODIFY topic_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, MODIFY in_message tinyint(1) UNSIGNED ...

Go to advanced search