Page 1 of 1

Solved-Upgrade Missing Admin CSS

Posted: Mon Feb 22, 2010 6:22 pm
by Phoenix
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 ?  ???

Re: Upgrade Missing Admin CSS

Posted: Mon Feb 22, 2010 8:38 pm
by Phoenix
::)Found it 
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__));
Must have been

Code: Select all

chdir(dirname(__FILE__));