- Posts: 7329
- Thank you received: 1425
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
This is for users to help other users, to discuss topics that are related to forum administration in general or problems in running Joomla. This is not the place to ask for Joomla support. If you want assistance with Joomla please ask at
forum.joomla.org
Solved Cannot registrate new users on Kunena Forum
11 years 3 weeks ago #163610
by 810
Replied by 810 on topic Cannot registrate new users on Kunena Forum
ah this is a known joomla error;
Do this on your database
change the yourprefix with you own prefix
Do this on your database
Code:
ALTER TABLE `yourprefix_redirect_links` ADD header smallint(3) NOT NULL DEFAULT 301 AFTER `new_url`;
ALTER TABLE `yourprefix_redirect_links` MODIFY new_url varchar(255);
change the yourprefix with you own prefix
The following user(s) said Thank You: fiek
Please Log in or Create an account to join the conversation.
11 years 3 weeks ago #163611
by fiek
Replied by fiek on topic Cannot registrate new users on Kunena Forum
THanks you for your reply,
i hope this is the solution, but could you please help me with how i can do that?
i hope this is the solution, but could you please help me with how i can do that?
Please Log in or Create an account to join the conversation.
11 years 3 weeks ago #163613
by 810
Replied by 810 on topic Cannot registrate new users on Kunena Forum
login in your database:
www.moslimama.nl/phpmyadmin/
1) then select database.
2) click on sql
3) paste
4) change yourprefix with your prefix like tg3pb you see the prefix on the left list
5) click on go
then check if its working.
If you get a error, just ignore it. and look if it works
www.moslimama.nl/phpmyadmin/
1) then select database.
2) click on sql
3) paste
Code:
ALTER TABLE `yourprefix_redirect_links` ADD header smallint(3) NOT NULL DEFAULT 301 AFTER `new_url`;
ALTER TABLE `yourprefix_redirect_links` MODIFY new_url varchar(255);
5) click on go
then check if its working.
If you get a error, just ignore it. and look if it works
The following user(s) said Thank You: fiek
Please Log in or Create an account to join the conversation.
11 years 3 weeks ago #163614
by fiek
Replied by fiek on topic Cannot registrate new users on Kunena Forum
When i go to database i see this:
Warning: Database is not up to date!
8 Database Problems Found
Database schema version (3.1.5) does not match CMS version (3.4.0-2015-02-26).
Database update version (3.1.5) does not match CMS version (3.4.1).
Table 'ou945_updates' should not have column 'categoryid'. (From file 3.0.0.sql.)
Table 'ou945_content_types' does not have column 'content_history_options'. (From file 3.2.0.sql.)
Table 'ou945_modules' does not have column 'asset_id'. (From file 3.2.0.sql.)
Table 'ou945_update_sites' does not have column 'extra_query'. (From file 3.2.2-2013-12-22.sql.)
Table 'ou945_updates' does not have column 'extra_query'. (From file 3.2.2-2013-12-22.sql.)
Table 'ou945_updates' does not have column 'version' with type 'varchar(32)'. (From file 3.2.2-2014-01-18.sql.)
Warning: Database is not up to date!
8 Database Problems Found
Database schema version (3.1.5) does not match CMS version (3.4.0-2015-02-26).
Database update version (3.1.5) does not match CMS version (3.4.1).
Table 'ou945_updates' should not have column 'categoryid'. (From file 3.0.0.sql.)
Table 'ou945_content_types' does not have column 'content_history_options'. (From file 3.2.0.sql.)
Table 'ou945_modules' does not have column 'asset_id'. (From file 3.2.0.sql.)
Table 'ou945_update_sites' does not have column 'extra_query'. (From file 3.2.2-2013-12-22.sql.)
Table 'ou945_updates' does not have column 'extra_query'. (From file 3.2.2-2013-12-22.sql.)
Table 'ou945_updates' does not have column 'version' with type 'varchar(32)'. (From file 3.2.2-2014-01-18.sql.)
Please Log in or Create an account to join the conversation.
11 years 3 weeks ago #163616
by 810
Replied by 810 on topic Cannot registrate new users on Kunena Forum
click on fix. and check database again
The following user(s) said Thank You: fiek
Please Log in or Create an account to join the conversation.
11 years 3 weeks ago #163617
by fiek
Replied by fiek on topic Cannot registrate new users on Kunena Forum
Thank you 810,
But now i get a 404 error after register...
You can also make a test account to see whats happening.
But now i get a 404 error after register...
You can also make a test account to see whats happening.
Please Log in or Create an account to join the conversation.
Time to create page: 0.273 seconds