danielwiener
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] do_shortcode() not workingNo. I never resolved this. Because of the time demands of the client I changed the part of the page into a widget and then used the simple calendar widget for it to display. I never got the shortcode in the template to work.
Anyway. the shortcode was just in the template and nowhere else, exactly as written in the first post of this question.
thanks for your time
DanielForum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] do_shortcode() not workingThe shortcode worked until the recent update. Not sure if I was using 3.06 or the version before that.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] do_shortcode() not workingThe issue is when I use “do_shortcode()” in a template file nothing happens. No calendar, no nothing. I checked the html source and nothing is echoed at all.
I tried “Always Enqueue” and had the same result. And I also checked the source in both instances and all the SimpleCalendar files were loaded.
There were no php errors, just nothing happened.
To be clear, I checked the calendar id, which is correct.
Thanks
DanielI am glad you are working on it. This feed is displayed on another page where it requires 5 entries. So I made another gce page using the same calendar feed but set it to display 3 events. It worked. Thanks
Hello,
I ended up adding the missing database columns and so I cannot say if there would have been trouble with the most recent update. However my client’s site is on Dreamhost. She has had the account for many years so it may be on an older computer/server. Not sure. I hope that helps a little. best,
DanielHello again.
I just followed akira02 advice and added “slug” to the wp_ngg_gallery
and “image_slug” to wp_ngg_pictures. I did it using phpMyAdmin and added them to the existing tables. I did not have to start from scratch and restore data to the database. It is easy to do if you know about mysql and phpMyAdmin but it is not a fix that regular uses can implement.The good news is that it fixed the problem for the site I am working on.
Photocrati, I hope you get it together with the next upgrade so we don’t have to go through this again.
But still, thanks for you work. best, Daniel
Hello
We are having this problem. We are unable to add galleries, add images or change text (alt and description) of existing images. We are using WP 3.5.1 and NextGen Version 1.9.12. Our site is http://janetgoldner.com Our theme is basic but customized. There is nothing in the theme that would cause this problem.
I have spent a good amount of time looking into the problem, checking paths, permissions, debugging php and javascript, checking error logs. I have discovered that when I try to create a new gallery, a folder is created in the gallery folder but the new gallery is not visible in the WordPress Admin. And NextGen is not adding the new gallery to the database, nor modifying text in the database when I modify it in the WP Admin. Something is going wrong between NextGen and the database. All the existing galleries are functioning correctly but nothing new can be added.
I hope this is enough information. I would consider this an urgent and major problem. I understand that the plugin is free and I appreciate all the work that has gone into it but my client has over 600 images in 50 galleries and I dread having to change over to the default Media Library. I hope you will be able solve this problem soon. And I would really appreciate a message with updates. Thank you.
Below are the specs for the system we are using. The site is hosted on Dreamhost.
Operating System : Linux (64 Bit)
Server : Apache
Memory usage : 33.26 MByte
MYSQL Version : 5.1.56-log
SQL Mode : Not set
PHP Version : 5.2.17
PHP Safe Mode : Off
PHP Allow URL fopen : On
PHP Memory Limit : 90
PHP Max Upload Size : 7M
PHP Max Post Size : 8M
PCRE Backtracking Limit : 500000
PHP Max Script Execute Time : 30s
PHP Exif support : Yes ( V1.4 )
PHP IPTC support : Yes
PHP XML support : YesGraphic 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 : NoForum: Networking WordPress
In reply to: One of many subdomains of a multisite is "unavailable"thanks. This is the site of one of my students. And she changed the settings for Domain Mapping which I thought only super-admin’s had access to. So I deleted the setting and it is now working. Thanks.
Forum: Plugins
In reply to: [WordPress Backup to Dropbox] Can't link Dropbox account or unlinkagulsman No. The site is not in a subfolder. The problem is that I have done nothing to link the site to Dropbox. And the “Unlink” button does not work. For some reason the plugin automatically linked to nothing.
Forum: Plugins
In reply to: [WordPress Backup to Dropbox] Can't link Dropbox account or unlinkHello,
I am also having this problem. I have just downloaded WPB2D to a site and I am getting the same message “Division by zero in /nfs/c09/h02/mnt/136037/domains/risd-english.com/html/wp-content/plugins/wordpress-backup-to-dropbox/Views/wp-backup-to-dropbox-options.php on line 159”.There is no option to link. The button that usually says “Link” just says “Unlink” and I have done nothing to link my Dropbox account. I have used it on numerous sites and have not had problems. The other sites have essentially the same plugins and setup – nothing very complicated and no caching plugins.
I pay for Dropbox and so have many GBs of space left to store files. If there is anything you can do to help I would thankful.
I really like this plugin. It is a very convenient way to back up. I used to use rsync and a shell script for the database, written and installed by hand and so your plugin is much easier.
thank you.
Forum: Fixing WordPress
In reply to: Update to 3.3. nothing worksI had the same problem as Diametral and found the problem was that the PHP on my hosting server did not have the JSON extension enabled. If you have access to the php.ini file find and uncomment this text:
extension=json.soIf you don’t know what I am talking about you could contact your hosting server and ask them to change it.
Or as sugggested on the Master List post you can try HotFix 0.8
Forum: Fixing WordPress
In reply to: Stuck on HTML editingI had this problem as well. It is a known issue with 3.3. See the 3.3 master list for trouble shooting WP 3.3. Scroll down to JAVASCRIPT ISSUES.
http://wordpress.org/support/topic/troubleshooting-wordpress-33-master-listIpstenu explains that to confirm the problem: Go to
http://example.com/wp-admin/load-scripts.php?load=jquery. (This page is accessible logged out.) (Obviously replace your domain name with http://example.com/) If it’s blank, the bug is confirmed.It seems to be a problem with how PHP is configured on some servers. The problem can be fixed by using the plugin Hotfix 0.8, which sounds like it will be released on Wed Dec. 14th 2011.
But if you have access to the php.ini file (and know what you are doing) enable the json extension and restart php. I just did that and it worked.
Hope this helps someone.
Forum: Hacks
In reply to: Dev -> Staging -> Production database syncing?These two articles have been helpful for me.
http://devpress.com/blog/a-really-sweet-wordpress-development-environment/
http://devpress.com/blog/how-to-setup-subdomains-for-a-local-wordpress-network/
Forum: Fixing WordPress
In reply to: Upgraded to 3.2 Visual editor buttons missing@saraha I appreciated your solution, since it fixed the problem for me and I knew it would be temporary. I just wanted to warn less careful and knowledgeable users that the upgrade solved the problem. Thanks for your help.
Forum: Fixing WordPress
In reply to: Upgraded to 3.2 Visual editor buttons missingWarning: Don’t Hack the Core But Do Upgrade to WP 3.2.1
This is an update to the “No Visual Editor” problem. If you read what I wrote above I had commented outdo_action('admin_footer', '');in wp-admin/admin-footer.php. Andrew Nacin wrote me and told me not to do that because it would screw up many things. So I have upgraded to WP 3.2.1 and putdo_action('admin_footer', '');and emptied the cache and now the Visual Editor works.So try upgrading to WP 3.2.1 to solve this problem.