Mediawiki help

Status
Not open for further replies.

cowctcat

New Member
Messages
401
Reaction score
0
Points
0
IM trying to setup mediawiki 1.12 and when it is checking things i get this message
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/kllctcat/public_html/w/config/index.php on line 1822
could someone please tell me what to do
 

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
shell_exec() is disabled for security reasons.
Open your installation/config files and try adding some comment tags before the line that calls the shell_exec()
 

cowctcat

New Member
Messages
401
Reaction score
0
Points
0
i can not find where in the code the shell_exec() function is located.
it is not on line 1822 as stated and i do not have the time to look through thousands of lines on code as i cant seem to find it
 

Corey

I Break Things
Staff member
Messages
34,553
Reaction score
204
Points
63
Try using the find function on your computer. You have to comment it out to make it work.

-Corey
 

cowctcat

New Member
Messages
401
Reaction score
0
Points
0
i fixed the problem
I set it up on my own computer and then uploaded the files and database
 
Status
Not open for further replies.
Top