Results 1 to 4 of 4

IonCube Error

This is a discussion on IonCube Error within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; Hi, I am getting the.. "blah/ functions_vbseo.php requires the ionCube PHP Loader ioncube_loader_win_5.2.dll to be installed by the site administrator." ...

  1. #1
    Junior Member
    Real Name
    James
    Join Date
    Nov 2006
    Posts
    2
    Liked
    0 times

    IonCube Error

    Hi,

    I am getting the..

    "blah/functions_vbseo.php requires the ionCube PHP Loader ioncube_loader_win_5.2.dll to be installed by the site administrator."

    ...error, but I have tested my server and the test script says that everything shold be just fine?

    Everything was uploaded in Binary.

    http://www.toptipsforum.com/vbseotest/test.php

    Thanks

  2. #2
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    You will need to download the ionCube loaders for your operating system/PHP version from PHP Encoder, protection, installer and performance tools from ionCube: Loader Download

  3. #3
    Junior Member
    Real Name
    James
    Join Date
    Nov 2006
    Posts
    2
    Liked
    0 times
    Ok thanks, it seems that it was specifically 5.2 that was missing while I had older versions.

    Ok thanks, but I have another problem. 404's when following vbseo links, I have tried everything that I can find in the docs but I have come across the following problem:

    In the troubleshooting guide it suggests that the follwing is required:

    <Directory /your/httpd/docs>
    ...
    Options +FollowSymLinks +FileInfo
    </Directory>

    Entering this info into my httpd.conf file I get the follwoing error while restarting Apache:

    Starting httpd: Syntax error on line 1439 of /etc/httpd/conf/httpd.conf:
    Illegal option FileInfo

    Thanks again...

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Please try the following:
    Code:
    <Directory /your/httpd/docs>
    ...
    Options +FollowSymLinks
    AllowOverride All
    </Directory>

Posting Permissions

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