HomeUnityBlogs
 
 
Technoman

Is it possiable to install ORCA all by itself with out DOLPHIN

Hi i tried installing ORCA on its own as i thought it would serve the purpose of a good structured FORUM but once installed i wasnt able to log into the admin part ... any ideas or has anyone tried this .. if so please let me know how its done to get ORCA working all by itself ...
Thank-You ....
bad
1
good
 
 

Comments

CyberXing
CyberXing 52 days agocomment permalink
 
Well I am sure its needing its licenses entered.

I havnt tried with the latest release, but might look more into it this weekend.

CyberXing
askboonex.com
 
bad
1
good
 
 
Technoman
Technoman 52 days agocomment permalink
 
Thanks for the quick reply ...
---
I tried to install it on its own and it shows the NORMAL ORCA as it would LOOK in DOLPHIN but cant log in or cant join ...so thats why i asked and thanks again for replying quickly ...
 
bad
1
good
 
 
CyberXing
CyberXing 52 days agocomment permalink
 
hmm.. will need to look more into the user authentication and report back to you.

CyberXing
askboonex.com
 
bad
1
good
 
 
Technoman
Technoman 52 days agocomment permalink
 
Ok no Problem ... I will wait and see if theres something i need to do in order for the ORCA forum to act and function on its very own ...
 
bad
1
good
 
 
mscott
mscott 52 days agocomment permalink
 
This might be a silly question, but if you just need a stand alone forum why on earth would you use Orca when phpBB3 is free? Orca is one of the ugliest forums I have ever seen, not to mention the bugs.. phpBB has it own community and all the mods are free and there are hundreds of templates.
 
bad
1
good
 
 
AndreyP
AndreyP 52 days agocomment permalink
 
Of course - Orca can be stand alone
http://www.boonex.com/products/orca/download/
 
bad
0
good
 
 
Technoman
Technoman 52 days agocomment permalink
 
well thanks ANDREYP
and yes MSCOTT i know phpbb3 is free but orca is alot more easier for me but thanks and i will download ORCA again to see if it works alone.
 
bad
0
good
 
 
Technoman
Technoman 51 days agocomment permalink
 
Orca Interactive Forum Script RELEASE: 28.04.2008
VERSION: 2.0.0 INSTALLATION
Config file was successfully written to ../inc/header.inc.php


Language files were compiled

Begin SQL script executing.

Error while executing: CREATE TABLE `pre_forum` (`forum_id` int(10) unsigned NOT NULL auto_increment,`forum_uri` varchar(255) NOT NULL,`cat_id` int(11) NOT NULL default '0',`forum_title` varchar(255) NOT NULL default '',`forum_desc` varchar(255) NOT NULL default '',`forum_posts` int(11) NOT NULL default '0',`forum_topics` int(11) NOT NULL default '0',`forum_last` int(11) NOT NULL default '0',`forum_type` enum('public','private') NOT NULL default 'public',PRIMARY KEY (`forum_id`),KEY `cat_id` (`cat_id`),KEY `forum_uri` (`forum_uri`)) TYPE=MyISAM;
Table 'pre_forum' already exists

Error while executing: CREATE TABLE `pre_forum_cat` (`cat_id` int(10) unsigned NOT NULL auto_increment,`cat_uri` varchar(255) NOT NULL,`cat_name` varchar(255) NOT NULL default '',`cat_icon` varchar(32) NOT NULL default '',`cat_order` float NOT NULL default '0',PRIMARY KEY (`cat_id`),KEY `cat_order` (`cat_order`),KEY `cat_uri` (`cat_uri`)) TYPE=MyISAM;
Table 'pre_forum_cat' already exists

Error while executing: CREATE TABLE `pre_forum_flag` (`user` varchar(16) NOT NULL default '',`topic_id` int(11) NOT NULL default '0',`when` int(11) NOT NULL default '0',PRIMARY KEY (`user`,`topic_id`)) TYPE=MyISAM;
Table 'pre_forum_flag' already exists

Error while executing: CREATE TABLE `pre_forum_post` (`post_id` int(10) unsigned NOT NULL auto_increment,`topic_id` int(11) NOT NULL default '0',`forum_id` int(11) NOT NULL default '0',`user` varchar(32) NOT NULL default '0',`post_text` mediumtext NOT NULL,`when` int(11) NOT NULL default '0',`votes` int(11) NOT NULL default '0',`reports` int(11) NOT NULL default '0',PRIMARY KEY (`post_id`),KEY `topic_id` (`topic_id`),KEY `forum_id` (`forum_id`),KEY `user` (`user`),KEY `when` (`when`)) TYPE=MyISAM;
Table 'pre_forum_post' already exists

Error while executing: CREATE TABLE `pre_forum_report` (`user_name` varchar(16) NOT NULL default '',`post_id` int(11) NOT NULL default '0',PRIMARY KEY (`user_name`,`post_id`)) TYPE=MyISAM;
Table 'pre_forum_report' already exists

Error while executing: CREATE TABLE `pre_forum_topic` (`topic_id` int(10) unsigned NOT NULL auto_increment,`topic_uri` varchar(255) NOT NULL,`forum_id` int(11) NOT NULL default '0',`topic_title` varchar(255) NOT NULL default '',`when` int(11) NOT NULL default '0',`topic_posts` int(11) NOT NULL default '0',`first_post_user` varchar(32) NOT NULL default '0',`first_post_when` int(11) NOT NULL default '0',`last_post_user` varchar(32) NOT NULL default '',`last_post_when` int(11) NOT NULL default '0',`topic_sticky` int(11) NOT NULL default '0',`topic_locked` tinyint(4) NOT NULL,PRIMARY KEY (`topic_id`),KEY `forum_id` (`forum_id`,`when`),KEY `topic_uri` (`topic_uri`)) TYPE=MyISAM;
Table 'pre_forum_topic' already exists

Error while executing: CREATE TABLE `pre_forum_user` (`user_name` varchar(16) NOT NULL default '',`user_pwd` varchar(32) NOT NULL default '',`user_email` varchar(128) NOT NULL default '',`user_join_date` int(11) NOT NULL default '0',PRIMARY KEY (`user_name`),UNIQUE KEY `user_email` (`user_email`)) TYPE=MyISAM;
Table 'pre_forum_user' already exists

Error while executing: CREATE TABLE `pre_forum_user_activity` (`user` varchar(16) NOT NULL default '',`act_current` int(11) NOT NULL default '0',`act_last` int(11) NOT NULL default '0',PRIMARY KEY (`user`)) TYPE=MyISAM;
Table 'pre_forum_user_activity' already exists

Error while executing: CREATE TABLE `pre_forum_user_stat` (`user` varchar(16) NOT NULL default '',`posts` int(11) NOT NULL default '0',`user_last_post` int(11) NOT NULL default '0',KEY `user` (`user`)) TYPE=MyISAM;
Table 'pre_forum_user_stat' already exists

Error while executing: CREATE TABLE `pre_forum_vote` (`user_name` varchar(16) NOT NULL default '',`post_id` int(11) NOT NULL default '0',`vote_when` int(11) NOT NULL default '0',`vote_point` tinyint(4) NOT NULL default '0',PRIMARY KEY (`user_name`,`post_id`)) TYPE=MyISAM;
Table 'pre_forum_vote' already exists

MySQL executing finished.
 
bad
0
good
 
 
tdcaron
tdcaron 25 days agocomment permalink
 
I all, I apparently am having a silimar issue in an attempt to install the db.

Problem below:
When I do a fresh install of the db through phpMyAdmin everything goes fine, no error messages or anything.

When I run install/index.php it deletes everything.

So, I restarted install/index.php then I get this message:

Error while executing: CREATE TABLE `AdminBanList` (
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1

It continues loading all the errors, but all the errors point to line 1 in the
v61.sql file.

Now the only reference on line 1 is as follows:
line 1--
line 2-- Database: v 6.1
line 3--
line 4
line 5-- --------------------------------------------------------
line 6
line 7 SET NAMES 'utf8';

Using MySql 5.0
I ran into the same prolem multiple times using MySql 4.1

This just does not seem to work
Can any give any suggestions. I have also read through the Manual to some extent on MySql.com concerning that SET NAME statement and
I do not see it referenced the same way in th 5.0 Schema so I am
at loss.

Please reply quickly
Thanks Tim
 
bad
0
good
 
 


Post a Comment

Please login to post a comment.

This Post
 
 
Technoman Blog
All Blogs
Found a bug? Have a suggestion? We really value your feedback!
 
© 2008 BoonEx Ltd
ABN 27 127 966 581
 
PET:0.700922012329