Search found 19 matches

by Phoenix
Mon Feb 22, 2010 8:38 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Solved-Upgrade Missing Admin CSS
Replies: 1
Views: 1105

Re: Upgrade Missing Admin CSS

::)Found it  Table: cms_userplugins $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(...
by Phoenix
Mon Feb 22, 2010 6:22 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Solved-Upgrade Missing Admin CSS
Replies: 1
Views: 1105

Solved-Upgrade Missing Admin CSS

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 data...
by Phoenix
Sun Feb 21, 2010 1:49 pm
Forum: CMSMS Core
Topic: Solved - Config Root Http_Host + sub directory
Replies: 1
Views: 885

Re: Config Root Http_Host + sub directory

Solved


$config['root_url'] = 'http://'. $_SERVER['SERVER_NAME'].'/cmsms';
by Phoenix
Sun Feb 21, 2010 1:41 pm
Forum: CMSMS Core
Topic: Solved - Config Root Http_Host + sub directory
Replies: 1
Views: 885

Solved - Config Root Http_Host + sub directory

I have multiple domains thus use $config['root_url'] = 'http://'. $_SERVER['HTTP_HOST']; see http://forum.cmsmadesimple.org/index.php/topic,23767.msg115404.html#msg115404 How Do I  ? add a subdirectory to this ? example $config['root_url'] = 'http://'. $_SERVER['HTTP_HOST'];     = domainname $config...
by Phoenix
Sun Feb 21, 2010 8:41 am
Forum: [locked] Installation, Setup and Upgrade
Topic: [Solved] Smarty Error in Step 1
Replies: 24
Views: 8968

Re: [Solved] Smarty Error in Step 1

Had the same problem on a new install of 1.6
Error was caused by the config file.
Removed the config file and restarted installation  :o

PS. The error only seems to effect the images cycle
by Phoenix
Tue Feb 02, 2010 8:51 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [Solved] CMSMS - Install cms in a subdirectory RewriteBase /cms
Replies: 4
Views: 3952

[Solved] CMSMS - Install cms in a subdirectory RewriteBase /cms

The wiki documentation mentions installing cmsms in a subdirectory RE: http://forum.cmsmadesimple.org/index.php/topic,27436.msg132606.html#msg132606 $config['root_url'] = 'http://mydomain/cms';  =   http://mydomain/cms/index.html $config['root_url'] = 'http://mydomain';  =   http://mydomain/index.ht...
by Phoenix
Wed Nov 04, 2009 8:49 pm
Forum: Modules/Add-Ons
Topic: File Backup when Tar not available
Replies: 4
Views: 1507

Re: File Backup when Tar not available

Have your tried it anyway as I have the same error but can do the backup
by Phoenix
Tue Nov 11, 2008 11:54 am
Forum: [locked] Installation, Setup and Upgrade
Topic: Installation in sub Domain eg cms
Replies: 5
Views: 3114

Re: Installation in sub Domain eg cms

Cleared cache but content is from a sql backup.
by Phoenix
Mon Nov 10, 2008 10:52 am
Forum: [locked] Installation, Setup and Upgrade
Topic: Installation in sub Domain eg cms
Replies: 5
Views: 3114

Installation in sub Domain eg cms

I have usually installed CMS in the root directory , however had to change this to avoid conflict with another script. I tried changed the following RewriteBase /cms RewriteCond %{REQUEST_FILENAME} !-f [NC] RewriteCond %{REQUEST_FILENAME} !-d [NC] RewriteRule ^(.+).htm$ index.php?page=$1 [QSA] This ...
by Phoenix
Fri Jul 25, 2008 2:50 pm
Forum: CMSMS Core
Topic: linking to documents
Replies: 4
Views: 1856

Re: linking to documents

Create edit a template in the uploads module
Create downloads page with category
{cms_module module="Uploads" category="**folder**" template="summary" }

Go to advanced search