MediaWiki

Status
Not open for further replies.

DJBod

New Member
Messages
12
Reaction score
0
Points
0
Hey,
im trying to install MediaWiki into a Directory, but it comes up with
Checking environment...

Please include all of the lines below when reporting installation problems.
  • PHP 5.2.5 installed
  • Found database drivers for: MySQL
  • PHP server API is cgi; using ugly URLs (index.php?title=Page_Title)
  • Have XML / Latin1-UTF-8 conversion support.
  • Session save path (/tmp) appears to be valid.
  • PHP's memory_limit is 64M.
  • Couldn't find Turck MMCache, eAccelerator, APC or XCache; cannot use these for object caching.
    Warning: shell_exec() has been disabled for security reasons in /home/dc08/public_html/wiki/config/index.php on line 1822

But the installation isn't appearing just the Above^^ is.

Thanks,
Daniel.
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
We do not allow shell_exec due to security reasons. If you comment it out in the PHP file it lists the script will install.

-Corey
 

DJBod

New Member
Messages
12
Reaction score
0
Points
0
Hey

ah ok, but what do i comment out? there isn't a line 1822 it only goes up to 444 :|
 

Jarryd

Community Advocate
Community Support
Messages
5,534
Reaction score
43
Points
48
Have you tried using 'find' and searching for shell_exec?

If not, try that and see if you can find it.
 

DJBod

New Member
Messages
12
Reaction score
0
Points
0
hi,

yeah i have tried searching, but Phrase Not Found
 

Sohail

Active Member
Messages
3,055
Reaction score
0
Points
36
Can you use "shell_exec" in Expert version of PHP?
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
I commented out some lines, can you try now and post any new errors?
 

DJBod

New Member
Messages
12
Reaction score
0
Points
0
Hey,

The Installation Still Doesnt Work & i cant find the line where the error is coming from.

MediaWiki 1.11.2 Installation

Don't forget security updates! Keep an eye on the low-traffic release announcements mailing list.

Checking environment...

Please include all of the lines below when reporting installation problems.

* PHP 5.2.5 installed
* Found database drivers for: MySQL
* PHP server API is cgi; using ugly URLs (index.php?title=Page_Title)
* Have XML / Latin1-UTF-8 conversion support.
* Session save path (/tmp) appears to be valid.
* PHP's memory_limit is 64M.
* Couldn't find Turck MMCache, eAccelerator, APC or XCache; cannot use these for object caching.

Warning: shell_exec() has been disabled for security reasons in /home/dc08/public_html/wiki/config/index.php on line 1798


:(

- I Previously Had The Latest Version (1.12.0rc1, But changed to 1.11.2 Stable)
 
Last edited:

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
I have temporarily upgraded your PHP to a less restricted one so you can get the software installed. It will revert back in a few hours.

-Corey
 

DJBod

New Member
Messages
12
Reaction score
0
Points
0
Hey!

Ah Thankyou Very Much Corey :)
 
Last edited:
Status
Not open for further replies.
Top