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

Technoman posted 14th of May 2008 in Community Voice. 11 comments.
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 ....
 
Comments
·Oldest
·Top
Please login to post a comment.
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
Technoman
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 ...
hmm.. will need to look more into the user authentication and report back to you.

CyberXing
askboonex.com
Technoman
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 ...
mscott
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.
AndreyP
Of course - Orca can be stand alone
http://www.boonex.com/products/orca/download/
Technoman
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.
Technoman
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` see more 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.
tdcaron
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 see more 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
chafukira
I have the same issue with the database. I have been working on it for a while now and I have switched from all databases from MySQL 4.1 to 6.1 and still nothing is working...I keep the same error as above starting with 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 1Error while executing: `ProfID` int(11) NOT NULL default '0',
You have an error see more in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`ProfID` int(11) NOT NULL default '0',' at line 1
...the list is long...

please help, I am doing this for my class project. thanks
clabean
same error message as technoman, any idea anyone??
 
 
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.
PET:0.053115129470825