|
KnownIssues
Known issues with the plugin
Known Issues
|
Sign in to add a comment
|
|
Search
|
|
KnownIssues
Known issues with the plugin
Known Issues
|
Sign in to add a comment
Version 0.84 has issues under WP 2.3. The plugin generates a fatal error on the reports page. To fix this error, edit wp-content/plugins/tantan/wordpress-reports/tantan_reports_load.php
Search for: require_once(dirname(FILE).$tmpPath.'/wp-admin/admin-db.php'); and comment out that line thus: / require_once(dirname(FILE).$tmpPath.'/wp-admin/admin-db.php'); /
This should solve the issue.
err.. sorry.. the wiki markup b0rked the comment out information. To comment out the line place a # at the beginning of it.
Warning: tantan_googleanalytics(HTTP/Request.php) function.tantan-googleanalytics?: failed to open stream: No such file or directory in /home/studiow/public_html/wp-content/plugins/tantan/wordpress-reports/lib.googleanalytics.php on line 60
Got this error message when attempted to configure reports.
Fatal error: tantan_googleanalytics() function.require?: Failed opening required 'HTTP/Request.php' (include_path='/home/-----/public_html/wp-content/plugins/tantan/wordpress-reports/PEAR:.:/usr/lib/php:/usr/local/lib/php') in /home/----/public_html/wp-content/plugins/tantan/wordpress-reports/lib.googleanalytics.php on line 60
I got this error message for some of the boxes on the reports page
Warning: array_combine() function.array-combine?: Both parameters should have an equal number of elements in /home/user/blog/wp-content/plugins/tantan/wordpress-reports/lib.googleanalytics.php on line 454
Warning: array_merge() function.array-merge?: Argument #1 is not an array in /home/user/blog/wp-content/plugins/tantan/wordpress-reports/lib.googleanalytics.php on line 454
FYI... I needed to do the following...
apt-get install php-pear
in addition to installing php5-curl
I got the same error as kennymxp using wp2.3.1 hosted by bluehost.
I have the same error as kennymxp and christop... WordPress? 2.3.3 and Reports 0.84.
Running ver 0.87 Wordpress Version 2.5.1 Unable to select a site profile under Google Analytics. There is no data listed in the drop down box.
I get an er msg:
The plugin does not have a valid header.
owen@amiabledragon.com
Runing ver. 0.89 on wordpress 2.8.4 and can't loguin to google analytics. I'm sure I'm using god login and pass, because on google works perfect, but on wordpress shows wrong login or pass.
wohoo86: To fix login issue try adding cookie jar and cookie file options to sendRequest function in tantan-reports/lib/curl.php:
// Set cookie file so analytics doesn't complain about missing cookies. curl_setopt($this->curl, CURLOPT_COOKIEJAR,"/tmp/my_cookies_jar.txt"); curl_setopt($this->curl, CURLOPT_COOKIEFILE,"/tmp/my_cookies_jar.txt");I added the two lines above just before the curl_exec function.
Hope that helps.
WiseOwl9000? - I have the same problem as wohoo86, same versions of the plugin and wordpress.
Added the 2 lines above, still getting an error when trying to save the login/password to Analytics.
yes me too
added those 2 lines before curl_exec, switched plugin off/on no luck.. same problem - cannot login into google analytics