cconcolato
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin WP-Gallery-Remote] Testing Connection FailsI will answer to my own post because it might help others.
First, I modified the settings of my apache web server so that there is no redirection when accessing to the gallery2 folder. But still it did not work.Then, I applied the basic rule: RTFM. So I read more carefully the manual (the readme) which clearly says in the requirement section:
activated [Gallery-Remote module](http://codex.gallery2.org/Gallery2:Modules:remote “Gallery Remote module”)
Only then did I realize that there is a module in Gallery2 that needed to be activated … I think I read to fast at first and made a confusion between the WordPress-Gallery-Remote Plugin of WordPress and the Gallery-Remote Module of Gallery2…
Once activated. The connection test was successful without warning (array_search …).
Then in writing a post I opened the WPGR window but it showed again the warning messages. I cleaned the cache and then it worked fine.Hope that helps,
Cyril
Forum: Plugins
In reply to: [Plugin WP-Gallery-Remote] Testing Connection FailsSame problem for me. I’m using Gallery2 and WordPress 2.2.1, WPGR 1.4. I’ve tested:
http://laurecyril.homeip.net/gallery2/main.php
http://laurecyril.homeip.net/gallery2/
http://localhost/gallery2/main.php
But no success.It’s maybe due to the fact that my server (Apache2) document root is e:\www\wordpress and I set up an alias from e:\www\gallery2 to http://localhost/gallery2/. I could try to setup the document root as e:\www and remove all aliases but I’d like to automatically redirect people to the wordpress part and I don’t know how. Any help ?