Hi guys.
I've created a website using GS system in my home pc using XAMPP, and everything worked just fine.
As I wanted to move it to a linux based Apache server, some problems appeared. For now, I'm just trying to do a fresh installation of GS, and it seems like I got some unresolved issues. Most of them were solved by me, after installing php-xml, and fix some folders permissions.
I'll be happy to hear what the professionals have to say about it.
Those are the errors I get when in debug mode:
My main problem is with Fancy URL usage. Everything else is functioning (I think).
mod_rewrite is enabled, but I still get 404 page when try reach the fancy addrress.
Oh, PHP version is 5.1.6 and Website Health Check is all GREEN.
Thanks guys !
I've created a website using GS system in my home pc using XAMPP, and everything worked just fine.
As I wanted to move it to a linux based Apache server, some problems appeared. For now, I'm just trying to do a fresh installation of GS, and it seems like I got some unresolved issues. Most of them were solved by me, after installing php-xml, and fix some folders permissions.
I'll be happy to hear what the professionals have to say about it.
Those are the errors I get when in debug mode:
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
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
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
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
My main problem is with Fancy URL usage. Everything else is functioning (I think).
mod_rewrite is enabled, but I still get 404 page when try reach the fancy addrress.
Oh, PHP version is 5.1.6 and Website Health Check is all GREEN.
Thanks guys !