php functions still blacklisted

Status
Not open for further replies.

melicous

New Member
Messages
7
Reaction score
0
Points
0
Its been a few days now that my php option has been upgraded to intermediate but still I can't get a phpbb forum installed.

My application for advanced is now pending but from what I've heard this isn't really needed, but I'm at a loss.

Has any1 had this error aswell and how did you resolve this :
Code:
ALERT - function within blacklist called: set_time_limit()

cpanel : melicous
site : http://yaosm.exofire.net/forum/install/index.php
 
Last edited:

Russ

<b>Retired *****</b>
Messages
3,168
Reaction score
2
Points
38
You will not get advanced. Few people have it. To fix this, I have done it in the past, use the code editor from the file manager on the file causing it, go to the line it says and remove the set_time_limit, save the file try it again, It may be in up to 3 files, keep going until it works.
 

melicous

New Member
Messages
7
Reaction score
0
Points
0
Well I checked out what set_time_limit() does and I understand why its black listed. (Man, you guys have really buttoned down all the hatches when it comes down to php :p)

But now I'm getting a different error saying that eval is not allowed by the SUHOSIN protection sceme. On other posts I've read that you need intermidiate, but it has alrdy been set up, so that can't be it.

On the other hand maybe this is for a new different topic.
 
Last edited:

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
I see you have the "Intermediate" PHP version working correctly in your account.
Please check again, it should be working.
 

melicous

New Member
Messages
7
Reaction score
0
Points
0
Nope still get

Code:
 [B]Fatal error[/B]:  SUHOSIN - Use of eval is forbidden by configuration in [B]/home/melicous/public_html/forum/install/index.php(745) : eval()'d code[/B] on line [B]745[/B]
 

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
That's rare. I've just checked and PHPv2 is enabled and working for your account.
Try re-uploading your script.
 

melicous

New Member
Messages
7
Reaction score
0
Points
0
This is getting wierd, first I completly wiped the phpbb dir, then uploaded everything again but still no change and thus the same eval error.

edit:
Don't know if this has something to do with it, but in my cpanel under site software I still have Your admin has not created a cPAddons configuration yet. Please contact them and ask them to do so.
 
Last edited:

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
cPAddons has been discontinued by cPanel, and it has been replaced by Fanstastico.
I'll move this to "Level Two Support" for another staff member to take a look at this.
 

Corey

I Break Things
Staff member
Messages
34,553
Reaction score
204
Points
63
You had an issue with the .htaccess file in your root directory. Try now.
 

melicous

New Member
Messages
7
Reaction score
0
Points
0
thx m8 that solved it, I'd nearly given up hope happy to see you guys haven't

after I renamed .htaccess to htaccess (effectively removing it)
and tried the install again it worked

btw this was in my .htaccess

Code:
RemoveHandler .html .htm
AddType application/x-httpd-php .php .htm .html
AddHandler application/x-httpd-phpv2 .php .html .htm
AddHandler application/x-httpd-phpv2 .php .html .htm
AddHandler application/x-httpd-phpv2 .html
AddHandler application/x-httpd-phpv2 .htm
AddHandler application/x-httpd-phpv2 .html
AddType application/x-httpd-phpv2 html htm

wierd thing is that I don't remember putting in all those duplicates
but I guess that can be explained with to much screwing around in cpanel

and thx again :bowhs:
 
Last edited:

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
It's a good thing you can make it work now.
Feel free to re-open this thread if you need further assistance.
 
Status
Not open for further replies.
Top