Solved-Upgrade Missing Admin CSS

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
User avatar
Phoenix
Forum Members
Forum Members
Posts: 19
Joined: Mon Jul 14, 2008 9:53 am

Solved-Upgrade Missing Admin CSS

Post 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 ?  ???
Last edited by Phoenix on Mon Feb 22, 2010 8:39 pm, edited 1 time in total.
User avatar
Phoenix
Forum Members
Forum Members
Posts: 19
Joined: Mon Jul 14, 2008 9:53 am

Re: Upgrade Missing Admin CSS

Post 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__));
Locked

Return to “[locked] Installation, Setup and Upgrade”