Login or Register

RSS IconRecent posts in this topic

avatar Pro
Leon on May 1. 2008. 11:41 pm
Am i the only one with a public submit form that dosen't work?? hmmm..

Also - Goran, the width of 'dl.details_list dt' class needs to be slightly wider - about 86px - as the 'Phone Number' text is wrapping under people details and causes miss-alignment. But I think this has already been mentioned so you're probably aware of it. PS - nice work with the design and styling for the blank screen explanation pages. looks great and much more helpful.
avatar Pro
searchme on May 2. 2008. 4:05 am
No, I have the same issue with CAPTCHA. This image is not being generated. We are still trying to determine if this is a server configuration issue on our end, we just haven't had much time to troubleshoot it yet.
Sr. Web Developer - Application Products
Cell: (408) 355-0268
Office: (650) 930-1136
bill@searchme.com
www.searchme.com
m.searchme.com (for your mobile, Yo!)
avatar Pro
pdiki on May 2. 2008. 5:21 am
I love the blank screen explanations! Hopefully save me some time trying to make clients understand :)
Paul Dixon
avatar Pro
Jan Rozehnal on May 2. 2008. 6:34 am
Hi Leon,

yes, I have the same problem. See here in action http://tinyurl.com/5x49dh

What´s up?
avatar Staff
Ilija Studen on May 2. 2008. 8:46 am
Bender:
Hi Leon,

yes, I have the same problem. See here in action http://tinyurl.com/5x49dh

What´s up?


This problem is more serious that the previous reports (CAPTCHA is just not showing up). You should turn on debugging as explained in this article to see what is wrong.

If any of you who has problems with CAPTCHA image not being displayed can give us FTP access it would really help us a lot. We failed to reproduce this problem on all of our development machines... Please write at support@a51dev.com.
activeCollab team member | LinkedIn
avatar Pro
Leon on May 2. 2008. 9:35 am
Ilija Studen:
If any of you who has problems with CAPTCHA image not being displayed can give us FTP access it would really help us a lot. We failed to reproduce this problem on all of our development machines... Please write at support@a51dev.com.


Ilija, you've got mail.

some notes: I found that in FF2 the page loads except captcha image, but in Safari 3.1 and ie I get this error message:

Fatal error: Call to a member function getId() on a non-object in /my-domain-path.com/activecollab/application/modules/system/models/UserConfigOptions.class.php on line 19



avatar Pro
emiliano.bicocchi on May 3. 2008. 5:16 am
Where can i find the files to upload 1.1beta 3 to 1.1 beta 4

Thanks
avatar Staff
Oliver Maksimović on May 3. 2008. 5:24 am
You can download the archive from the Licenses section at your activeCollab.com profile, it is listed as "Additional download: activecollab corporate/smallbiz beta 1.1".
activeCollab team member, too ;)
avatar Staff
Goran Radulović on May 3. 2008. 8:04 am
Leon:
Ilija, you've got mail.

some notes: I found that in FF2 the page loads except captcha image, but in Safari 3.1 and ie I get this error message:

Fatal error: Call to a member function getId() on a non-object in /my-domain-path.com/activecollab/application/modules/system/models/UserConfigOptions.class.php on line 19


Leon, that error report you gave, regarding problems in safari and ie, helped us a lot. Fatal error in those browsers is fixed now. Thanks again.

I think i know what is the problem with captcha, but first i need to consult with ilija.
activeCollab team member
avatar Staff
Goran Radulović on May 3. 2008. 8:18 am
For all of you who are using htaccess patch as instructed on this page

http://www.activecollab.com/support/index.php?pg=kb.page&id=26

try adding
RewriteRule ^captcha.php$ public/captcha.php [L]


before
RewriteRule ^$ public/index.php [L]


to your htaccess file, so it should look like this one

Options -Indexes
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) - [PT,L]
RewriteRule ^projects_icons/(.*)$ public/projects_icons/$1 [L]
RewriteRule ^avatars/(.*)$ public/avatars/$1 [L]
RewriteRule ^logos/(.*)$ public/logos/$1 [L]
RewriteRule ^thumb.php$ public/thumb.php [L]
RewriteRule ^captcha.php$ public/captcha.php [L]
RewriteRule ^$ public/index.php [L]
RewriteRule ^(.*) public/index.php?path_info=$1 [L]
</IfModule> 


This should fix captcha problems
activeCollab team member

RSS IconRecent posts in this topic