Making more progress now.
I put it in debug mode. Loaded website but errors on banners module.
It appears that I will have to make sure all my modules are up to date.
Will report back.
Search found 31 matches
- Mon Jun 11, 2012 1:24 am
- Forum: The Lounge
- Topic: [solved] Just moved to a new host/server and CMSMS...
- Replies: 12
- Views: 4913
- Mon Jun 11, 2012 12:53 am
- Forum: The Lounge
- Topic: [solved] Just moved to a new host/server and CMSMS...
- Replies: 12
- Views: 4913
Re: Just moved to a new host/server and CMSMS is not working
A bit of an update This morning I decided there would be not harm in upgrading to the latest version (from 1.9.4.3) to see if it would fix my problems. Long story short after starting the upgrade got through to step 5 Upgrade schema Error: Invalid query: SELECT version FROM version So I thought, hm...
- Fri Jun 08, 2012 10:06 pm
- Forum: The Lounge
- Topic: [solved] Just moved to a new host/server and CMSMS...
- Replies: 12
- Views: 4913
Re: Just moved to a new host/server and CMSMS is not working
Okay. I managed to get through the install process but now I have a new problem. I presume because the tables were left intact that the login data from the previous hosting remains the same. I have in fact verified this by looking at the users table. When I now try to log in to the back end the logi...
- Thu Jun 07, 2012 7:54 am
- Forum: The Lounge
- Topic: [solved] Just moved to a new host/server and CMSMS...
- Replies: 12
- Views: 4913
Re: Just moved to a new host/server and CMSMS is not working
Trying the attachment again
- Thu Jun 07, 2012 7:38 am
- Forum: The Lounge
- Topic: [solved] Just moved to a new host/server and CMSMS...
- Replies: 12
- Views: 4913
Re: Just moved to a new host/server and CMSMS is not working
OK I tried your solution and got errors with the install program as attached.
Is this something to do with the configuration of our new hosting?
Is this something to do with the configuration of our new hosting?
- Thu Jun 07, 2012 2:23 am
- Forum: The Lounge
- Topic: [solved] Just moved to a new host/server and CMSMS...
- Replies: 12
- Views: 4913
Re: Just moved to a new host/server and CMSMS is not working
Thanks for that. Sounds simple. I will give it a crack and report back.
- Tue May 29, 2012 11:18 pm
- Forum: The Lounge
- Topic: [solved] Just moved to a new host/server and CMSMS...
- Replies: 12
- Views: 4913
Re: Just moved to a new host/server and CMSMS is not working
Did you verify that everything got copied? The "CGExtensions could not be found" seems to indicate that files are missing. Yes I verified that CGExtensions were on the destination server. What I am thinking of doing is to do a new install on the destination, save the config.php file and t...
- Tue May 29, 2012 12:10 am
- Forum: The Lounge
- Topic: [solved] Just moved to a new host/server and CMSMS...
- Replies: 12
- Views: 4913
Re: Just moved to a new host/server and CMSMS is not working
I didn't before I did the FTP down and back up but I did do it manually afterwards with my FTP program by clearing out the /tmp/cache directory.
- Mon May 28, 2012 11:57 pm
- Forum: The Lounge
- Topic: [solved] Just moved to a new host/server and CMSMS...
- Replies: 12
- Views: 4913
[solved] Just moved to a new host/server and CMSMS...
I have followed the instructions on doing this. I believe I have the database and path settings correct. When I point my browser to the domain I get: Server error The website encountered an error while retrieving http://horsesnz.co.nz/. It may be down for maintenance or configured incorrectly. Here ...
- Fri Mar 25, 2011 8:26 pm
- Forum: Modules/Add-Ons
- Topic: Company Directory - wanting Hierarchy in categorylist
- Replies: 1
- Views: 866
Re: Company Directory - wanting Hierarchy in categorylist
Anyone?
This is really holding me back and I'm sure it's not too difficult for someone with a few more clues than me.
This is really holding me back and I'm sure it's not too difficult for someone with a few more clues than me.
- Thu Mar 24, 2011 2:03 am
- Forum: Modules/Add-Ons
- Topic: Company Directory - wanting Hierarchy in categorylist
- Replies: 1
- Views: 866
Company Directory - wanting Hierarchy in categorylist
Hi I'm using the following: {CompanyDirectory action="categorylist" categorylisttemplate="Trades" summarytemplate="Trades" detailtemplate="Trades" hier="Trades" pagelimit="10"} My problem is that the hier="Trades" does not work in...
- Wed Aug 04, 2010 12:03 am
- Forum: CMSMS Core
- Topic: Passing a parameter in a cms_selflink [solved]
- Replies: 5
- Views: 2855
Re: Passing a parameter in a cms_selflink
I worked it out actuallycalguy1000 wrote: urlparam='?foo=bar'
urlparam="&foo=bar"
worked.
I presume following this syntax I could string a bunch of parameters like this:
urlparam="¶m1=x¶m2=y"
etc?
Yes I can have just tried this...awesome!!!!
- Tue Aug 03, 2010 11:45 pm
- Forum: CMSMS Core
- Topic: Passing a parameter in a cms_selflink [solved]
- Replies: 5
- Views: 2855
Re: Passing a parameter in a cms_selflink
OK I think I have this nearly working but I think there is a syntax problem or something. This is my tag {cms_selflink page="partner-news-detail" urlparam="category=Horses NZ" text="news"} When I click on the news link in my browser it can't find the page. Here is the...
- Tue Aug 03, 2010 10:15 pm
- Forum: CMSMS Core
- Topic: Passing a parameter in a cms_selflink [solved]
- Replies: 5
- Views: 2855
Re: Passing a parameter in a cms_selflink
Thanks for your reply. I realise I can have a page for each category but I am expecting to have 50, 100 or even more news categories. It seems a bit silly to have that many pages with the only difference being the category. There has to be a more elegant way of doing it. I don't want to use the br...
- Tue Aug 03, 2010 11:21 am
- Forum: CMSMS Core
- Topic: Passing a parameter in a cms_selflink [solved]
- Replies: 5
- Views: 2855
Passing a parameter in a cms_selflink [solved]
I'm sure this is very simple but I can't work it out. Let's say I have a page where I have buttons that relate to to different news categories. News about dogs News about cats News about sheep I have a news page "mynews" with the tag {news category=x} So when the user clicks on "News ...