I did a backup of the old installation.
Created a new installation and restored sql back
Result missing UDT and templates content still exits but no working website
Upgraded Old installation
Result missing Admin CSS
The problem is not in any file as I now have two databases running
With the old database the site works
In the new database the Admin Area works
Using Web Dev toolbar I can see the css file but it does not display.
What am I looking for in the database to fix this ? ???
Solved-Upgrade Missing Admin CSS
Solved-Upgrade Missing Admin CSS
Last edited by Phoenix on Mon Feb 22, 2010 8:39 pm, edited 1 time in total.
Re: Upgrade Missing Admin CSS
::)Found it
Table: cms_userplugins
Must have been
Table: cms_userplugins
Code: Select all
$websiteWidgetArgs = array(
'widgetID' => $params['wid'],
'method' => 'fopen',
'whoisWidget' => $params['whois'],
'multiDomain' => $params['mwhois'],
'urlORpath' => 'https://www.domain/shop/order'
);
@include('secure/shop/order/website_widget_creator.php');
chdir(dirname(__FILE__));
Code: Select all
chdir(dirname(__FILE__));