pilot911
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: plugin.php causing an infinite loopSuccessfully downgraded to 1.9.13 will wait a few months before attempting to upgrade again.
Forum: Fixing WordPress
In reply to: plugin.php causing an infinite loopJust using this post: http://www.nextgen-gallery.com/how-to-rollback-a-version/
To roll back to 1.9.13 as advised in the comments of this post: http://www.nextgen-gallery.com/nextgen-gallery-2-0/
Will let you know how i get on pplong.
Forum: Fixing WordPress
In reply to: plugin.php causing an infinite loopThanks pplong appreciate the heads up….
Forum: Fixing WordPress
In reply to: plugin.php causing an infinite loopYes I am using NextGen Gallery plugin…….planning to downgrade to previous stable version.
Forum: Plugins
In reply to: W3 Total Cache Version 0.9.2.7 problems unable to create foldersUpgraded to 0.9.2.8 appears to be working ok. Had to change a few folder permissions as advised by the plugin but all seems ok.
Ok I managed to find an error in the apache log files, nothing (except query information) was mentioned in the GD Star Rating debug.txt
PHP Warning: Invalid argument supplied for foreach() in /usr/home/mysite/domains/mysite.com/public_html/wp-content/plugins/gd-star-rating/gdragon/gd_functions.php on line 146, referer: http://mysite.com/wp-admin/admin.php?page=gd-star-rating-my
It appears that this is the offending piece of code: line 146 (bold)
/**
* Counts files in a folder.
*
* @param string $path folder path
* @return int number of files in the folder
*/
static function get_folder_files_count($path) {
if (!file_exists($path))
return 0;
if (is_file($path))
return filesize($path);
$ret = 0;
foreach(glob($path.”/*”) as $fn)
$ret++;return $ret;
}Does this give anyone a clue as to what is happening here? I have several WP blogs on the same host, two of which have GD Star Rating working fine. (I checked the settings and they are all similiar)
Thanks for your time once again.
OK I have the logging sorted, there was no need to change anything in the config.php file regarding the path.
Although the output only shows the queries there does not appear to be any errors.
A second blog using wpematico also migrated to this new server, when i run the campaign manually from all campaigns screen the ‘Running Campaigns’ notification just runs and runs without ever ending. I think this is also a problem of permissions but where?
Any ideas much appreciated.
Actually I am wrong, I just checked back a post I moved from draft with my own manually set tags and a load of other tags have been added.
Sorry I missed an error:
Your feed appears to be encoded as “UTF-8”, but your server is reporting “US-ASCII”
De-activating this plugin removes these two errors.
Hi natereist,
It works perfectly. Thanks.
I also posted a link back to this on the plugin designers website.
Thanks
Hi natereist,
Thanks I am going to take a look tomorrow now.
Appreciate the help.
Is it possible to switch it off for the home page but only activated for individual posts?
Great plugin by the way!
Forum: Requests and Feedback
In reply to: Template – new post type request . any interest?Thanks Michael, I am going to look into this.
However i am mainly looking at in post formatting. Not sure if custom content can achieve that but thanks i will study this option.