Juscher
Forum Replies Created
-
Ok I will check that.
I am unable to locate my web server error log, but I agree with you. I guess my web hoster 1&1 is not so great…
Thank you for your reply!
Forum: Fixing WordPress
In reply to: Annoying bug: images have wrong URLI think I will have to remove my galleries and replace them by series of inserts of single images… That will take a while !
Forum: Fixing WordPress
In reply to: Annoying bug: images have wrong URLIn settings->media there is no media path (I am still using WP 2.9). But in settings->misc I have “wp-content” as media directory, an empty complete URL and the option with month/year folders is checked.
I resaved this but it changed nothing. Really strange…
Forum: Fixing WordPress
In reply to: Annoying bug: images have wrong URLThank you for your suggestion Samuel, but I tried this already without success.
Actually I checked the database directly, and it is fine : no image guid contains the site directory path. So I suppose there is a php function which is wrong, but then why not for more recent images ?
Forum: Fixing WordPress
In reply to: Media library : wrong file URL for existing imagesPlease help…
Forum: Fixing WordPress
In reply to: Media library : wrong file URL for existing imagesIs there no solution for this critical issue ?
Forum: Fixing WordPress
In reply to: Media library : wrong file URL for existing imagesWhen I say that the DB is fine, I mean that a tool like this :
http://wordpress.org/extend/plugins/search-and-replace/
would change nothing, since the URLs (guid) are right in the DB.
Forum: Fixing WordPress
In reply to: Media library : wrong file URL for existing imagesAnd when you click on an image thumbnail in the gallery it opens the attachment page, where the file URL is also wrong…
Forum: Fixing WordPress
In reply to: Wrong file URL for existing uploaded imagesI have the same issue although I did not upgrade to 3.0 ! My blog is still in 2.9 and I did nothing special. But suddenly today it occured to me that all images dated 27/3/2009 or older have this issue : they are displayed neither in my media library nor in post galleries.
Their URL contains the site directory path :
http://www.ready.to.get.free.fr/wp-content//mnt/104/sdb/a/6/www.ready.to.get/wp-content/img_4650.jpg
Although the URL should be simply like this :
http://www.ready.to.get.free.fr/wp-content/img_4650.jpg
An example of broken gallery :
http://www.ready.to.get.free.fr/index.php/2008/05/un-soleil-estival/
I checked the database, all is fine. So it is a WP function which is playing wrong.
I do not remember what happened on the day until which are media are corrupt. Maybe it is the day when I checked the option to organize my media in year/month folders ??
Anyway, this has nothing to do with WP 3.0 or multi-site.
So maybe I should try black magic… 😉 Or just wait ? 😛
Forum: Fixing WordPress
In reply to: Memory errors with 2.8It seems like it is a linux server, because I also have errors like this on my homepage :
Warning: Unknown(): open(/mnt/104/sdb/a/6/www.ready.to.get/sessions/sess_ee4ef2999ddbb83eb713299bcc4c70ac, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Should I not use UTF-8 ?
Forum: Fixing WordPress
In reply to: Memory errors with 2.8I tried to create a .htaccess file with the line
php_value memory_limit 64Min it, on the root directory of my wordpress installation. But it did not work : internal server error 500 when I try to refresh any page (admin or the homepage of the blog). Guess the server does not allow a .htaccess on root directory…Actually it would be nicer to have a lighter version of wordpress again, which would work fine with 32 MB of memory…
Forum: Fixing WordPress
In reply to: Memory errors with 2.8Actually I do not have a .htaccess file. Is it a problem if I have to create it ?
Forum: Fixing WordPress
In reply to: Memory errors with 2.8Ok thanks now it worked with phpinfo(). Indeed I have a memory limit :
memory_limit 32M
I will try the .htaccess hack at home (here at work I have only a web-based ftp client), and tell you if it brought any change ! 🙂
Forum: Fixing WordPress
In reply to: Memory errors with 2.8Thank you songdogtech.
I first tried php_info, but apparently it is not implemented on my host:
Fatal error: Call to undefined function: php_info() in /mnt/104/sdb/a/6/www.ready.to.get/phpinfo.php on line 1
Then I would like to try your advice with php_value. Do I have to create the .htaccess first, or is it already somewhere ?