Has anyone tried to install MediaWiki (
http://wikipedia.sourceforge.net/) on SME6.0?
My results to date are:
- expand tar file in a local directory
- move all files to /home/e-smith/files/ibay/Primary/html
- chmod config directory as per mediawiki install instructions
- goto
http://servername/ which starts mediawiki installation
- fill out mediawiki form (mysql db name & users) to finish installation
- move LocalSettings.php as per mediawiki install instructions
- goto
http://servername/ to access mediawiki home page which results in the following error:
[pear_error: message="fopen("/tmp/tpl_0_7_0_f387da85b84bd4d8cda7ac916c5f4c92.php", "w") - Operation not permitted" code=0 mode=return level=notice prefix="" info=""]
Here is what I have tried to fix:
- a simple test.php file containing "<? phpinfo(); ?>" which works fine.
- /sbin/e-smith/db configuration set php service AllowUrlFopen On status enabled makes no difference.
- /var/log/messages has nothing for this particular error
- used grep to search for "fopen" in the PHP code but am getting hopelessly lost (I'm not a PHP coder although I bought a book on it once!)
Any suggestions from PHP programmers out there would be greatly appreciated.
SMEmike.