Log in

View Full Version : Resolved how to install this gallery



davelf
03-23-2010, 08:38 AM
have u ever use and install this gallery:

http://www.dezinerfolio.com/dfgallery-2/free-flash-gallery

somebody please tell me how to install it, every time i try to install this message will appear

Fatal error: Call to undefined function dl() in C:\xampp\htdocs\dfg\install.php on line 40

thx for your attention...

BLiZZaRD
03-23-2010, 06:07 PM
Follow the steps:

Below are the steps to be followed while installing the gallery.

1. Extract the zip file into a web directory.
2. provide Read write access for "app/config/database.php" and "app/config/dfg/upgrade_state.php" files.
3. Ensure that your server supports Apache rewrite module, with PHP 5+, php_json extension and php_curl extensions enabled.
4. Install the gallery as provided in the support video.
5. set the file permissions for the app/config/database.php to read permissions (chmod 644).

The "dl" attribute in line 40 is a check, your error is saying it can't open for some reason, usually it means it is undefined.

Check that the correct files and directories are CHMOD 755 during the install. If so, then check that all the files were uploaded correctly (none corrupt or show "0" byte size.)

davelf
03-24-2010, 09:16 AM
it's solve, i enable the curl and json.

I also change this file httpd.conf.

i enable this line of code
from:

#LoadModule rewrite_module modules/mod_rewrite.so

to

LoadModule rewrite_module modules/mod_rewrite.so

This gallery is great, but it's hard to implement. May be some of you should try it.

Sorry to spam this forum...:o Cause the official forum is already dead...