This is definitely not related to your problem. I suppose that there should be more information in OFB log file. What I suggest right now is to go to index.php and change following line:
define('BROWSER_LOG_LEVEL', "INFO");
to
define('BROWSER_LOG_LEVEL', "DEBUG");
after that remove all logs and try to go in your browser to the OFB’s URL. This time in logs, there should be much more data, please post it all here, maybe thanks to it I’ll be able to help you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi - I figured it out. Somehow during FTP the system.properties and user.properties files got a .bin extension added to their names. I removed it and all is well.
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I did what is stated in the quick start section.
Changed my browser.root (confirmed by my isp), but my startup page is blank.
Any idea what I could have missed out?
Appreciate your advise.
Thank you.
Best regards,
Jane
Hi Jane,
Could you take a look into logs folder and see if in log files are some errors? At this point it's difficult to suggest any other action ...
--
Cheers,
Marek
I have this same problem. I left the browser.root blank. This is what's in the log:
[INFO][64.17.251.77] 1:14:36 new user!
Any suggestions?
can you also check if there are any errors in apache.log file?
The only thing on the log near the same time is this:
[Fri Oct 27 21:18:33 2006] [error] [client 66.249.66.107] File does not exist: /home/httpd/vhosts/mydomain.com/httpdocs/robots.txt
This is definitely not related to your problem. I suppose that there should be more information in OFB log file. What I suggest right now is to go to index.php and change following line:
define('BROWSER_LOG_LEVEL', "INFO");
to
define('BROWSER_LOG_LEVEL', "DEBUG");
after that remove all logs and try to go in your browser to the OFB’s URL. This time in logs, there should be much more data, please post it all here, maybe thanks to it I’ll be able to help you.
Did it. Here's the log:
[DEBUG][69.231.78.221] 11:46:48 [Browser_Utilities.loadProperites] loading /home/httpd/vhosts/minxla.com/httpdocs/filebrowser/conf/system.properties
[DEBUG][69.231.78.221] 11:46:48 [Browser_Utilities.includeRequiredClasses] checking /home/httpd/vhosts/minxla.com/httpdocs/filebrowser/class
[DEBUG][69.231.78.221] 11:46:48 [Browser_Utilities.includeRequiredClasses] require_once /home/httpd/vhosts/minxla.com/httpdocs/filebrowser/class/ActionsFactory.php
[DEBUG][69.231.78.221] 11:46:48 [Browser_Utilities.includeRequiredClasses] require_once /home/httpd/vhosts/minxla.com/httpdocs/filebrowser/class/Browser.php
[DEBUG][69.231.78.221] 11:46:48 [Browser_Utilities.includeRequiredClasses] require_once /home/httpd/vhosts/minxla.com/httpdocs/filebrowser/class/Browser_Utilities.php
[DEBUG][69.231.78.221] 11:46:48 [Browser_Utilities.includeRequiredClasses] require_once /home/httpd/vhosts/minxla.com/httpdocs/filebrowser/class/BrowserHelper.php
[DEBUG][69.231.78.221] 11:46:48 [Browser_Utilities.includeRequiredClasses] require_once /home/httpd/vhosts/minxla.com/httpdocs/filebrowser/class/Entry.php
[DEBUG][69.231.78.221] 11:46:48 [Browser_Utilities.includeRequiredClasses] require_once /home/httpd/vhosts/minxla.com/httpdocs/filebrowser/class/ImagesUtils.php
[DEBUG][69.231.78.221] 11:46:48 [Browser_Utilities.includeRequiredClasses] checking /home/httpd/vhosts/minxla.com/httpdocs/filebrowser/class/actions/ActionTemplate.php
[DEBUG][69.231.78.221] 11:46:48 [Browser_Utilities.includeRequiredClasses] require_once /home/httpd/vhosts/minxla.com/httpdocs/filebrowser/class/actions/ActionTemplate.php
[DEBUG][69.231.78.221] 11:46:48 [Browser_Utilities.includeRequiredClasses] checking /home/httpd/vhosts/minxla.com/httpdocs/filebrowser/class/actions
[DEBUG][69.231.78.221] 11:46:48 [Browser_Utilities.includeRequiredClasses] require_once /home/httpd/vhosts/minxla.com/httpdocs/filebrowser/class/actions/ActionTemplate.php
[DEBUG][69.231.78.221] 11:46:48 [Browser_Utilities.includeRequiredClasses] require_once /home/httpd/vhosts/minxla.com/httpdocs/filebrowser/class/actions/DefaultAction.php
[DEBUG][69.231.78.221] 11:46:48 [Browser_Utilities.includeRequiredClasses] require_once /home/httpd/vhosts/minxla.com/httpdocs/filebrowser/class/actions/DownloadFileAction.php
[DEBUG][69.231.78.221] 11:46:48 [Browser_Utilities.includeRequiredClasses] require_once /home/httpd/vhosts/minxla.com/httpdocs/filebrowser/class/actions/GetThumbnailAction.php
[DEBUG][69.231.78.221] 11:46:48 [Browser_Utilities.includeRequiredClasses] require_once /home/httpd/vhosts/minxla.com/httpdocs/filebrowser/class/actions/LogonFormAction.php
[DEBUG][69.231.78.221] 11:46:48 [Browser_Utilities.includeRequiredClasses] require_once /home/httpd/vhosts/minxla.com/httpdocs/filebrowser/class/actions/LogoutAction.php
[DEBUG][69.231.78.221] 11:46:48 [Browser_Utilities.includeRequiredClasses] require_once /home/httpd/vhosts/minxla.com/httpdocs/filebrowser/class/actions/UploadFormAction.php
[DEBUG][69.231.78.221] 11:46:48 [Browser_Utilities.includeRequiredClasses] checking /home/httpd/vhosts/minxla.com/httpdocs/filebrowser/lib
Hi - I figured it out. Somehow during FTP the system.properties and user.properties files got a .bin extension added to their names. I removed it and all is well.
Thanks.
Hi,
That's a great news ... for a while I was confused to be honest :)
Usually simple mistakes are the most difficult to find ...
--
Cheers,
Marek