Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
FileBrowser Integration
FileBrowser Integration
0
This discussion has been closed.
Comments
Warning: main(Filebrowser.Configuration.php): failed to open stream: No such file or directory in /home/thescot2/public_html/forums/extensions/FileBrowser/default.php on line 81
Warning: main(Filebrowser.Configuration.php): failed to open stream: No such file or directory in /home/thescot2/public_html/forums/extensions/FileBrowser/default.php on line 81
Warning: main(): Failed opening 'Filebrowser.Configuration.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/thescot2/public_html/forums/extensions/FileBrowser/default.php on line 81
A fatal, non-recoverable error has occurred
Technical information (for support personel):
Error Message
The "Configuration" class referenced by "Configuration" does not appear to exist.
Affected Elements
ObjectFactory.NewObject();
For additional support documentation, visit the Lussumo Documentation website at: lussumo.com/docs
i had a look through FileBrowser.Configuration.php but aside from confirming that the directories/permissions were set up correctly, i'm not sure what else to check.
any thoughts?
perhaps i should try 777'ing the files in the Vanilla/extensions/FileBrowser folder itself? afaik the ones that need read/write have it but i suppose it couldn't hurt?
i'm about to head out of work now, but i'll check back here later.
thanks so far:)
the cases all match what is listed in the config file as well
edit: and that's a negative. not working with friendly URLs disabled, either.
Filebrowser.Thumbnailer.php
16 // Global Constants 17 // define("sgLIBRARY", "c:/applications/lussumo/GlobalLibrary/"); 18 define("sgLIBRARY", "/applications/lussumo/GlobalLibrary/");
Filebrowser.Index.php
18 // Global Constants 19 define("sgLIBRARY", "c:/applications/lussumo/GlobalLibrary/");
Fatal error: Call to a member function on a non-object in /home/cafeint/public_html/extensions/FileBrowser/default.php on line 54
And shouldn't there be a new tab "FileBrowser"?
Thumbnail-Builder works fine, showing the images inside the folder 'filebrowser'.
Uhm, I'm using friendly urls.
[base URL]/settings.php/filebrowser/
as the "Current Directory" with that as my global variables.