Dezinerfolio

People Stuck on the CURL (test_curl) issue...

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.

 

 

 

 

Status: 
New

Comments

Anonymous's picture

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.

Anonymous
Wed, 06/01/2011 - 22:37
Anonymous's picture

stuck...!

Anonymous
Tue, 09/22/2009 - 21:38
Anonymous's picture

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]

Anonymous
Thu, 09/10/2009 - 14:21
Anonymous's picture

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
----------------------------------------------

Anonymous
Sat, 07/11/2009 - 06:36
Anonymous's picture

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.

Anonymous
Sun, 06/28/2009 - 01:06
Anonymous's picture

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.

Anonymous
Sat, 06/27/2009 - 04:29
Anonymous's picture

Dear Developer,
Please help.

Anonymous
Wed, 06/24/2009 - 19:55
Anonymous's picture

I cannot find the best solution.

Anonymous
Tue, 06/23/2009 - 00:04
Anonymous's picture

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

Anonymous
Mon, 05/25/2009 - 23:02
photo's picture

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.

Fri, 05/29/2009 - 01:43

Post new comment