I'm still frustrated by not being able to get dfg2 installed. This issue has been a long stnading one so I'm guess that either:
(a) the Admin is asleep at the wheel
or
(b) The Admin thinks the issue is resolved for most folks.
In order to get some clarity on this, please add youself to the list here so say that the test_curl issue continues to be a problem for you. Adding yourself below will help show the % of people stuck at this spot and perhaps let the Admin know that it really needs some attention.
Thanks.
Comments
Okay, I'm on GoDaddy and fought with this for a couple of hours myself. I just changed my .htaccess file to as follows and it WORKED!
Order allow,deny
Options -Indexes
Options +FollowSymLinks
ErrorDocument 404 /index.php
DirectoryIndex index.php
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /dfgallery/index.php?$1 [L]
Basically changed / to ? in line 15 and added my gallery directory and low and behold.
Hope this helps.
stuck...!
My htaccess file looked like this when it started to work.
Order allow,deny
Options -Indexes
Options +FollowSymLinks
ErrorDocument 404 /index.php
DirectoryIndex index.php
RewriteEngine on
RewriteEngine on
RewriteBase /gallery
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
THANK YOU SO MUCH TO the this post ---- wasted hrs dues to missing "?"
I solved this issue for several of my customers who have dfg on my shared servers. The problem is an error in the .httaccess file
Change:
RewriteRule ^(.+)$ index.php/$1 [L]
to
RewriteRule ^(.+)$ index.php?/$1 [L]
----------------------------------------------
notice the missing "?" after index.php
----------------------------------------------
I has spent four hours of my day trying to make it work.
Never runs.
I suggest to give a bit ckick in the ass to this Gallery and use another one. At least till they assume they have something to fix.
It is a waste of time. There is no a generic solution.
See u, I'll try another gallery.
I'm stuck on this too. I'm with godaddy.
Godaddy help says: NOTE: The .htaccess file containing the rewrite rules must be in the same directory as the target files.
Dear Developer,
Please help.
I cannot find the best solution.
I solved this issue for several of my customers who have dfg on my shared servers. The problem is an error in the .httaccess file
Change:
RewriteRule ^(.+)$ index.php/$1 [L]
to
RewriteRule ^(.+)$ index.php?/$1 [L]
notice the missing "?" after index.php
Just so that everyone is clear...
Without access to httpd.conf and adding 'allowoverride all' for the dfg directory, you've solved nothing!
The people here (like myself) who've been complaining about this issue are not all crazy. dfgallery2 (v2.005) REQUIRES a modification to that file and if you don't have access to it (i.e. people on shared hosting) you're dead in the water.
That edit is seen as a security issue by some and should be fixed by the admin but since I don't see any revisions coming any time soon I'd suggest putting this gallery on its own box, or one you don't worry about.
Post new comment