Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2007-07-17 19:58:02
- bortzmeyer
- Member
- Registered: 2007-06-08
- Posts: 14
[request] [wow_gallery] Copying images from the gallery subfolder
I’m experimenting wow_gallery and I have an issue populating a
gallery. I can create a new gallery with Option 2 (“Create new gallery
with single image upload from your local PC”) but Option 1 (“Create
new gallery or add to existing gallery with images in the gallery
subfolder”) always gives me an half-empty page, which stops at the tab
Gallery Admin.
Reading the HTML source code, it seems there was something wrong since
the code stops suddenly:
[Start of the page]
<div id=“main”> <script type=“text/javascript”> function viewpic(loc) { image_viewer = window.open(loc, “Image_Viewer”, “width=800,height=700,left=100,top=100”); image_viewer.focus(); } </script> <script type=“text/javascript”> var status; function selectAll() { if(status == true) status = false; else status = true; ttl = document.imgSelectForm.elements[‘image_no[]’].length; for(i = 0; i < ttl; i++) document.imgSelectForm.elements[‘image_no[]’][i].checked = status; } </script>
[Then nothing]
The gallery does exist:
% ls -alt /var/www/blog.demaziere.fr/htdocs/gallery/ total 3948 -rw-r—r— 1 apache bortzmeyer 364105 Jul 16 22:01 p1020490.jpg drwxr-xr-x 2 apache bortzmeyer 4096 Jul 16 22:01 . -rw-r—r— 1 apache bortzmeyer 360587 Jul 16 22:01 p1020489.jpg -rw-r—r— 1 apache bortzmeyer 329089 Jul 16 22:01 p1020488.jpg …Diagnostics:
Textpattern version: 4.0.5 (r2466)
Last Update: 2007-07-16 19:40:01/2007-07-01 20:03:44
Document root: /var/www/blog.demaziere.fr/htdocs
$path_to_site: /var/www/blog.demaziere.fr/htdocs
Textpattern path: /var/www/blog.demaziere.fr/htdocs/textpattern
Permanent link mode: section_id_title
Temporary directory path: /tmp
Site URL: blog.demaziere.fr
PHP version: 5.2.2-pl1-gentoo
GD Image Library: unavailable
Server Local Time: 2007-07-16 22:12:53
MySQL: 5.0.38-log
Locale: en_GB.UTF-8
Server: Apache/2.0.58 (Gentoo) mod_python/3.2.10 Python/2.4.3 mod_ssl/2.0.58 OpenSSL/0.9.8d PHP/5.2.2-pl1-gentoo mod_perl/2.0.3-dev Perl/v5.8.8
Apache version: Apache/2.0.58 (Gentoo) mod_python/3.2.10 Python/2.4.3 mod_ssl/2.0.58 OpenSSL/0.9.8d PHP/5.2.2-pl1-gentoo mod_perl/2.0.3-dev Perl/v5.8.8
PHP Server API: apache2handler
RFC 2616 headers:
Server OS: Linux 2.6.16.29-xen
Active plugins: mdp_calendar-1.0, klp_word_count-0.2, wow_gallery-0.6, wow_gallery_lib-0.6
.htaccess file contents:
————————————
#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#RewriteBase /relative/web/path/
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) – [PT,L]
RewriteRule ^(.*) index.php </IfModule>#php_value register_globals 0
AuthType Basic
AuthName “Blog Demaziere/Bortzmeyer”
AuthUserFile /etc/apache2/blog.demaziere.fr.passwd
Require valid-user
- del.icio.us
Allow from 206.190.56.0/24
Satisfy any
————————————
Offline
#2 2007-09-17 13:08:16
- stuu
- New Member
- From: Tokyo
- Registered: 2007-06-06
- Posts: 4
Re: [request] [wow_gallery] Copying images from the gallery subfolder
I’ve got the same problem here as well – any progress?
Offline
#3 2007-09-17 19:48:04
- bortzmeyer
- Member
- Registered: 2007-06-08
- Posts: 14
Re: [request] [wow_gallery] Copying images from the gallery subfolder
No, no progress, noone cares, it seems.
(I switched to Dotclear, we’ll see if it’s better.)
Offline
Re: [request] [wow_gallery] Copying images from the gallery subfolder
how about actually posting in the right forum area for plugin help as this obviously isnt a request to write a plugin. better yet, try contacting the author of the plugin???
Offline