Closed Thread
Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: SUHOSIN - Use of eval is forbidden

  1. #11
    Chris73's Avatar
    Chris73 is offline x10 Spammer Chris73 is an unknown quantity at this point
    Join Date
    Sep 2007
    Location
    New York
    Posts
    5,360

    Re: SUHOSIN - Use of eval is forbidden

    Just upgrade your php via the account management panel. You currently have the basic php version.

  2. #12
    dwd2000's Avatar
    dwd2000 is offline x10 Sophmore dwd2000 is an unknown quantity at this point
    Join Date
    Jan 2008
    Location
    Left of Toronto.
    Posts
    161

    Re: SUHOSIN - Use of eval is forbidden

    I'm getting the same thing with phpBB3.
    I have asked for, and got confirmation that the update to "intermediate" has been processed and now in place, but still getting the message.

    Fatal error: SUHOSIN - Use of eval is forbidden by configuration in /home/dwd2000/public_html/friends-alumni.com/forums/includes/functions_module.php(32 : eval()'d code on line 328

    I have 200 or more forums set up, and the thought of re-installing phpBB3 is not on the top of my favorite things to do list, especially if I'm going to have the same problem after. I can't backup the the database, because I can't get into the admin to do it, unless there is a way that re-installing phpBB3 won't write over the original database.

    I have deleted all the board cookies, hoping that it might have been something simple, like a cache problem after the upgrade, but to no avail.

    Is it possible that the upgrade to intermediate was set for dwd2000.x10hosting.com, and not carried down to my domain directory (friends-alumni.com) within it?

    Does the server have to reboot for the changes to take effect? I don't mind waiting, if it's something simple like that.

    I know the problem will get fixed. I'm just letting you know what I've done on my end and throwing some ideas out.

    Thirty years ago I was young and foolish.
    Now, I'm just young.


  3. #13
    Smith6612's Avatar
    Smith6612 is offline <<< wants a Turkey Smith6612 has a spectacular aura about
    Join Date
    Dec 2007
    Location
    Exploded
    Posts
    6,467

    Re: SUHOSIN - Use of eval is forbidden

    The server doesn't have to be rebooted for the changes to take effect. If it did, downtime would be VERY often, especially if there are a lot of users all changing on a particular server. Otherwise, if you do want to back up your database, just go to MySQL Databases in cPanel or go into phpMyAdmin and download a database backup for your forum. As for reinstalling phpBB3, I believe that there is a configuration file you can change the settings to to point them to your database settings, or some sort oif script that will change it for you, so that way you won't need to start from scratch.

    Otherwise, if you just signed up for Intermediate PHP, you'll need to wait about a day or two at most for it to take effect, as if you're getting eval errors, it's most likely that your account hasn't been updated yet. If it has been activacted already, you'll either need to see what the staff can do for you to fix the problem, or you'll need to "Fix" the broken forum problems. Right now though, it seems to be an error with either only having the Basic PHP backage enabled on yoru account/Intermediate PHP hasn't been fully applied yet, or there is a configuration issue.

    Hope my heap of information helps you.

    My signature likes cookies! Do you? :D

  4. #14
    dwd2000's Avatar
    dwd2000 is offline x10 Sophmore dwd2000 is an unknown quantity at this point
    Join Date
    Jan 2008
    Location
    Left of Toronto.
    Posts
    161

    Re: SUHOSIN - Use of eval is forbidden

    Quote Originally Posted by Smith6612 View Post

    Otherwise, if you just signed up for Intermediate PHP, you'll need to wait about a day or two at most for it to take effect, as if you're getting eval errors, it's most likely that your account hasn't been updated yet. If it has been activacted already, you'll either need to see what the staff can do for you to fix the problem, or you'll need to "Fix" the broken forum problems. Right now though, it seems to be an error with either only having the Basic PHP backage enabled on yoru account/Intermediate PHP hasn't been fully applied yet, or there is a configuration issue.

    Hope my heap of information helps you.
    Thanks for the database info. I didn't think of that.
    As for the upgrade, it says it is in place. If it's just a matter of waiting a little longer, then I will. That's not a problem. I won't post about it again, until Thursday, unless it's working before. I have included a copy of my PHP version to let you know why I'm confused.
    ----------------------------------------------------------------------------------

    x10Hosting has secured PHP to prevent misuse and protect all of its members. If you require a less secure version of PHP for your site to run, you can request it below. Please type a detailed explanation of why you are requesting a change in your PHP version. If you do not make a reasonable argument to switch versions, your request will be denied. The advanced configuration (v3) should not be requested without an extremely good reason and advanced knowledge of PHP. Details on the versions are below.
    Basic PHP Configuration - Select to view details
    Most features of PHP that have the potential for abuse have been disabled in this version. This version of PHP is the default for all new accounts.
    • Memory limit and max upload file size set low
    • No mail(), eval() functions
    • No URL fopen or include
    • Variety of 'unsafe' or 'bad' functions disabled
    • PHP Version - 5.2.4
    • cURL, FTP, Socket, and MBString extensions disabled
    • /e modified with preg_replace disabled
    • No system/execution-related functions allowed, eg: exec, passthru, system
    • Magic Quotes GPC enabled
    • Extremely long variable names truncated
    • Register Globals disabled
    • File uploads disabled
    • Suhosin Path + Extension installed
    Show More


    Intermediate PHP Configuration - You currently have this version
    This version of PHP is much more relaxed in regards to security. More features are enabled compared to the default version.
    • Mail(), eval() functions allowed
    • Memory limit and max upload filesize set moderately higher
    • URL fopen or include enabled
    • More relaxed restriction of 'unsafe' and 'bad' functions
    • PHP Version - 5.2.4
    • cURL, FTP, Socket, and MBString extensions enabled
    • /e modifier with preg_replace allowed
    • No system/execution-related functions enabled, eg: exec, passthru, system
    • Magic Quotes GPC enabled
    • Register Globals disabled
    • File uploads enabled
    • Suhosin Path + Extension installed
    Show More


    Advanced PHP Configuration - Select to view details
    This version is very open in comparision with the previous versions. Barely any limits or restrictions are imposed.
    • Much more relaxed security precautions
    • Memory limit and max upload filesize set significantly higher
    • Basically all functions enabled, except for a few 'bad' ones
    • PHP Version - 5.2.4
    • Some system/execution-related functions enabled, eg: exec, passthru, system
    • Magic Quotes GPC enabled
    • Register Globals disabled
    • No filtered variables
    • Suhosin Path + Extension installed
    Show More



    Tell us why you would like to have your version of PHP changed


    Once you submit your application for a PHP version change, you will receive a response within 24 hours.
    Last edited by dwd2000; 03-04-2008 at 11:17 PM.

    Thirty years ago I was young and foolish.
    Now, I'm just young.


  5. #15
    champs is offline Banned champs is an unknown quantity at this point
    Join Date
    Feb 2008
    Posts
    16

    Re: SUHOSIN - Use of eval is forbidden

    Iam getting the same error even after upgrading my php ver.Plz help..

  6. #16
    Shawn Yue's Avatar
    Shawn Yue is offline x10 Sophmore Shawn Yue is an unknown quantity at this point
    Join Date
    Feb 2008
    Location
    Hong Kong
    Posts
    149

    Re: SUHOSIN - Use of eval is forbidden

    You Need To Upgrade To Version 2 PHP
    Hello I Would Like To Meet More Friends

  7. #17
    dwd2000's Avatar
    dwd2000 is offline x10 Sophmore dwd2000 is an unknown quantity at this point
    Join Date
    Jan 2008
    Location
    Left of Toronto.
    Posts
    161

    Thumbs up Re: SUHOSIN - Use of eval is forbidden

    It's working now.

    Thanks folks.

    Thirty years ago I was young and foolish.
    Now, I'm just young.


  8. #18
    presoon is offline x10Hosting Member presoon is an unknown quantity at this point
    Join Date
    Oct 2007
    Posts
    8

    Re: SUHOSIN - Use of eval is forbidden

    Hello,

    I am having the same problem.

    http://presoon.com/forum/

    Also when I use my form mail at the link below, a blank page is shown up and the mail is not sent.

    http://presoon.com/joomla/index.php?...ntact&Itemid=3

    It was working formerly.......

  9. #19
    CoolFinalFan's Avatar
    CoolFinalFan is offline x10 Lieutenant CoolFinalFan is an unknown quantity at this point
    Join Date
    Oct 2005
    Location
    Myrtle Beach, SC USA
    Posts
    311

    Question Re: SUHOSIN - Use of eval is forbidden

    I too am having this same problem but I for the life of me can't figure out how to fix the problem > PHP?
    Thanks!
    All this PHP stuff is greek to me, I dont' understand or know much about it!!

  10. #20
    Bryon is offline Administrator Bryon has disabled reputation
    Join Date
    Apr 2005
    Location
    Northfield, NH
    Posts
    7,582

    Re: SUHOSIN - Use of eval is forbidden

    Create your own threads, guys! It is hard to help multiple people within the same thread, things get disorganized and confusing.

Closed Thread
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 2
    Last Post: 11-02-2007, 03:21 PM
  2. Eval is forbidden
    By agux3e in forum Free Hosting
    Replies: 1
    Last Post: 10-05-2007, 03:00 AM
  3. SUHOSIN? Eval is forbidden?
    By XColl in forum Free Hosting
    Replies: 6
    Last Post: 09-25-2007, 10:00 AM
  4. SUHOSIN - Use of eval is forbidden by ...
    By shrihit in forum Free Hosting
    Replies: 3
    Last Post: 09-24-2007, 04:08 AM
  5. PHP problem: use of eval is forbidden
    By White Jackal in forum Free Hosting
    Replies: 2
    Last Post: 07-07-2007, 01:55 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers