Results 1 to 3 of 3

Thread: how to install this gallery

  1. #1
    Join Date
    Jul 2009
    Location
    Binus University
    Posts
    472
    Thanks
    78
    Thanked 21 Times in 21 Posts

    Default how to install this gallery

    have u ever use and install this gallery:

    http://www.dezinerfolio.com/dfgaller...-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...
    Last edited by davelf; 03-24-2010 at 09:20 AM.
    _____________________

    David Demetrius // davejob
    _____________________

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    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.)
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. #3
    Join Date
    Jul 2009
    Location
    Binus University
    Posts
    472
    Thanks
    78
    Thanked 21 Times in 21 Posts

    Default

    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... Cause the official forum is already dead...
    _____________________

    David Demetrius // davejob
    _____________________

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •