2014-01-31, 09:01:25
Hi, Thats the PHP version used for the Raspbian, Im running this on a Raspberry Pi.
Domain name should be fine.
I just had a look at the sourcecode:
<form action="/admin/setup.php" method="post" accept-charset="utf-8" >
<input name="siteurl" type="hidden" value="http:///" />
<input name="lang" type="hidden" value="en_US" />
It seems like siteurl is not getting passed anything. This must be the issue, and idea as to how to sort it ?
Domain name should be fine.
I just had a look at the sourcecode:
<form action="/admin/setup.php" method="post" accept-charset="utf-8" >
<input name="siteurl" type="hidden" value="http:///" />
<input name="lang" type="hidden" value="en_US" />
It seems like siteurl is not getting passed anything. This must be the issue, and idea as to how to sort it ?