Question:
I was upgrading EE and accidentally overwrite my path.php. How can I rectify this?
Answer:
You should always make sure you backup your config.php and path.php files before upgrading - as is clearly stated in the documentation. However, if you haven’t—here is a path.php (from my system) to get you started.
<?php
// DO NOT ALTER THIS FILE UNLESS YOU HAVE A REASON TO
// Path to the directory containing your backend files
$system_path = "./system/";
$template_group = "";
$template = "";
$site_url = "";
$site_index = "";
?>
Replace system with the correct name of your system folder (which you should have changed during installation, for security reasons.)
Category:Troubleshooting Category:Upgrading
