Re: Tableau Responsive Theme - Support Thread
Hi everyone.
Is anyone able to help with getting twitter running?
I have supplied the information required in twitter/index.php and added the Twitter Account name via the admin. All I get is a flash message saying "searching Twitter..." and then nothing. Obviously I have checked the Keys & Tokens are correct.
Any suggestions would be good.
Cheers All
Re: Tableau Responsive Theme - Support Thread
Quote:
Originally Posted by
SpaceMonkey
Hi everyone.
Is anyone able to help with getting twitter running?
I have supplied the information required in twitter/index.php and added the Twitter Account name via the admin. All I get is a flash message saying "searching Twitter..." and then nothing. Obviously I have checked the Keys & Tokens are correct.
Any suggestions would be good.
Cheers All
Sorted. Was in twitter/index.php line 47.
Changed from:
// Path to writable cache directory
private $cache_dir = './';
Changed to:
// Path to writable cache directory
private $cache_dir = 'https://mysite.com/cache/';
Hope this helps others...
Re: Tableau Responsive Theme - Support Thread
Quote:
Originally Posted by
SpaceMonkey
Changed to:
// Path to writable cache directory
private $cache_dir = 'https://mysite.com/cache/';
Highly unlikely that that's a safe change. No writable directory on your server should ever be directly referred to in an http URL. That's a security mess waiting to happen.
It would be better to to use '/home/your_username/public_html/cache/' or whatever the complete path for DIR_FS_SQL_CACHE is in your /includes/configure.php file.
Re: Tableau Responsive Theme - Support Thread
Quote:
Originally Posted by
DrByte
Highly unlikely that that's a safe change. No writable directory on your server should ever be directly referred to in an http URL. That's a security mess waiting to happen.
It would be better to to use '/home/your_username/public_html/cache/' or whatever the complete path for DIR_FS_SQL_CACHE is in your /includes/configure.php file.
Perfect.......... Works :smile:
Thank you for the advice Sensei. :bow:
Re: Tableau Responsive Theme - Support Thread
So I was able to use Zen Cart fine then uploaded this template. The front end shows fine but the admin area wont load i get error
WARNING: An Error occurred, please refresh the page and try again.
All forms of refresh and using a different pc also didn't help.
I checked the error log and got
[08-Jan-2015 19:49:27 America/Detroit] PHP Fatal error: 1050:Table 'zen_hide_categories' already exists :: RENAME TABLE hide_categories TO zen_hide_categories ==> (as called by) /home/bienville/public_html/cart/zcadmin/includes/installers/tableau/1_3_2.php on line 3 <== in /home/bienville/public_html/cart/includes/classes/db/mysql/query_factory.php on line 155
When I check the 1_3_2.php line 3
$db->Execute("RENAME TABLE hide_categories TO ". TABLE_HIDDEN_CATEGORIES);
Does anyone have any ideas.
Please
Re: Tableau Responsive Theme - Support Thread
Hello,
I'm adding images to the "about us" page. Where do I need to upload the image files?
Thanks!
Re: Tableau Responsive Theme - Support Thread
Is there a way to disable the mobile site side of things love the main but I've always hated mobile websites. It's the only thing preventing me using this theme.
I can't seem to figure out how to remove it.
Re: Tableau Responsive Theme - Support Thread
Quote:
Originally Posted by
igtech
So I was able to use Zen Cart fine then uploaded this template. The front end shows fine but the admin area wont load i get error
WARNING: An Error occurred, please refresh the page and try again.
All forms of refresh and using a different pc also didn't help.
I checked the error log and got
[08-Jan-2015 19:49:27 America/Detroit] PHP Fatal error: 1050:Table 'zen_hide_categories' already exists :: RENAME TABLE hide_categories TO zen_hide_categories ==> (as called by) /home/bienville/public_html/cart/zcadmin/includes/installers/tableau/1_3_2.php on line 3 <== in /home/bienville/public_html/cart/includes/classes/db/mysql/query_factory.php on line 155
When I check the 1_3_2.php line 3
$db->Execute("RENAME TABLE hide_categories TO ". TABLE_HIDDEN_CATEGORIES);
Does anyone have any ideas.
Please
This one was also something that happened to me. I solved it as follows (updated from page 19 this thread).
1. Open admin\includes\installers\tableau\1_3_2.php in a txt editor.
2. Comment out (//) line 2 & then delete line 22 (only a curly brace } on this line) then save and upload the file.
Worked for me. I don't know if this has any negative impact elsewhere but it solves my issue with no apparent affect. My template installed correctly up to current version 1.3.4 and appears fine. Maybe an expert might be able to advise.
I hope this helped.
Re: Tableau Responsive Theme - Support Thread
Quote:
Originally Posted by
vvomble
Is there a way to disable the mobile site side of things love the main but I've always hated mobile websites. It's the only thing preventing me using this theme.
I can't seem to figure out how to remove it.
Hi,
This is a responsive template. All in one system with screen resolution deciding which css version to show. Have a look at stylesheet_responsive.css (includes/templates/tableau/css/stylesheet_responsive.css) as a starting point.
I started using this one a little while ago and like it very much. A little heavy with css but FireFox Element Inspector is a useful tool.
Regards
Re: Tableau Responsive Theme - Support Thread
I'm trying to add my wordpress blog to the appropriate section per the Numinix instructions. I've followed the directions exactly. What am I doing wrong? I've tried all of the wordpress.org directions, also.
http://www.metaldetectingandotherstu...Blog/?feed=rss
http://www.metaldetectingandotherstu...log/?feed=rss2
http://www.metaldetectingandotherstu...Blog/?feed=rdf
http://www.metaldetectingandotherstu...log/?feed=atom
What am I doing wrong? I just want to get back to selling metal detectors. lol
Thanks for any input.
Ray