mymorningstory
Forum Replies Created
-
Forum: Networking WordPress
In reply to: subdomains improperly linking imagesI installed WP a while back, and had hostgator guide me on the installation of WPMU a few months ago. It has always has this problem since installation, but this was the first time I addressed it, as I honestly didn’t realize the problem went past buddypres’s avatar images until today. (Today I started working on the sub sites)
Forum: Networking WordPress
In reply to: subdomains improperly linking imagesthx,
I went and updated the htaccess file but no luck. I saw your ms-files.php suggestion in another persons question and it doesn’t seem to be that issue as well.Forum: Networking WordPress
In reply to: subdomains improperly linking imagesAndrea, i have been chatting w/ my host company throughout the day and they informed me that:
“The .htaccess file is being read correctly. That is how you are able to use the subdomains on this WordPress site, and it is also why pages such as this load:
https://poetry.mymorningstory.com/2010/10/07/hello-world/”
So, I feel like I am at a loss w/ everything lol
Forum: Networking WordPress
In reply to: subdomains improperly linking imagesThx Andrea, Do you know what causes this?
Forum: Networking WordPress
In reply to: subdomains improperly linking imagesI realize @ first this post was blocked from people posting on it. The problem has been now fixed, and would love to hear any one of your comments ??
Here is my htacess file as of so far:
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] #uploaded files RewriteRule ^(.*/)?files/$ index.php [L] RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L] RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule . - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L]
Forum: Everything else WordPress
In reply to: TOPIC CLOSEDOh thanks a lot.. I saw it showed anonymous, and now it shows Mymorningstory. Appreciate it a lot.
Forum: Everything else WordPress
In reply to: TOPIC CLOSEDThis is a test to see if this topic has closed, w/ out my closing it.
Forum: Networking WordPress
In reply to: Image upload problemok, I’m not an expert but heres my opinion;)
your image is this: https://firefly.wordofmy.com/files/2010/11/02002_theopallake_1440x900.jpgBut, is that where your image is uploaded at? If you have the image saved in that exact location, w/ correct permissions – then it should appear via that link. I have never had a problem just viewing an image before, unless the link was written incorrectly, or the permissions were bad.
with that being said, maybe you contact host support?
Forum: Networking WordPress
In reply to: Image upload problemThis actually sounds like a permission problem. Check to see if your permissions are set in that folder to 755 or 777. Make sure the image is set up like that as well.
Forum: Plugins
In reply to: [Register Plus] Register Plus not working correctlyok I just realized this as well. I updated my blog to be multi blog, and boom it stopped working. I thought it just got re-set or whatever.. Not at all.
Now i’m getting 5 new users a day, and 4 typically are fake lol. Agh well, I guess I’ll be switching to buddypress or something.
Forum: Fixing WordPress
In reply to: [Plugin: Page Flip Image Gallery] function.getimagesizeanyone.
Forum: Plugins
In reply to: [Plugin: GD Star Rating] Can’t voteAs, impressive as your answer is in the FAQ. I have tried this on two different themes, both with out any other plugins turned on.
Could it possibly be something else wrong?
Forum: Plugins
In reply to: [Plugin: GD Star Rating] Can’t voteWhen I activate the plugin, it shows up underneath the post, and inside the comments box as it should. But, when i click to rate something, it just doesn’t click it. It doesn’t show the loading or the please wait… for it to show the ratings.
Its basically what I said: It just doesn’t do anything. Everything works like normal, except the ratings just don’t work.
I went to the FAQ before i posted my question here, it helped me fix my first issue: Which was, Ratings would just show (loading) the whole time. I turned off the Cache thing in the settings, and now the ratings show up. They just aren’t Clickable. I will say that when I put my mouse over top of the ratings, it does *light* up and show how many stars that I wanna give. It just doesn’t do it.
I don’t know how to explain it better then that. I can trun the plugin on for you if you like to check it out. but I don’t like having it on for extended periods of time until i figure out the issu.e
Forum: Fixing WordPress
In reply to: [Plugin: Page Flip Image Gallery] function.getimagesizeWarning: getimagesize() [function.getimagesize]: Read error! on line 420 in file /home/zukny/sites/mymorningstory.com/www/wp-content/plugins/page-flip-image-gallery/functions.class.php
Warning: unlink(/home/zukny/sites/mymorningstory.com/www/wp-content/pageflip/books/9.xml) [function.unlink]: No such file or directory on line 1337 in file /home/zukny/sites/mymorningstory.com/www/wp-content/plugins/page-flip-image-gallery/pageFlip.class.php
Forum: Fixing WordPress
In reply to: [Plugin: Page Flip Image Gallery] function.getimagesizeI have since Switched servers and still get errors very similar.
Warning: getimagesize() [function.getimagesize]: Read error! on line 420 in file /home/zukny/sites/mymorningstory.com/www/wp-content/plugins/page-flip-image-gallery/functions.class.php
Even with the new option of using assigning images from WP media it won’t work.
The good news is, I can actually see the images in WP-Media, prior to assigning them to my book.My have changed the permissions to 777 What else can I do. Dreamwhispers idea didn’t help me.