KIickstart has extracted my files,but I got this error:
Warning: require_once(C:\xampp\htdocs\libraries\joomla\import.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\installation\includes\framework.php on line 31
Fatal error: require_once() [function.require]: Failed opening required 'C:\xampp\htdocs\libraries\joomla\import.php' (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\installation\includes\framework.php on line 31
I think where I've gone wrong is that I had problems installing Joomla on Ubuntu,and found instructions on the Ubuntu forum which worked. So on my linux partition I have
/home/user/xampp
/home/user/public-html/
On XP I'm creating in htdocs as normal, so I have
C:/xampp
C:/xampp/htdocs/
Do I need to make corrections in the config file? - joomla loads, but with all the defaults, rather than the settings and data I've created on my test site. The files (images, articles, templates etc) are all there but not being used. I've seen references while searching on this problem to correcting the lines
$mosConfig_absolute_path =
$mosConfig_cachepath =
$mosConfig_live_site =
so they point to the right path, but my config file doesn't contain these lines.
BTW, my XP is still set to double-click, so it must be just something I did! :)
TIA