Andrzej
Forum Replies Created
-
I also found that all wp_blc_ tables are empty except for wp_blc_synch which shows a zero synched field and zero time for all rows:
115 page 0 0000-00-00 00:00:00
133 page 0 0000-00-00 00:00:00
…Forum: Plugins
In reply to: [White Label CMS] [Plugin: White Label CMS] admin menu order is changedmy bad. Menu order appears to be controlled by some other plugin. The default WP order is properly preserved by wlcms; Posts, Media, Links, Pages…
Forum: Fixing WordPress
In reply to: IE9 bad rendering of 'li'I don’t use IE9 that often – this issue does appear to be IE related.
Solution is to click the Compatibility View (ripped page) icon in the URL area of IE9.
Forum: Fixing WordPress
In reply to: IE9 bad rendering of 'li'Ok, A quick test of twentyeleven theme suggests the bad ‘li’ rendering is caused by the twentyten theme! Will investigate.
Forum: Plugins
In reply to: [Page Tagger] [Plugin: Page Tagger] Page edit mode does not show tag optionGot it to work! Had to uncheck then check the “screen options” tags box. And then 1 -> 2 column edit layout.
Works nicely now.
Forum: Plugins
In reply to: [Clean Options] [Plugin: Clean Options] Kills 3.3-beta3 dashboardmy bad. It was the previously installed plugin (Broken Link Checker) that caused the problem. Removing that plugin and installing Clean Options works without issue.
Sorry for the false alarm.
wp-slimstat.js may be the source of degradation. It runs at each page load. I found this in the load time report by testing my domain with https://tools.pingdom.com
My site shows an ~3sec increase. I’m ok with this for now but am considering StatPressV as a replacement.
Forum: Fixing WordPress
In reply to: Best practice for complete plugin removalI’ve decided to run a VirtualBox installation of WordPress along with SQL Monitor plugin. This testbed will allow me to see exactly what tables are created during each plugin installation and usage. With these table names in hand, it should be relatively easy to delete the tables with Portable phpMyAdmin.
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] tri.be newsletterShane,
Thank you for the kind reply. I actually just received the newsletter with upgrade details.
-awoz
Forum: Plugins
In reply to: [SlimStat Analytics] [Plugin: WP SlimStat] No data for spyviewHi camu,
The wordpress version is 3.2.1
The plugin is the latest version (2.5) as well.
My server is running somewhat latest versions; PHP 5.2.17, MySql 5.1.58This is also the first plugin version (no upgrades) that is running.
If it would help, I can pull some wp debug logs for you.Thanks.
Hello Hector,
Thanks for replying. After installing the plugin and adding a widget to my home page, the Popular Posts display is always empty. I tried visiting the site from other PCs and it remained empty. This is why I suspected a conflict with the twentyten theme.
So per plugin installation guide, I added the wp_head() call to my TwentyTen header.php file. This caused all visits to hang while trying to load the page.
Forum: Plugins
In reply to: [WP-UserOnline] [Plugin: WP-UserOnline] Only one signed-in userMy-bad.
It does show more than one logged-in user. As long as the user is logged in from a unique IP address. My test involved IE and FireFox from the same PC. So it appears that UserOnline only looks at the IP address when reporting logged-in users – not what I expected.
Thank you for that fast replay.
Changing all images to 640 width fixes the problem. Would the original failures be caused by the 64MB memory limit my hoster is imposing? Perhaps there is a way to optimize the Nextgen Gallery code to handle larger images independent of size?
Hello,
While evaluating this plugin for our website, I find that thumbnails fail to generate during bulk image upload or when manually attempting to create thumbnails. A pop-up says converting to thumbnails then it seems to hang. Must click the X to close dialog.
When I attempt to Edit Thumbnail, the pop shows;
Warning: Division by zero in public_html/wpdemo/wp-content/plugins/nextgen-gallery/lib/gd.thumbnail.inc.php on line 288 Warning: Division by zero in public_html/wpdemo/wp-content/plugins/nextgen-gallery/lib/gd.thumbnail.inc.php on line 301 Warning: imagecreatetruecolor() [function.imagecreatetruecolor]: Invalid image dimensions in public_html/wpdemo/wp-content/plugins/nextgen-gallery/lib/gd.thumbnail.inc.php on line 434 Warning: Division by zero in public_html/wpdemo/wp-content/plugins/nextgen-gallery/admin/edit-thumbnail.php on line 42
The Overview- Server Settings show;
Graphic Library GD Version : bundled (2.0.34 compatible) FreeType Support : Yes FreeType Linkage : with freetype T1Lib Support : No GIF Read Support : Yes GIF Create Support : Yes JPG Support : Yes PNG Support : Yes WBMP Support : Yes XPM Support : No XBM Support : Yes JIS-mapped Japanese Font Support : No
I don’t see any GD options in my php.ini Is there a specific setting to look for?
The Overview- Plugin Check is all green.
Recursive chmod 777 (was 755) of gallery folder did not fix it. thumbs folder remains empty after trying to recreate thumbnails.
Running WP 3.2.1 plus a few other plugins plus NextGen Gallery1.8.3
Thanks for all suggestions.
Forum: Fixing WordPress
In reply to: Visual edit mode does not render tablesA slight correction to subject; …does not render table columns
Visual editor does show the table outline and rows but NO columns. So a 2×2 table appears as 2 rows without column borders.