- Posts: 18
- Thank you received: 0
- Forum
- Community self help
- Kunena and other Joomla extensions
- Miscellaneous, off-topic and general Joomla
- Cannot registrate new users on Kunena Forum
Blue Eagle 5 v1.6.2 has been Released for Kunena 5.2 (20 Jan 2021)
The Kunena team has announce the arrival of Kunena template Blue Eagle 5 v1.6.2 which is now available for download. This version addresses most of the issues that were discovered in development.
REQUIREMENTS
Blue Eagle 1.6.x requires Kunena 5.2.x to work with
Solved Cannot registrate new users on Kunena Forum
It's about this website
www.moslimama.nl/moslimama
I have a Kunena Forum, but it's not possible to create a account for new users. After filling all the forms and clicking on the "Register" button, i get an empty page.
Who can help me
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Fatal error: Uncaught exception 'RuntimeException' with message 'Unknown column 'header' in 'field list' SQL=SELECT `new_url`,`header`,`published` FROM `ou945_redirect_links` WHERE `old_url` = 'moslimama.nl/moslimama/index.php/register' LIMIT 0, 1' in /home/moslimama.nl/www/moslimama/libraries/joomla/database/driver/mysqli.php:610 Stack trace: #0 /home/moslimama.nl/www/moslimama/libraries/joomla/database/driver.php(1239): JDatabaseDriverMysqli->execute() #1 /home/moslimama.nl/www/moslimama/plugins/system/redirect/redirect.php(86): JDatabaseDriver->loadObject() #2 [internal function]: PlgSystemRedirect::handleError(Object(Exception)) #3 {main} thrown in /home/moslimama.nl/www/moslimama/libraries/joomla/database/driver/mysqli.php on line 610
Please Log in or Create an account to join the conversation.
Do this on your database
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
Please Log in or Create an account to join the conversation.
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.
www.moslimama.nl/phpmyadmin/
1) then select database.
2) click on sql
3) paste
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
Please Log in or Create an account to join the conversation.
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.
Forum Access
- Not Allowed: to create new topic.
- Not Allowed: to reply.
- Not Allowed: to edit your message.
- Forum
- Community self help
- Kunena and other Joomla extensions
- Miscellaneous, off-topic and general Joomla
- Cannot registrate new users on Kunena Forum