Forum Support

Shape 5
March 19, 2024, 12:00:51 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Traction-Joomla! 3.0?  (Read 807 times)
penn
Jr. Member
**
Offline Offline

Posts: 14



« on: February 10, 2016, 10:53:57 AM »

As the title says, will this template work in Joomla! 3
Logged
mikek
Administrator
*****
Offline Offline

Posts: 28743



WWW
« Reply #1 on: February 10, 2016, 02:04:40 PM »

Hello,

We have both a 2.5 and 3.X version available. You can review our compatibility list here:

http://www.shape5.com/joomla/product_compatability/current_joomla_product_compatibility_list.html
Logged

Mike Knott
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
penn
Jr. Member
**
Offline Offline

Posts: 14



« Reply #2 on: February 10, 2016, 03:33:35 PM »

I downloaded the Traction template, tried to install it and now it seems to have completely toasted my site. Not sure what the problem is.

See here

http://www.pgwengineeringtorbay.co.uk/
Logged
mikek
Administrator
*****
Offline Offline

Posts: 28743



WWW
« Reply #3 on: February 11, 2016, 08:44:21 AM »

Hello,

Your site is throwing errors related to core Joomla files, the template would not cause any of these. Did you upgrade from 2.5 to 3.X? If so make sure you have removed all 2.5 products from your site and reinstalled with 3.X ones.

Deprecated: iconv_set_encoding(): Use of iconv.internal_encoding is deprecated in /home/pgwengin/public_html/libraries/joomla/string/string.php on line 28

Deprecated: iconv_set_encoding(): Use of iconv.input_encoding is deprecated in /home/pgwengin/public_html/libraries/joomla/string/string.php on line 29

Deprecated: iconv_set_encoding(): Use of iconv.output_encoding is deprecated in /home/pgwengin/public_html/libraries/joomla/string/string.php on line 30

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/pgwengin/public_html/libraries/joomla/filter/input.php on line 652


You also have database errors, again that could not be caused by a template, this is something wrong with your actual database:

500 - Unknown column 'a.title_alias' in 'field list' SQL=SELECT a.id, a.asset_id, a.title, a.alias, a.title_alias, a.introtext, a.fulltext, CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.mask, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.parentid, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,contact.id as contactid,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count FROM olx_content AS a LEFT JOIN olx_categories AS c on c.id = a.catid LEFT JOIN olx_users AS u on u.id = a.created_by LEFT JOIN ( SELECT contact.user_id, MAX(contact.id) AS id, contact.language FROM olx_contact_details AS contact WHERE contact.published = 1 GROUP BY contact.user_id, contact.language) AS contact ON contact.user_id = a.created_by LEFT JOIN olx_categories as parent ON parent.id = c.parent_id LEFT JOIN olx_content_rating AS v ON a.id = v.content_id LEFT OUTER JOIN (SELECT cat.id as id FROM olx_categories AS cat JOIN olx_categories AS parent ON cat.lft BETWEEN parent.lft AND parent.rgt WHERE parent.extension = 'com_content' AND parent.published <= 0 GROUP BY cat.id) AS badcats ON badcats.id = c.id WHERE a.id = 2 AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2016-02-11 14:42:24') AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2016-02-11 14:42:24') AND (a.state = 1 OR a.state =2)
Logged

Mike Knott
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
penn
Jr. Member
**
Offline Offline

Posts: 14



« Reply #4 on: February 11, 2016, 10:50:40 AM »

I had the latest version of Joomla! installed. This problem occurred after I attempted to install the Traction template, don't ask me why, but that is the only thing I did last night, absolutely nothing to do with Joomla! 2.5, I haven't used that version for quite a long time. I've looked at the database I can't see any errors in there at all.
Logged
mikek
Administrator
*****
Offline Offline

Posts: 28743



WWW
« Reply #5 on: February 11, 2016, 12:25:18 PM »

Hello,

I don't know, but you definitely have issues with your installation. The errors above are pointing to core Joomla files and database issues. A template itself cannot cause this issues.

Some of it may have to do with your server's php version. This error for example is about a deprecated php function, which is in a core Joomla file. This was not deprecated until recently in a very new versions of php:

Deprecated: iconv_set_encoding()

There are problems with your database, this error is saying that a column is missing:

Unknown column 'a.title_alias


You can try contact your host to see if they can restore your site, but there is definitely something wrong with your installation.
Logged

Mike Knott
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
penn
Jr. Member
**
Offline Offline

Posts: 14



« Reply #6 on: February 12, 2016, 09:11:50 AM »

It was easier to start from fresh mess around trying to figure out what was wrong. Anyway, where can I obtain the Traction Joomla! 3.0 template?
Logged
mikek
Administrator
*****
Offline Offline

Posts: 28743



WWW
« Reply #7 on: February 12, 2016, 12:13:12 PM »

Hello,

All of the Traction downloads are on the same page. Anything marked as "current" is the 3.X version:

www.shape5.com/component/option,com_docman/Itemid,96/task,cat_view/gid,222/
Logged

Mike Knott
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
penn
Jr. Member
**
Offline Offline

Posts: 14



« Reply #8 on: February 12, 2016, 12:39:22 PM »

As you know I want to use the Traction template. However I am somewhat confused with the instructions. When I go to the download page there are two versions, a current version and one for 1.6 and 2.5. However, do these downloads contain a complete Joomla! installation? I've already got Joomla! 3.4.8 installed, I just need the template for it. Can I simply install the current version like any other template? I think I know what happens yesterday, I installed the wrong version which is why everything went wrong.
Logged
penn
Jr. Member
**
Offline Offline

Posts: 14



« Reply #9 on: February 12, 2016, 01:49:39 PM »

Hi there

After reading the instructions a little more in-depth looks as though the traction download is in fact a full Joomla! installation with the templates included. This is absolutely no good to me whatsoever, I only need the template. I've installed the full installation on a subdomain so that I can replicate all the different module positions. So I would appreciate it if you could let me know whether I can download just the template so that I can install it like any other Joomla! template.
Logged
penn
Jr. Member
**
Offline Offline

Posts: 14



« Reply #10 on: February 12, 2016, 01:57:32 PM »

My mistake, I should have strolled down the page a little more, I have now found the actual template. You can mark this as solved now
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.