derjackistweg
Forum Replies Created
-
When I upload a file I cannot see in media storage later:
no date, no “uploaded from”, no preview.
Hi Patrick,
I get the point and looked into it, as far as I am able to.
Though my issue is not “just” new posts but basically everything that writes into my SQL (afaik). I cannot also:
new post/site/category but also cannot edit my theme. I can upload a media file and it will be stored but: I cannot see/edit ANY FILE that is newly uploaded. I also cannot ad a new admin/user: It seems to work at first but the new user is not active or can be edited with a picture, name and so on.
I am assuming anything with the import of my sql is not correct:To connect to my old SQL I needed to open it in notepad and edit the old name of the sql to the new name given by my hoster 1+1. I am not sure that this is the correct way to do it.
I tried to replicate the installation in a VM with XAMP. But I cannot upload the existing SQL with an error “maybe too big” or similar. The SQL is just 80MB, should be no issue.
The SQL import to 1+1 (my live system) creates an error with a plugin the needs a “super user”. That plugin is not used anymore, it counts visits.
At this stage I can do a lot of things, as my website is “static” now. Like new installation and so on. Main concern is: I must not loose a roughly 240 articles and some thousand photos inside of that.This is the entry in my sql db from the above try to create a post:
022024-10-24 18:57:190000-00-00 00:00:00 Automatisch gespeicherter Entwurf auto-draft open open 2024-10-24 18:57:190000-00-00 00:00:0000 post
= auto saved post
ID=0
author 2, which is correct
- This reply was modified 4 weeks, 1 day ago by derjackistweg.
Hi, thx for reply.
I don′t think it is there related, as I tried 2 different ones, which I installed, but never used. No difference.
This is the log: I edited the config file with
define(‘WP_DEBUG’, false);
define( ‘WP_DEBUG_LOG’, false); which is supposed to be correct, according to an 1+1 article. Though this edit already created several issues on the the dashboard site. I dont know if this is to be expected.
[24-Oct-2024 16:58:02 UTC] PHP Fatal error: Uncaught Error: Attempt to assign property “post_content” on null in /homepages/6/d1017xxxxxx/htdocs/wp-admin/includes/post.php:808
Stack trace: 0 /homepages/6/d1017xxxxxx/htdocs/wp-admin/includes/dashboard.php(556): get_default_post_to_edit() 1 /homepages/6/d1017xxxxxx/htdocs/wp-admin/includes/template.php(1456): wp_dashboard_quick_press() 2 /homepages/6/d1017xxxxxx/htdocs/wp-admin/includes/dashboard.php(274): do_meta_boxes() 3 /homepages/6/d1017xxxxx/htdocs/wp-admin/index.php(204): wp_dashboard() 4 {main}thrown in /homepages/6/d1017xxxxx/htdocs/wp-admin/includes/post.php on line 808
The lines above seem to the relevant ones, all others are max warnings. I am by no means an expert in php though ??