seems to be an issue with 7.0.4 upgrade and orca

Installation of: Orca Forum Failed
-- Changing database:
-- -- There are errors in the following MySQL queries:
-- -- Error: Column count doesn't match value count at row 1
INSERT INTO `sys_page_compose` VALUES(NULL, 'index', '998px', 'Forum Posts', '_bx_forum_forum_posts', 0, 0, 'RSS', '{SiteUrl}forum/?action=rss_all#4', 1, 34, 'non,memb', 0);
-- -- Error: Column count doesn't match value count at row 1
INSERT INTO `sys_page_compose` VALUES(NULL, 'member', '998px', 'Forum Posts', '_bx_forum_forum_posts', 0, 0, 'RSS', '{SiteUrl}forum/?action=rss_user&user={NickName}#4', 1, 34, 'non,memb', 0);
-- -- Error: Column count doesn't match value count at row 1
INSERT INTO `sys_page_compose` VALUES(NULL, 'profile', '998px', 'Last posts of a member in the forum', '_bx_forum_forum_posts', 0, 0, 'RSS', '{SiteUrl}forum/?action=rss_user&user={NickName}#4', 1, 34, 'non,memb', 0);
-- -- Error: Column count doesn't match value count at row 1
INSERT INTO `sys_page_compose` VALUES(NULL, 'forums_index', '998px', 'Last posts', '_bx_forum_forum_posts', 1, 0, 'RSS', '{SiteUrl}forum/?action=rss_all#10', 1, 34, 'non,memb', 0);
-- -- Error: Column count doesn't match value count at row 1
INSERT INTO `sys_page_compose` VALUES(NULL, 'forums_index', '998px', 'Forums', '_bx_forums', 2, 0, 'Forums', '', 0, 66, 'non,memb', 0);


anyone know the fix for this?
Quote · 26 Nov 2010

See i go to ocra in the menu system and it gives me roaring.biz/forum/

which is not the right directory...

when i uninstall, then reinstall orca i get the above errors

can someone help me out.. i would really like to test 7.0.4

Quote · 26 Nov 2010

 

See i go to ocra in the menu system and it gives me roaring.biz/forum/

which is not the right directory...

when i uninstall, then reinstall orca i get the above errors

can someone help me out.. i would really like to test 7.0.4

I looked at your site and your index.php page is not working here is what I see

Fatal error: Call to a member function getViewerType() on a non-object in D:\WEBSITE\indigoampp\apache-2.2.11\htdocs\modules\boonex\articles\classes\BxArlModule.php on line 230

all your other pages load normal.. did you do an upgrade or patch?

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 26 Nov 2010

yes it was doing that early when i tried to reinstall it.. some of the htdocs must hgave been copying over when you logged on.. everything appears to be worked except for forums

 

forums goes to the url     roaring.biz/forum/

 

 

when it should be going to

 

http://roaring.biz/modules/boonex/forum/ (this works but with an error on language compile

 

i have no idea what to change to get this to work.. the top post is when i uninstalled it then tried to reinstall it.. more mysql errors

please help

Quote · 26 Nov 2010

 

yes it was doing that early when i tried to reinstall it.. some of the htdocs must hgave been copying over when you logged on.. everything appears to be worked except for forums

 

forums goes to the url     roaring.biz/forum/

 

 

when it should be going to

 

http://roaring.biz/modules/boonex/forum/ (this works but with an error on language compile

 

i have no idea what to change to get this to work.. the top post is when i uninstalled it then tried to reinstall it.. more mysql errors

please help

Actually either should work.

forum is a rewrite rule to modules/boonex/forum as found in the .htaccess file.

RewriteRule ^forum/(.*)$  modules/boonex/forum/$1 [QSA,L]


So either url is correct so you need to leave that out of the equation as it is not a contributing factor unless the rewrites are not working. So if you get different results with each url then you have 2 different problems.





https://www.deanbassett.com
Quote · 26 Nov 2010

RewriteRule ^forum/groups/(.*)$  modules/boonex/forum/$1?orca_integration=groups [QSA,L]
RewriteRule ^forum/events/(.*)$  modules/boonex/forum/$1?orca_integration=events [QSA,L]
RewriteRule ^forum/store/(.*)$  modules/boonex/forum/$1?orca_integration=store [QSA,L]
RewriteRule ^forum/$  modules/boonex/forum/index.php [QSA,L]
RewriteRule ^forum/(.*)$  modules/boonex/forum/$1 [QSA,L]

RewriteRule ^page/(.*)$  viewPage.php?ID=$1 [QSA,L]

 

mod_rewrite is in http.config and only declared one

what can be the problem?

Quote · 27 Nov 2010

has anyone solved this problem yet?

i can not continue with dolphin 7.0.4 for testing until i get this mod rewrite working...

what is needed in httpd.config.

and what is needed in php.ini

and what is needed in htaccess

 

i need to know. i havwe posted what i have above..

 

urgent help needed thanks

Quote · 27 Nov 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.