Login or Register

RSS IconRecent posts in this topic

avatar
jflint on Jul 7. 2006. 8:24 pm
I had a problem installing this app on my WAMP5 installation. This was a standard WAMP installation, and I had not made any configuration changes.

When I would load up the install page, all I got was a blue box and a Next button. When I would click next, I got an error message that said I did not have permission to access /install/<.

This turned out to be a result of the default WAMP install not recognizing short tags in PHP properly (<?= vs <?php). I ran a find/replace across the entire installer folder and replaced the short tags with the standard tags and that got me to a point where I could not get the database to load up.

I think you can also fix this problem by making a change to the php.ini file to allow short tags.

Just an FYI.
avatar
Ilija Studen on Jul 7. 2006. 8:29 pm
Top for now. This seams to be common problem :(
activeCollab team member
avatar
bsrome on Jul 7. 2006. 9:03 pm
I'm having the same problem, and I'm stuck at the same spot jflint is.

Step 5 appears as follows:

[color=blue]Step 5: Finish

Installation process:

* Connected to database as root@localhost
* Database 'activecollab' found
* Failed to import database construction. MySQL said: 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 ';; CREATE TABLE IF NOT EXISTS `ac_companies` ( `id` smallint(5) unsigned N' at line 15[/color]
avatar
Ilija Studen on Jul 7. 2006. 9:09 pm
Important topic: Known issues
activeCollab team member
avatar
maheshm on Jul 10. 2006. 9:52 am
I have the same issue - I cannot get past step 1.

I have looked at the install .php files and <?php is used.

I went through install/index.php to make sure that the directories were referred to correctly. It still didn't have any impact.
avatar
bsrome on Jul 12. 2006. 2:12 am
Any luck thusfar?
avatar
nils on Jul 12. 2006. 8:22 am
maheshm:
I have the same issue - I cannot get past step 1.

did you tried to skip step1, by modifying the url to index.php?step=2 in your browser?
i did that, and my install is working quite fine for now :)
avatar
Ilija Studen on Jul 12. 2006. 11:17 am
maheshm:
I have the same issue - I cannot get past step 1.

I have looked at the install .php files and <?php is used.

I went through install/index.php to make sure that the directories were referred to correctly. It still didn't have any impact.

What is your platform? PHP, MySQL, Apache, OS, Browser?

And what version of activeCollab do you use? From homepage or 0.6 community preview?
activeCollab team member
Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.

RSS IconRecent posts in this topic