Thread Starter
LukeD
(@luked)
Well i got it working by hardcoding the path to my /document root/wordpress/ folder. Not sure where its getting the wrong directory but its looking for the wp-settings.php file in the /etc/wordpress/ folder instead of the wordpress folder under document root.
Now its seems to only problem i am having is with style….
When i view my blog on the localhost machine its hosted on it shows fine all nicely styled with the chosen theme but when i access it from another machine on my LAN it shows the content unstyled on the page using only browser level styling and no themes whatsoever.
Thread Starter
LukeD
(@luked)
Okay i have moved the folder into a new folder in my document root. Now when i run it i get an error stating
Warning:require_once(/etc/wordpress/wp-settings.php)[function.require-once]: failed to open stream: No such file or directory in /etc/wordpress/wp-config.php on line 20
Fatal error:require_once()[function.require]:Failed opening required ‘/etc/wordpress/wp-settings.php’
(include_path=’.:/usr/share/php:/usr/share/pear’) in /etc/wordpress/wp-config.php on line 20
Anyone ??