roastlechon
Forum Replies Created
-
Haha no problem.
Funny comment with the “strange php installs” lolActually, I had a script called calendar.php. So /php/calendar.php conflicted with wp-content/plugins/edit-flow/php/calendar.php
Inside calendar.php I had an error message “There are no events to display”
Yeah I have a similar setup, except Im starting to create multiple virtual hosts and deleting the htdocs directory just for organization.
Inside the php folder, I had a script for simplepie.inc, but I am phasing out my use of it now.
I agree that the cause has to do with the call for /php..
Thanks again!
I deactivated everything except Edit Flow. The “There are no events to display” part, I figured out where it comes from.
I have a folder in my root directory named /php. I do not know how it was interacting with the plugin, and I feel as though it shouldnt. When I renamed /php to /php.old, the plugin functions as expected.
Thanks for helping me debug/troubleshoot this, but I think this should be addressed as to not interfere with a folder outside the directory..
Same error if I deleted and reinstalled..
If I try a non-multi-site install, it does not occur.
I havent tried downloading it manually but Im thinking the same thing will still occur.
I dont think its a standard permissions issue. I have it setup with a standard WordPress installation that works.
Setting it up with WordPress with the multisite option doesnt seem to work for me.. Besides, if it were a permissions error, then the website would pull up either a 403 or 500 error of some sort..
Yeah, I cannot get it working.. could you describe in detail your setup/environment to which you have it working?
I did not do a network activate, and just did an activate on the main site..
Ill try and see if I can login with a site admin for another site and not a network admin and get it working…
Forum: Fixing WordPress
In reply to: Search Custom Field Data (Revisited)Thanks! Works great! If you do find a better way to do this, let me know in this thread!
Forum: Networking WordPress
In reply to: Is Blog Admin or Site AdminThanks
I think that might be what I am looking for.What I mean by “original blog admin” is the user that originally owns/manages the blog.
Say like I create a user “joe1” with a blog.
I add other users, “john1” and “john2”.
“joe1” would be considered the original blog admin.So I am thinking that with what you said, anyone who has the “manage_options” permission is the blog administrator. But what other permission is unique about the original blog admin that we could add in conjunction to “manage_options”?
Forum: Networking WordPress
In reply to: Is Blog Admin or Site AdminIs there something that returns true if a user is the original blog admin?
Forum: Requests and Feedback
In reply to: [Plugin: SlideShare] Slideshare Plugin Doesn’t Work in WP 2.8.3I found a fix for it, but only temporarily.
Make sure you specify a width in the shortcode..
Before:
[slideshare id=1953813&doc=flowerpresentation-090904175651-phpapp01]After:
[slideshare id=1953813&doc=flowerpresentation-090904175651-phpapp01&w=425]When I looked at the code, it set the width to 0, but I could clearly see that the page is loading the slideshow from slideshare.net.