208 => cant_find_config_parameter:config.http_host

great just upgrated to 208 and my web site is now 100% NOT working

cant_find_config_parameter:config.http_host

no idea how to fix it…



I just love those update…

[quote name=‘rdr’]great just upgrated to 208 and my web site is now 100% NOT working

cant_find_config_parameter:config.http_host

no idea how to fix it…



I just love those update…[/QUOTE]



Check if config.local.php is in place and has 666 permission. Also edit it and check if


// Host and directory where software is installed on no-secure server
$config['http_host'] = '[COLOR="Red"]www.YOURDOMAIN.com[/COLOR]';
$config['http_path'] = '';

// Host and directory where software is installed on secure server
$config['https_host'] = '[COLOR="Red"]www.YOURDOMAIN.com[/COLOR]';
$config['https_path'] = '';




are correct

[quote name=‘Darius’]Check if config.local.php is in place and has 666 permission. Also edit it and check if


// Host and directory where software is installed on no-secure server
$config['http_host'] = '[COLOR="Red"]www.YOURDOMAIN.com[/COLOR]';
$config['http_path'] = '';

// Host and directory where software is installed on secure server
$config['https_host'] = '[COLOR="Red"]www.YOURDOMAIN.com[/COLOR]';
$config['https_path'] = '';




are correct[/QUOTE]



I am having the same issue. I was able to upgrade from 2.0.6 to 2.0.7 without any issues, but the upgrade from 2.0.7 to 2.0.8 was not as smooth. I tried upgrading from admin, and was presented with a incorrect permission screen and told to enter my FTP details, which I did. The upgrade then proceeded but I got an error similar to this…


[QUOTE]Can’t change directory to install/: No such file or directory in /home/xxx/public_html/store/var/upgrade/upgrade_2.0.7-2.0.8.tgz/uc_override.php on line 861[/QUOTE]



My only option was continue, so I clicked it and then I got the “cant_find_config_parameter:config.http_host” message.



I have verified that config.local.php is in place, with the correct domain information and set to 666, but still no luck, any other ideas?



Thank you!

Going on your path you need to set your config to this…



// Host and directory where software is installed on no-secure server

$config[‘http_host’] = ‘www.YOURDOMAIN.com’;

$config[‘http_path’] = ‘/store’;



// Host and directory where software is installed on secure server

$config[‘https_host’] = ‘www.YOURDOMAIN.com’;

$config[‘https_path’] = ‘/store’;

[quote name=‘BarryH’]Going on your path you need to set your config to this…



// Host and directory where software is installed on no-secure server

$config[‘http_host’] = ‘www.YOURDOMAIN.com’;

$config[‘http_path’] = ‘/store’;



// Host and directory where software is installed on secure server

$config[‘https_host’] = ‘www.YOURDOMAIN.com’;

$config[‘https_path’] = ‘/store’;[/QUOTE]



Thanks for the quick reply, my path is actually /mydomain/devocart/, the error message I posted was from another post. I have verified that it is correct in config.local.php



My config.local.php looks like this.

[QUOTE]// Host and directory where software is installed on no-secure server

$config[‘http_host’] = ‘www.myDOMAIN.com’;

$config[‘http_path’] = ‘/devocart’;



// Host and directory where software is installed on secure server

$config[‘https_host’] = ‘www.myDOMAIN.com’;

$config[‘https_path’] = ‘/devocart’;[/QUOTE]



Any other ideas?

Thanks again.

The only other thing I can suggest is to open…



Can’t change directory to install/: No such file or directory in /home/xxx/public_html/store/var/upgrade/[quote]upgrade_2.0.7-2.0.8.tgz/uc_override.php on line 861[/quote]



and see what line 861 has to say, might point you straight to the problem!!!

Well that line points to the FTP login details so I must have made a mistake with the info in my login details. So now I guess the next step is to revert back to 2.0.7, I do have a full backup, thankfully, but are there any options I can try before wiping the whole dir and restoring my backup? The site is not live but does have all of our migrated information in it already and I am not looking forward to restoring :wink:



Thanks for the help!