radock325
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: All uploaded images disappeared in media libraryHi again PD
Just to tell you that problem is resolved. The debugger helped me.
It was the locale.php which was causing the problem. I just can’t understand why the problem came now, after working ok in several weeks.
I had translated the month, week and day names to my language. After I activated the original locale.php all thumbnail showed up again. Now I’m wondering if it started after update to WP 3.8.1
Thanks for your helpRegards
radockForum: Fixing WordPress
In reply to: All uploaded images disappeared in media libraryThank you for the tip greyparrots,
I have activated the debugging mode. I can see many problems, but two were the plugins xcloner and WP COMPLETE BACKUP. I have deactivated them but still the image error. Many of the errors have to do with the locale.php file referring to:
function get_weekday_abbrev($weekday_name) {
return $this->weekday_abbrev[$weekday_name]; and
function get_month_abbrev($month_name) {
return $this->month_abbrev[$month_name];
I have translated the month and day names to my local language (faroese), but that should not be the problem with image gallery because it has been working ok.
I’m quite new to WordPress but I will study the errors tomorrow.Regards
Forum: Fixing WordPress
In reply to: All uploaded images disappeared in media libraryHi,
All upload directory on diskstation have Read, Write and Execute permission and disk space is about 8TB.
When I started it was WP 3.8 and updated to 3.8.1 but I don’t think that is the problem, but I see others have mentioned it. It was working ok for about 2 weeks ago.
Regards
Forum: Fixing WordPress
In reply to: No dimensions for new imagesHello,
I also have the problem with the Media Library. Now all images are gone. If I try to upload a file, it’s like it starting to upload, but then come with the error: (An error occurred in the upload. Please try again later.)
I have tried all the options above incl. deactivating all plugins, but without any result.
This is on a Wamp localhost test machine.
Using WP 3.8.1 and Hueman theme. I have the same setup on a Synology diskstation and on 2 notebooks, but there it is working ok.
It woul’d be very interesting to find out what is causing this problem before I reinstall all on this Localhost.Regards