Hi,

I have a static image gallery, 120 photos, just HTMLs and JPEGs. It
works properly if I use the following markup:

Markup('arles', '<block', '/\\(:arles\\s?(.*?):\\)/ei',
 "Keep('<iframe src=\'/arles/index.html\' frameborder=\'0\' width=\'100%\' 
height=\'722\'></iframe>')");

But I'd like to not use the iframe. It's not great in IE7. So I'm
trying, cookbook/includeupload. I have 2 problems:

1. It doesn't display the jpegs, just the links to the photos. 
2. When I try to go the next page: I get the error message: "You
don't have permission to access /uploads/Arles/imagepages/image1.html
on this server." 

I have checked the permissions. The server has read and write and I
have checked the config.php. I don't see anything wrong.

$EnableUpload = 1;
$HandleAuth['upload'] = 'edit';            # allow edits to upload
$UploadPrefixFmt = '/{$Group}';            # uploads by group
$UploadMaxSize = 2097151;                  # maximum upload file size 2Mb - 
1byte
$EnableDirectDownload = 0;                 # causes requests for attachments to 
be obtained via ?action=download. 

Any suggestion?

-- 
Thanks
http://www.911networks.com
When the network has to work

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to