Re: Simple Google Analytics - Support
Quote:
Originally Posted by
motti
[FONT=Arial]econcept, why you don’t answer my Emails?[/FONT]
[FONT=Arial]I bought your e-book and it create lots of problem in my web sites?[/FONT]
[FONT=Arial]You should keep some kind of customer support for your product. [/FONT]
[FONT=Arial]For start send me new zip file of the program, as the one I got missing icons, and maybe most likely some files[/FONT]
Motti,
Which e-book are you speaking of? The only e-book I have for purchase is the Google Analytics one, and that shouldn't affect your site at all unless you did not install Google Analytics correctly the first time around?
If you're speaking of the Template Pack I have (it's not an e-book, but the actual template files) for implementing the 20 Ways, then all the files that you need are included in the zip you have. If you are missing anything, or having problems, then it means you installed the contribution incorrectly. That contribution is used on over 50 different sites that I know of without any problems. If the instructions and the 20 Ways book are looked at closely, it works just fine.
Full support for that product is provided at my blog. It would be better to post your questions on it there to benefit all current users of the product.
In addition, you will find answers to many of your questions in both the readme file that came with the pack, in the free 20 Ways e-book itself, and at my blog.
This thread is for the support of the Simple Google Analytics contribution.
Thanks!
Re: Simple Google Analytics - Support
[FONT=Times New Roman]Yes I am talking abut the 20 ways template, and yes I know this is not the place to get support for it, but I did try to contact you ( 5 emails 2 days). You should contact me back as you did in the past and give me this link for your blog. [/FONT]
[FONT=Times New Roman]That was not the first mod I bought from you, and most likely not the last. But you got to keep the minimum of support for your stuff[/FONT]
[FONT=Times New Roman][/FONT]
[FONT=Times New Roman]I still need fresh zip file, and yes I am missing icons and almost sure some files too[/FONT]
[FONT=Times New Roman][/FONT]
[FONT=Times New Roman]Thank you[/FONT]
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
motti
[FONT=Times New Roman]Yes I am talking abut the 20 ways template, and yes I know this is not the place to get support for it, but I did try to contact you ( 5 emails 2 days). You should contact me back as you did in the past and give me this link for your blog. [/FONT]
[FONT=Times New Roman]That was not the first mod I bought from you, and most likely not the last. But you got to keep the minimum of support for your stuff[/FONT]
[FONT=Times New Roman]I still need fresh zip file, and yes I am missing icons and almost sure some files too[/FONT]
[FONT=Times New Roman]Thank you[/FONT]
Motti,
The link to the support blog is not only in my signature here (and always has been), but is plainly included in the emails you received to download the templates as well as in every ebook I write. If you aren't getting emails, then I would check your bulk mail folder etc.. to make sure you are not missing them. I can assure you, they go out.
It would be best to direct those questions in that blog. I support all my products. Always have. Search the forums and you'll plainly see that. :)
Actually, I don't sell a lot of mods (only 1 to be exact), and it looks like from my records, that is the only mod you purchased. Please direct your questions on that to the proper location to benefit all users of it.
I'd rather not confuse this forum thread with that product. Thanks!
Re: Simple Google Analytics - Support
My checkout success page is throwing out the following error in the footer:
Quote:
Warning: main(includes/templates/patiotoys/checkout_success//google_analytics.php) [
function.main]: failed to open stream: No such file or directory in
/home/rhutchis/public_html/includes/templates/patiotoys/common/tpl_main_page.php on line
201
Warning: main(includes/templates/patiotoys/checkout_success//google_analytics.php) [
function.main]: failed to open stream: No such file or directory in
/home/rhutchis/public_html/includes/templates/patiotoys/common/tpl_main_page.php on line
201
Warning: main(includes/templates/patiotoys/checkout_success//google_analytics.php) [
function.main]: failed to open stream: No such file or directory in
/home/rhutchis/public_html/includes/templates/patiotoys/common/tpl_main_page.php on line
201
Fatal error: main() [
function.require]: Failed opening required 'includes/templates/patiotoys/checkout_success//google_analytics.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in
/home/rhutchis/public_html/includes/templates/patiotoys/common/tpl_main_page.php on line
201
I have gone back through the installation notes and, as near as I can tell, I have everything configured correctly. I'm collecting data in Analytics, I'm just having this problem with checkout_success
I'm running ZC 1.3.7 and the body tag for tpl_main_page is:
Quote:
<body id="<?php echo $body_id . 'Body'; ?>"<?php if($zv_onload !='') echo ' onload="'.$zv_onload.'"'; ?>>
The included code at the bottom of tpl_main_page is:
Quote:
<?php
require($template->get_template_dir('.php',DIR_WS_TEMPLATE, $current_page_base,'google_analytics') . '/google_analytics.php');
?>
The error tells me that this last bit of code is not picking up the fact that's it needs to look in the templates/patiotoys/google_analytics directory for the file.
I have an override directory with templates/patiotoys/checkout_success/tpl_footer.php that I need for my JAM affiliate software, which is likely the culprit.
One solution would be to copy the google_analytics.php file to a directory that the code at the end of tpl_main_page is looking in, but that seems a bit kludgey. Is there an elegant code solution for this?
Thanks,
Roger
Re: Simple Google Analytics - Support
Hi, I'm trying to install the Simple Google Analytics right now. I've gotten through all the steps up until the install of the SQL patch. I'm in the Admin SQL Query Executer and am not sure how to actually do it. It wouldn't let me just upload the file you provided, so do I copy and paste the whole SQL document into the query frame, then hit send? I'm afraid to mess something up. I would really appreciate some further instructions.
Thanks!
-Becky
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
retrobec
Hi, I'm trying to install the Simple Google Analytics right now. I've gotten through all the steps up until the install of the SQL patch. I'm in the Admin SQL Query Executer and am not sure how to actually do it. It wouldn't let me just upload the file you provided, so do I copy and paste the whole SQL document into the query frame, then hit send? I'm afraid to mess something up. I would really appreciate some further instructions.
Thanks!
-Becky
Yes Becky, just copy/paste from the text file (.sql) into the window in the SQL Query Executor and hit send.
That's standard procedure for doing any Zen database structure updates. The "upload" feature is unreliable.
-Roger
Re: Simple Google Analytics - Support
Don't forget to take a backup of your database first, just in case :-0
Craig
Re: Simple Google Analytics - Support
Quote:
Originally Posted by
rhutchison
My checkout success page is throwing out the following error in the footer:
I have gone back through the installation notes and, as near as I can tell, I have everything configured correctly. I'm collecting data in Analytics, I'm just having this problem with checkout_success
I'm running ZC 1.3.7 and the body tag for tpl_main_page is:
The included code at the bottom of tpl_main_page is:
The error tells me that this last bit of code is not picking up the fact that's it needs to look in the templates/patiotoys/google_analytics directory for the file.
I have an override directory with templates/patiotoys/checkout_success/tpl_footer.php that I need for my JAM affiliate software, which is likely the culprit.
One solution would be to copy the google_analytics.php file to a directory that the code at the end of tpl_main_page is looking in, but that seems a bit kludgey. Is there an elegant code solution for this?
Thanks,
Roger
Roger,
The footer file should be in the "common" folder as standard zen procedure. It is shared across all pages.
If you need affiliate link tracking only on the checkout_success page (near the footer), then try the following:
1) Copy the line(s) of code you need for the tracking and paste it into the tpl_main_page.php file just above the Google Analytics code. use the following as a guide:
Quote:
<?php
if ($_GET['main_page']=="checkout_success") {
?>
<!--Paste your affiliate code between these comments-->
<!-- End of Affiliate Code -->
<?php }?>
Keep in mind you will need to delete the "tpl_footer.php" file that you included under the "checkout_success" directory as well.
You'll also want to make sure the affiliate link is secure (https:) as the checkout success page is often secure so you wouldn't want to the ssl message box to pop up from the client browser.
Hope that helps.
Re: Simple Google Analytics - errors
I have read the thread and posts that address this issue, but can't get past it. Using Zen 1.3.7 Site is: http://hd2o.tv
Instructions followed, tpl_main_page.php code was added.
I get at the bottom on the main page:
Warning: main(includes/templates/template_default/google_analytics/google_analytics.php) [function.main]: failed to open stream: No such file or directory in /home/slecrc/public_html/includes/templates/CUSTOM/common/tpl_main_page.php on line 180
Warning: main(includes/templates/template_default/google_analytics/google_analytics.php) [function.main]: failed to open stream: No such file or directory in /home/slecrc/public_html/includes/templates/CUSTOM/common/tpl_main_page.php on line 180
Warning: main(includes/templates/template_default/google_analytics/google_analytics.php) [function.main]: failed to open stream: No such file or directory in /home/slecrc/public_html/includes/templates/CUSTOM/common/tpl_main_page.php on line 180
Fatal error: main() [function.require]: Failed opening required 'includes/templates/template_default/google_analytics/google_analytics.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/usr/share/pear/') in /home/slecrc/public_html/includes/templates/CUSTOM/common/tpl_main_page.php on line 180
Line 180 must be the added code?
Also, google tells me it is not active - confirming the errors. "Tracking Not Installed"
Any help is greatly appreciated beyond the genius of writing the code!
Regards,
Paul
Re: Simple Google Analytics - errors
Quote:
Originally Posted by
hd2o
I have read the thread and posts that address this issue, but can't get past it. Using Zen 1.3.7 Site is:
http://hd2o.tv
Instructions followed, tpl_main_page.php code was added.
I get at the bottom on the main page:
Warning: main(includes/templates/template_default/google_analytics/google_analytics.php) [function.main]: failed to open stream: No such file or directory in /home/slecrc/public_html/includes/templates/CUSTOM/common/tpl_main_page.php on line 180
Warning: main(includes/templates/template_default/google_analytics/google_analytics.php) [function.main]: failed to open stream: No such file or directory in /home/slecrc/public_html/includes/templates/CUSTOM/common/tpl_main_page.php on line 180
Warning: main(includes/templates/template_default/google_analytics/google_analytics.php) [function.main]: failed to open stream: No such file or directory in /home/slecrc/public_html/includes/templates/CUSTOM/common/tpl_main_page.php on line 180
Fatal error: main() [function.require]: Failed opening required 'includes/templates/template_default/google_analytics/google_analytics.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/usr/share/pear/') in /home/slecrc/public_html/includes/templates/CUSTOM/common/tpl_main_page.php on line 180
Line 180 must be the added code?
Also, google tells me it is not active - confirming the errors. "Tracking Not Installed"
Any help is greatly appreciated beyond the genius of writing the code!
Regards,
Paul
Are you using a custom template or not? In one error, it references the "template_default" directory, and in the other, it references a "CUSTOM" directory.
If you are using a custom directory, then make sure you put ALL overrides in folders associated with that custom template. So, for example, if you are using a custom template and that directory is called "CUSTOM" (as stated in your error message) then the Google Code needs to be installed in the /includes/templates/CUSTOM/common/tpl_main_page.php file. (Not in the one located within the "template_default" directory.)
Likewise, the directory "google_analytics" should be uploaded to /includes/templates/CUSTOM/google_analytics (NOT /includes/templates/template_default/google_analytics).
Google is unable to verify the code because there is no tracking code present due to the incorrect placement of the files on your end. Once you get them in the correct locations as indicated here, it should all be fine.
You'll need to have Google go back out and check the location of the tracking code to verify it once you have everything in place.