findcam
Forum Replies Created
-
Thanks so much for your help here!
I’m also having issues with the non multi site, but I will work those out in another thread. Also I have disabled all the plugins (by renaming the folder) and it is still the white screen so not sure if it is plug in related??
Thanks.
I have disabled all the plugins by renaming the plugins folder and it is still the white screen of death. lol
It did happen with a really simple base site, that was just multi site and that was all.
“You may also check your wp-config.php to see if any cache variables are enabled…”
What would I be looking for exactly? Thanks so much, I would really like to be able to use this plug in for all the work that I do.
Hey thanks for the quick response. I’m on a mac running mamp 1.9.4. so that link isn’t for me, but I did find one for Mac os X
Do you know if I have to set this up in order to use the duplicator? I run sites locally all the time and have never needed this. Is there a reason why this is popping up now with the duplicator install?
HI, I need some help here. I have tried to use Duplicator and I’m getting the following errors related to memcache.
Warning: include(/Users/cam/Sites/zmm2/wp-content/advanced-cache.php) [function.include]: failed to open stream: No such file or directory in /Users/cam/Sites/zmm2/wp-settings.php on line 58
Warning: include() [function.include]: Failed opening ‘/Users/cam/Sites/zmm2/wp-content/advanced-cache.php’ for inclusion (include_path=’.:/Applications/MAMP/bin/php5.3/lib/php’) in /Users/cam/Sites/zmm2/wp-settings.php on line 58
Fatal error: Class ‘Memcache’ not found in /Users/cam/Sites/zmm2/wp-content/object-cache.php on line 346
Any help would be great.
Cam
One thing I noticed is that the rides are being posted into posts instead of the custom post type you set up when entered in gravity forms.
Also a correction to my comment above about not being able to post to rides from the back end. That does work.
Any help trouble shooting the GF to post type would be helpful.
Forum: Plugins
In reply to: [Ad-minister] Currently broken in 3.1.2I’m finding that it is broken for me as well on 3.2. Can’t save any content.
HI, I love this plugin and as a matter of fact finding it made me not want to build my own. But I have one question: When I associate a sidebar with a page, I would like by default to have the children pages to also inherit that sidebar. I’m working on a site with many pages. Is there a quick way to do this? Or will I have to connect each page manually?
Thanks for all your work.
Cameron
ps: (soon to donate…)
: )
Forum: Plugins
In reply to: [Registration Options for BuddyPress] No options page since WP 3.1.2Yup, having the same problem finding the options page.
Forum: Fixing WordPress
In reply to: Custom Post Types: Featured Image Option Not Showing in Admin ScreenHad the same issue. I forgot to add theme support for featured images.
Add this in your functions.php file:// This theme uses post thumbnails
add_theme_support( ‘post-thumbnails’ );