Mike
Forum Replies Created
-
Seems the issue might be site related and not plugin or WP 3.5.
Forum: Plugins
In reply to: [SP Project & Document Manager] ABSPATH issueSeems this has been fixed in later versions of the plugin.
Forum: Plugins
In reply to: [SP Project & Document Manager] ABSPATH issueI ended up adding just defining ABSPATH to the document root, with a trailing slash (above the require line):
define (ABSPATH, $_SERVER[“DOCUMENT_ROOT”].’/’);
Forum: Plugins
In reply to: [SP Project & Document Manager] ABSPATH issueI set php to find the document root using:
$_SERVER[“DOCUMENT_ROOT”];
and use that and it all works. For some reason ABSPATH is not being set, which causes the blank page.
Forum: Themes and Templates
In reply to: External page title results in "Page Not Found"For anyone searching for an answer to this, I just found an answer to my own question:
http://www.zmastaa.com/2012/10/01/programming/wordpress-external-pages-false-404-headers
Forum: Fixing WordPress
In reply to: Fatal error – allowed memory size exhaustedThe memory issues are due to the increased amount of memory WordPress and plugins take. It is the way the server is setup and the allotted memory to each site.
Forum: Plugins
In reply to: [Event Registration] Category of Events GoneFor some reason, the html comment tags listed below are not working correctly:
(line 462, evr_content.php)
<!– use this for fancybox window(line 11, publc/evr_event_popup_pop.php)
<!–<div id=”popup<?php echo $event_id;?>” class=”poplight”> –>
Removing both lines, I get the events to list and the popup to appear. Strange how these two html comments are blocking everything. This are working now though.
Forum: Plugins
In reply to: [Event Registration] Category of Events GoneThere is a comment tag in evr_event_popup_pop.php which is causing the popup to show blank, but removing it just puts the content on the main page.
Forum: Plugins
In reply to: [Event Registration] Category of Events GoneFound the code in evr_content.php and changed it from:
<!– //use this for fancybox window
rest of the commented section –>To this (below) in evr_content.php:
Link followed by the comment <!– use this for fancybox window –>
It now shows the events, but when you click the event name, the resulting windows doesn’t work.
Forum: Plugins
In reply to: [Event Registration] Category of Events GoneThis is caused by a broken comment tag:
<!– //use this for fancybox window
Looking to find out which file this is in.
Forum: Plugins
In reply to: [Pages Posts] [Plugin: Pages Posts] Plugin BrokenDitched this plugin and created a pagepost template using the code found here:
Was hoping the author/authors would chime in here. Looks like a promising plugin, at least the video they created shows it works. Sucks it doesn’t actually work for those trying to use it on their wordpress sites. No user pages are created and when you login as a filesharer user, the dashboard comes up blank. This is the error from the error log:
mod_fcgid: stderr: WP Client File Share deactivated
User error. I was adding the files without adding a name. Once I started adding a name, the file appears in the text area.
Disregard. Think I’m getting two plugins confused 🙂 The issue I’m seeing is that the text box below the add file link stays empty, even after a file has been uploaded. Is that how it should be?
Since this plugin appears to be junk, I will have to look for someone who actually takes the time to test plugins before making them available.