Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can't make Fancy URL work
#6
Let me just comment on those warnings and notices you got:
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
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.
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
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!
“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!
Reply


Messages In This Thread
Can't make Fancy URL work - by Harel - 2010-10-09, 08:36:39
Can't make Fancy URL work - by ccagle8 - 2010-10-09, 08:42:50
Can't make Fancy URL work - by Harel - 2010-10-09, 08:46:23
Can't make Fancy URL work - by ccagle8 - 2010-10-10, 00:10:12
Can't make Fancy URL work - by Harel - 2010-10-10, 13:46:04
Can't make Fancy URL work - by Zegnåt - 2010-10-11, 21:25:13



Users browsing this thread: 2 Guest(s)