Hi,
Ive installed drupal 5 with Image module 5.x-1.0. I'm using Acidfree to handle galleries, but i tested with image galleries as well and i never managed to make it works.
I use image_pub.zip from http://www.goju-ryu.be/image_pub.zip. Modules are enabled.
I use kde's kipi plugins to test. It attemps to go to localhost/drupal-5.1/gallery_remote2.php, but cant reach it. I modified url to point to localhost/drupal-5.1/?q=gallery_remote2.php since i don't use clean urls, and it says 'invalid reponse received from remote gallery'. Im logging in as admin for this.
(
You should provide a gallery_remote2.php file containing the following line in your package to deal with non-clean url (found in another issue):
# header("Location: index.php?q=gallery_remote2.php");
$_POST['q'] = $_REQUEST['q'] = $_GET['q'] = 'gallery_remote2.php';
include('index.php');
)
So what's wrong with my stuff?
Thanks
Charly
Comments
Comment #1
charly commentedmy bad.
re-running all my test shows it works with image module.
Sorry :/