2010-10-11, 21:25:13
Let me just comment on those warnings and notices you got:
These two say the server didn’t have permission to remove the set up files. Please check your admin directory and if setup.php and install.php still exist remove them.
You get that error 3 times and it’s due to the way GetSimple tries to figure out where your files are on the server. The function used is not supported in PHP 5.1.6, which is why we dropped support for it (see our requirements).
Of course, when GetSimple works on your server there shouldn’t be too many problems. All of the security features should still work on your version of PHP.
Hope this makes things clear!
Code:
Warning: unlink(/home/server-name/public_html/mysite2/admin/install.php) [function.unlink]: Permission denied in /home/server-name/public_html/mysite2/admin/inc/common.php on line 142
Warning: unlink(/home/server-name/public_html/mysite2/admin/setup.php) [function.unlink]: Permission denied in /home/server-name/public_html/mysite2/admin/inc/common.php on line 147
Code:
Notice: Use of undefined constant PATHINFO_FILENAME - assumed 'PATHINFO_FILENAME' in /home/server-name/public_html/mysite2/admin/inc/plugin_functions.php on line 26
Warning: pathinfo() expects parameter 2 to be long, string given in /home/server-name/public_html/mysite2/admin/inc/plugin_functions.php on line 26
Of course, when GetSimple works on your server there shouldn’t be too many problems. All of the security features should still work on your version of PHP.
Hope this makes things clear!
“Don’t forget the important ˚ (not °) on the a,†says the Unicode lover.
Help us test a key change for the core! ¶ Problems with GetSimple? Be sure to enable debug mode!
Help us test a key change for the core! ¶ Problems with GetSimple? Be sure to enable debug mode!