Welcome to Geeklog, Anonymous Wednesday, November 27 2024 @ 04:35 am EST
Geeklog Forums
parse_ini_file in forum
ancona5
Anonymous
I have geeklog 1.4.0sr5-1 and Geeklog Forums Plugin 2.3
when I read a topic, I have this error:
I have this error repeated for each post in the topic!!!
when I read a topic, I have this error:
Text Formatted Code
Warning: parse_ini_file() has been disabled for security reasons in /home/ancona5/public_html/forum/include/gf_showtopic.php on line 105I have this error repeated for each post in the topic!!!
18
13
Quote
ancona5
Anonymous
this is the code in gf_showtopic
106 $options = &PEAR::getStaticProperty('HTML_BBCodeParser', '_options');
107 $options = $config['HTML_BBCodeParser'];
108 unset($options);
Text Formatted Code
105 $config = parse_ini_file($_CONF['path'] . 'plugins/forum/BBCodeParser.ini', true);106 $options = &PEAR::getStaticProperty('HTML_BBCodeParser', '_options');
107 $options = $config['HTML_BBCodeParser'];
108 unset($options);
12
16
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Quote by ancona5: Warning: parse_ini_file() has been disabled for security reasons
Your hosting service has decided to disable that function, but something in the Forum plugin seems to rely on it being available.
If there's no way for you to turn that function back on, you may have to ask Blaine for help ...
bye, Dirk
17
14
Quote
Ancona5
Anonymous
How can I turn on that?! where may be that function setting?
15
14
Quote
Ancona5
Anonymous
I haven't access to that file .... what have I to say to my hosting service?
18
17
Quote
Ancona5
Anonymous
they have answered me to read this document:
http://it.php.net/manual/en/function.parse-ini-file.php
but I don't understand what I have to do ..
http://it.php.net/manual/en/function.parse-ini-file.php
but I don't understand what I have to do ..
12
12
Quote
Status: offline
Robin
Forum User
Full Member
Registered: 02/15/02
Posts: 725
Quote by Ancona5: but I don't understand what I have to do ..
Not sure whether this will help however you could try to change this:
Text Formatted Code
105 $config = parse_ini_file($_CONF['path'] . 'plugins/forum/BBCodeParser.ini', true);into this
Text Formatted Code
105 $config = parse_ini_file($_CONF['path'] . 'plugins/forum/BBCodeParser.ini', false);Geeklog Polish Support Team
11
20
Quote
Ancona5
Anonymous
nothing happen putting it to FALSE ..
I have deleted that row and now it works fine
I have deleted that row and now it works fine
20
13
Quote
All times are EST. The time is now 04:35 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content