What's new? | Help | Directory | Sign in
Google
wordpress-reports
WordPress plugin which pulls in reporting data from external sources into a 'Reports' tab
  
  
  
  
    
Search
for
Updated Feb 13, 2007 by joetan54
KnownIssues  
Known issues with the plugin

Known Issues


Comment by escalf, Oct 09, 2007

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.

Comment by escalf, Oct 09, 2007

err.. sorry.. the wiki markup b0rked the comment out information. To comment out the line place a # at the beginning of it.

Comment by vgrubman, Oct 30, 2007

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

Comment by kennymxp, Dec 02, 2007

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

Comment by erik.heidt, Dec 10, 2007

FYI... I needed to do the following...

apt-get install php-pear

in addition to installing php5-curl

Comment by christop...@portallanguageservices.com, Dec 28, 2007

I got the same error as kennymxp using wp2.3.1 hosted by bluehost.

Comment by ajanini, Feb 11, 2008

I have the same error as kennymxp and christop... WordPress? 2.3.3 and Reports 0.84.


Sign in to add a comment