Ok running into an issue here. I’m trying to archive an older version of a site onto a new server (which is windows based as opposed to the old linux server). I’ve installed APE so that my .htaccess files will still work. The files/database have all been copied over, and the site is running. However I cannot access the EE control panel because i get the following error:
An Error Was Encountered
Unable to load the requested file: _shared/menu/item_parent.php
I’ve looked through the forums and I’ve seen this isn’t a terribly uncommon problem, however the fixes don’t quite seem to be working for me. The relevant lines in my config file are set currently as follows:
$config['cp_url'] = "http://old.mysite.com/_system/index.php";
$config['cp_theme_url'] = 'http://old.mysite.com/themes';
$config['theme_folder_path'] = "/oldsites/mysite.com/htdocs/themes/";The last (the Theme folder path) is my guess as to the problem. The windows path is:
E:\oldsites\mysite.com\htdocs\themes\
However I’m guessing I can’t just put that in the config file. How should this line look in a windows environment? Or is there something else I’m missing? Also of note is I’m just using the default control panel theme. Nothing fancy