I'm a bit of a newbie I'm afraid... and while i have been able to find the js file that produces the 'Server is unreachable' message, there are too many instances of it for me to intuit if its me that's done something wrong or if it is, indeed, a bug. I'm getting two 'server is unreachable' errors when i try and use the module either in the 'content creation' sense or on its own in the administration panel.
Image of latter attached. I've followed the directions in the README as well as i can understand them.
I'm running
GD library 2.0 or higher
MySQL database 4.1.11
PHP 4.3.10-18
Unicode library PHP Mbstring Extension
Web server Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 PHP/4.3.10-18 mod_perl/1.999.21 Perl/v5.8.4
cheers,
dave.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | webfmdebug.JPG | 70.84 KB | davecormier |
| serverisunreachable.JPG | 26.77 KB | davecormier |
Comments
Comment #1
robmilne commentedThe dual error messages are consistant with the ajax requests for the two directory trees. They fail because mod-rewrite isn't enabled on your server. Version 1.2 of the software has addressed this issue and now mod-rewrite isn't required for WebFM to function properly.
Comment #2
davecormier commentedExcellent. That solved that issue. This is a really great module... and I can't wait to get it working. Thanks for the help.
On to the next one.
warning: opendir(/webfm): failed to open dir: No such file or directory in /var/www/cmtctest.roblib.upei.ca/htdocs/drupal/modules/webfm/webfm.module on line 650.
It's not finding my /webfm directory. It currently resides at /var/www/etcetcetec/drupal/files/webfm is 775 and belongs to the webserver.
In the admin/settings/webfm I've got /webfm (which, as i understand the documentation, is the correct listing relative to the files directory.)
And in the 'create content' incarnation, I'm getting the attached image's worth of debugging info.
Also. http://example.com/?q=webfm_js on my website is returning a blank screen.
Comment #3
davecormier commentedI got it working using absolute paths in the admin/settings/webfm
thanks for the great module.
Comment #4
robmilne commentedfixed
Comment #5
robmilne commented