bigdawggi
Forum Replies Created
-
Sounds great, thanks for the quick reply!
Nice plugin btw ??
- This reply was modified 5 years, 6 months ago by bigdawggi. Reason: marking resolved
Forum: Plugins
In reply to: [Social] Error validating access token: Session has expiredLate to the party, but I just started getting this and solved it by disconnecting and reconnecting my FB account on Social’s settings page.
Oh, and it had been working previously in 1.9.13. Thanks!
Looks like this issue still exists with 2.0.11:
/Users/matt/web/example.com/html/wp/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_addgallery_page/templates/upload_images.php is not a valid MVC template
The file’s looking for the plugin in the WordPress directory (
wp
) instead of in the defined wp-content directory. The file exists without the ‘wp’ in the path.I’m guessing it’s because of non-standard WP_CONTENT directory location.
define(“WP_HOME”, ‘https://www.example.com’);
define(“WP_SITEURL”, ‘https://www.example.com/wp’);
define(“WP_CONTENT_URL”, WP_HOME.’/wp-content’);
define(“WP_CONTENT_DIR”, dirname(__FILE__) . ‘/’. ‘wp-content’);Site structure is as follows:
{webroot}/wp == WordPress files
{webroot}/wp-content == custom wp-content directory (as defined by WP_CONTENT_DIR constant)Environment:
PHP 5.3.25
Apache/2.2.22 (Unix)
WP 3.6Hope that helps!
Forum: Plugins
In reply to: [Interstitial Ads] Interstitial available on category types?Crowd Favorite just altered the plugin for use with posts in a certain category (i.e., not category archives). It’s an initial shot at it, and I’m not certain the plugin author will accept the patches, but it’s working alright for us.
It’s on the “categories” branch of this repository:
https://github.com/crowdfavorite-mirrors/wp-interstitial-ads/tree/categoriesLeave issues on that repository, as it’s easier to track there than here.
(heads up: looks like posting this changed the WP version from “3.0-beta1” to 3.01)
Forum: Developing with WordPress
In reply to: rss error 404@sravtx you mind putting what you did to fix your feed? I visited it and it’s working now.
Thanks!
Forum: Plugins
In reply to: [Plugin: Register Plus] Javascript Error on PageI just installed this (Register Plus) plugin, and am getting a javascript error on the registration page. It’s only a big deal b/c I need other JS to run on the page on page load.
userSettings is not defined https://[site-name]/wp-admin/js/common.js?ver=20080318 Line 128
I have disabled all other plugins as well in the troubleshooting effort.
I’m using WP 2.7. Thanks in advance!