68 Classifieds Forums

Upgrading from V3.0.x to V3.1 please read.

This is a discussion on Upgrading from V3.0.x to V3.1 please read. within the v3.1 Questions & Support forums, part of the v3.1 Legacy Help & Support category; I have noticed that a good share of the problems and questions posted lately are a direct result of upgrading ...


Go Back   68 Classifieds Forums > v3.1 Legacy Help & Support > v3.1 Questions & Support

Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 05-16-2006, 11:12 AM
Lhotch's Avatar
Moderator
 
Join Date: Mar 2006
Posts: 3,655
Rep Power: 90
Lhotch is just really niceLhotch is just really nice
Default Upgrading from V3.0.x to V3.1 please read.

I have noticed that a good share of the problems and questions posted lately are a direct result of upgrading a V3.0.x site to a V3.1 site.

Many of the templates have changed and in turn variables have been changed, links added etc etc.

What this means is that by upgrading you will likely encounter a few problems IF you continue to use your old V3.0.xx templates.

With that in mind I highly recommend you take a few minutes and switch your site via admin to use the new V3.1 default template to make sure your site is functioning. Once convinced everything is working, then switch back to your old template. Then as you encounter errors make note of where they are and what template file is being used. Compare it to the new one and merge changes OR simply modify the new template file with the custom changes you made to the old file.

In many cases the template file wont be moded so you could just copy the new template file to your old template folder to get its functionality.

__________________
Larry.
(Please note: I am not a 68C employee. I am a customer and volunteer who helps with questions where I can and the forums spam free)

Set your site apart from the competition with one of my modules......
Google Map Module | You Tube Module | Google Calendar Module

68 Classifieds Important Links
Customer Area | Issue Tracker | Knowledge Base | User Manuals
Reply With Quote
  #2  
Old 05-24-2006, 04:53 PM
fjarabeck's Avatar
Junior Member
 
Join Date: Apr 2006
Posts: 21
Rep Power: 12
fjarabeck is on a distinguished road
Default Upgrading from 3.0 to 3.1.x

Adding a couple of things that I encountered in my migration process:

::Language Pack
DIFF your lang file over the english 3.1 one to check out all strings added. A very good, simple and free tool to do this is:
http://www.prestosoft.com/ps.asp?page=edp_examdiff

::SEO Mod
If your are using the 3.0 SEO with your own custom made template, you will need to change it to reflect the new 3.1 SEO Mod.

To fix this you can search and replace (do it manually to make sure that the correct code is being changed):
<a href="viewlisting.php?view={$entry.id}">
with:
<a href="{$entry.link}">

::Test all your websites' processes
It is obvious but... test placing an ad in every package, test the e-mail system (contact, registering, etc), test the navigation, and so on. I found a couple of glitches in my template (custom developed) that needed attention.

Hope this helps...

__________________
:::Jarabeck:::

Last edited by fjarabeck; 05-24-2006 at 04:57 PM.
Reply With Quote
  #3  
Old 05-24-2006, 05:05 PM
Eric Barnes's Avatar
68 Classifieds Staff
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 4,307
Rep Power: 99
Eric Barnes is a jewel in the rough
Default

Also just to add
::Language Pack
Normally all new language strings are added close to the top of the file and will be labeled with the version number for the change. That is in an effort to try and make it a little easier to find the differences. We only edit the english language file as well.
__________________
Eric Barnes
68 Classifieds Developer
Please do not send me a private message asking for support. Instead use these open forums or our ticket system.

Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | Twitter
Reply With Quote
  #4  
Old 05-29-2006, 03:46 PM
fjarabeck's Avatar
Junior Member
 
Join Date: Apr 2006
Posts: 21
Rep Power: 12
fjarabeck is on a distinguished road
Default Keywords and Description TAGs

You need also convert your old 3.0.x header to the new 3.1.x form regarding the Keywords and Description tags:

File: /template/yourtemplate/layout.tpl.php

the old form:
Code:
<meta name="Keywords" content="{$smarty.const.KEYWORDS}" />
<meta name="Description" content="{$smarty.const.DESCRIPTION}" />
the new form:
Code:
<meta name="Keywords" content="{$sitekeywords}" />
<meta name="Description" content="{$sitedescription}" />
Otherwise, the keywords and site description will not be published for your website.

__________________
:::Jarabeck:::
Reply With Quote
  #5  
Old 08-13-2007, 03:50 AM
MADKing's Avatar
Member
 
Join Date: Aug 2007
Location: Germany
Posts: 84
Rep Power: 7
MADKing is on a distinguished road
Default

Can you give the code which is changing too? So modified scripts can be square with.
I mean for the future updates.
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
upgrading to 3.1.5 - ERRORS ! dawyatt v3.1 Questions & Support 13 08-24-2006 08:57 AM
3.0.xx upgrading to 3.1... is this normal? Mikael v3.1 Questions & Support 4 05-23-2006 05:36 PM


All times are GMT -4. The time now is 05:39 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22