wp-crazy
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Merge from MU subdomains to regular MUHere is the Style-rtl.css :
span.wpcf7-not-valid-tip {
left: auto;
right: 20%;
direction: rtl;
}
span.wpcf7-not-valid-tip-no-ajax {
direction: rtl;
}
span.wpcf7-list-item {
margin-left: 0;
margin-right: 0.5em;
}Can the solution be found from here ??
all right, will do. Thank you so much for your help, i’ll let you know
<p>[select Shape multiple “any” “1” “2” “3”] [select Cut multiple “any” “1” “2” “3”]</p>
That’s the input in the plugin text area
San Diego. the URL will be useless for that, i made the page inaccessible because customers go on it already from the business cards so it cannot look messy there.
I did, but it didn’t work..
Btw, i love the fc ! Cheers for volunteering thereAny other idea guys ??
Forum: Networking WordPress
In reply to: Trouble uploading medias in my MU subdomainsok thanks ! 😉
Forum: Networking WordPress
In reply to: Trouble uploading medias in my MU subdomainson which line?
Forum: Networking WordPress
In reply to: Trouble uploading medias in my MU subdomainshere is part of the vhost of my site : ( the “—” signs are because i don’t want everyone to see the directories in my server :/ )
<Directory /——/——/quelchoix.fr/——>
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</——–>
<——-/——/—–/——–/——–/——-/——>
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>so it is set on “All”.
Forum: Networking WordPress
In reply to: Trouble uploading medias in my MU subdomainsisn’t it the ms-files itself that has a problem ?
If we look at the http header of the page:
http://salledebain.quelchoix.fr/wp-includes/ms-files.php?file=/2012/06/Fotolia_4671226_XS.jpg we can see that the headers are there, specially “Content-Lenght” :-rw-r–r– 1 web1 client0 71915 25 juin 01:39 Fotolia_4671226_XS.jpg
So it seems like it is the page ms-files.php that doesn’t get to correctly display the image (using Firefox, it says that the image cannot be chargedbecause it contains errors)
here is the header file :
http://salledebain.quelchoix.fr/wp-includes/ms-files.php?file=/2012/06/Fotolia_4671226_XS.jpg
GET /wp-includes/ms-files.php?file=/2012/06/Fotolia_4671226_XS.jpg HTTP/1.1
Host: salledebain.quelchoix.fr
User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:13.0) Gecko/20100101 Firefox/13.0.1
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive
Pragma: no-cache
Cache-Control: no-cacheHTTP/1.1 200 OK
Date: Tue, 26 Jun 2012 08:46:10 GMT
Server: Apache/2.2.16 (Debian)
x-powered-by: PHP/5.3.3-7+squeeze9
Etag: “20683c8c7e7f85a46049f3b08eca6707”
Expires: Thu, 27 Aug 2015 18:32:50 GMT
Content-Length: 71915
Last-Modified: Sun, 24 Jun 2012 23:39:38 GMT
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: image/jpegWhat do you think ?
Forum: Networking WordPress
In reply to: Trouble uploading medias in my MU subdomainsI feel like my situation is not entirely clear.
I’m using the regular multisite version of wordpress 3.4, and I don’t use domain mapping plugins or anything like that, since my permalinks are rewritable and that besides the pictures, my domain and subdomains work perfectly.Thanks for reading my posts and trying to help me ! 🙂
Forum: Networking WordPress
In reply to: Trouble uploading medias in my MU subdomainsI checked the server’s error log, nothing abnormal there either. And I don’t see that the URL is blank, but just that the picture is impossible to locate.
Please any idea of what i can do to make it work ? I’ve been stuck on that issue for almost a week already ! :0Forum: Networking WordPress
In reply to: Trouble uploading medias in my MU subdomainshttp://www.quelchoix.fr is my website,
and here is the exemple of a picture uploaded on a subdomain that uploads but appears broken : http://salledebain.quelchoix.fr/files/2012/06/Fotolia_4671226_XS.jpgForum: Networking WordPress
In reply to: Trouble uploading medias in my MU subdomainsAll done, the Override was allowed. the situation is still the same though. I can upload pictures, but they appear as a broken link as soon as i uploaded them.
Forum: Networking WordPress
In reply to: Trouble uploading medias in my MU subdomainsHi Ipstenu,
Thanks for your answer. I asked him, and he told me that it is. can I check myself using Filezilla? Or is the file located elsewhere?