Elias Schwerdtfeger
Forum Replies Created
-
great to hear! Not sure how it’s possible that the upgrade didn’t start, but we can create a check for this.
Thank you for the quick and dirty solution, which worked great on another site too. 👍
As for the php warning: it’s just a warning, so you can ignore it, but we’ll fix it in the next release.
That’s what I expected.
It seems to work, currently at 40% now.
I’m still seeing errors in apache’s error log:
[Sun Aug 04 11:10:35.855370 2024] [php7:warn] [pid 136659] [client xx.xx.xx.xx:56434] PHP Warning: Invalid argument supplied for foreach() in /home/elias/spam.weltretter.de/wp-content/plugins/burst-statistics/settings/settings.php on line 1374, referer: http://xxx.xxxxxx.xx/wp-admin/admin.php?page=burst- This reply was modified 1 year, 8 months ago by Elias Schwerdtfeger. Reason: Edited, because using the clipboard is hard today, especially with the editor in this forum…

OFFTOPIC: PLEASE, WordPress, PLEASE give me in a support forum a working forum software without your incredible annoying forked up editor gadget, which I disabled in the Dashboard immediately after my first try of using it! I lose half an hour of my limited life time by losing all I typed after submitting. The fact that I’m unable to save the text as a whole don’t make my life better.
Okay, much less text now.
[Sun Aug 04 10:13:55.487963 2024] [php7:notice] [pid 101909] [client xx.xx.xx.xx:37134] WordPress database error Unknown column 'statistics.device_id' in 'group statement' for query SELECT COUNT(*) AS value, device as device_id FROM spam_burst_statistics as statistics\n\t\t\t\t\t\t\t\t\t\tWHERE statistics.bounce = 0 AND statistics.time > '1712257883' AND statistics.time < '1722815999' \n\t\t\t\t\t\t\t\t\t\tGROUP BY statistics.device_id ORDER BY value DESC LIMIT 4 made by require('wp-blog-header.php'), wp, WP->main, WP->parse_request, do_action_ref_array('parse_request'), WP_Hook->do_action, WP_Hook->apply_filters, rest_api_loaded, WP_REST_Server->serve_request, WP_REST_Server->dispatch, WP_REST_Server->respond_to_request, burst_get_data, burst_goal_statistics->get_goals_data, referer: http://xxxx.xxxxxx.xx/wp-admin/admin.php?page=burstForum: Installing WordPress
In reply to: Empty pages everywhereThis software is garbage I’m giving up.
’tis not a good word if you want to get help in a WP support forum…
Forum: Fixing WordPress
In reply to: Comments closed/spam still coming inIf you disable comments and trackbacks in the WP dashboard, options, discussion (they may be named different in english, I use a german WP version), you set a default for new posts (which you can overwrite for any post), but do not change the comment settings for the published posts. So, the older posts are still open for commenting — and for the pest of the internet, spam.
The most painful solution is, to edit every recent post in WP and unset the comment options. If you are technically competent and do not “fear” a simple SQL query, you can use a SQL query to set the
comment_statusand theping_statusfor all posts in your post table toclosed, which should work for you. (The following SQL statement is for WP 2.3.x, it may be different on older WP versions.)UPDATE your_table_prefix_posts SET comment_status = "closed", ping_status = "closed"Of course: Backup before doing low-level stuff in the WP database!
If you cannot access your database on SQL level (and don’t have a phpMyAdmin or something similar available), there may be another help. I remember that there is a plugin, which closes pings and comments for posts automatically, if they are older than one month. But I never tried it…
Forum: Plugins
In reply to: u-mail problemThis plugin works for me. The sending address is the administrative mail address you give in the dashboard’s general settings. (Direct download link)
Forum: Installing WordPress
In reply to: WP Says Updated, but Site is NotHow can I confirm that all files were correctly copied? ANd if they are not, what do I do?
Just do upload the files again. If your FTP client allows you to save a protocol of the transmission or to write a logfile, do it and take a look into the file, if not, use a client which gives you this option. If you see no messages suggesting an error in this log, your upload seems to be fine and the files are correctly copied.
Forum: Fixing WordPress
In reply to: Lose My Toolbar in WordPress 2.3.2I had the same problem a few days ago and I found nothing on the internet, so I had to find a workaround for myself. The editor does not work in the Epiphany browser or in the Opera browser. It is a weird problem, that only occurs on one of the servers I use, and I do not know the exact reason for now. (And I tried a much in identifing the reason…)
After instaling and activating the “TinyMCE Advanced” plugin, the WYSIWYG editor is working again – but in an extended version, which is not exactly what I wanted. But as a workaround, it is good enough for me.
There is still a minor problem. To use the extended TinyMCE editor, I have to disable my AdBlocker plugin in the Epiphany Browser (this is just a Firefox engine with a GNOME GUI). After deactiving the browser’s plugin, the advanced editor works in Epiphany as good as in Opera. Because Epiphany and Firefox are so similar, there may be a similar problem with an equivalent Firefox plugin.
Forum: Fixing WordPress
In reply to: New Post – Visual and Code View Gone ?I could resolve my problem by installing the “Tiny MCE Advanced” plugin. Now I’ve got an avanced WYSIWYG, which is not exactly what I wanted, but it works for me (and hopefully for my co-authors, which is much more important).
There is still a minor problem. To use the plugin version of the Tiny MCE, I have to deactivate the AdBlocker plugin in my Epiphany browser. With AdBlocker, the JavaScript does not load, but this seems to be a problem in the AdBlocker implementation. With Opera, the plugin works out of the box.
If you do not have a WYSIWYG editor with 2.3.2, try the plugin. It helps me, and it may help you.
Forum: Fixing WordPress
In reply to: New Post – Visual and Code View Gone ?I have a 644 permission on all files in the wp-admin directory, so it seems not to be a permission problem. But the problem still exists, in WP 2.3.1 the WYSIWYG editor did work without problem, and in WP 2.3.2 it does not display in the textarea of the write post page.
For me it is not a problem to use the old-style code editor, but it is a blog filled by other people too, and most of them do not understand HTML. Sometimes, it is necessary to create a link in a post…
(The files are owned by my user account on the server. Of course the directories are readable and executable by all, so the apache can access them.)
Forum: Fixing WordPress
In reply to: New Post – Visual and Code View Gone ?Similar problem, visual editor does not appear after upgrade from wp 2.3.1 to 2.3.2. It worked without problems on the same server configuration with wp 2.3.1.
Of course, visual editing is enabled. To be totally sure, I uploaded the tar to the server, extracted it there, deleted the old installation and copied the 2.3.2 files. But it does not help.
The tabs “visual” and “code” do appear, but no wysiwyg editor in them. It is a simple textarea, and without the controls from the code editor. The problem do occur with the browsers Epiphany and Opera in the newest version.
The javascript error console from Epiphany says: “editorTemplate has no properties”.
I could not test it with MS Internet Explorer, because there is no linux version of the IE. Epiphany uses the same engine as Mozilla, but in another GUI.
I’m sure that it is a bug. It may occur only under strange conditions on the server. If anyone else get the same problem, we should check our webserver’s configurations to find the reason for this problem.
Forum: Plugins
In reply to: 1.1 Not Working, I’m Going Back to 1.0It is a wordpress.com issue, but it is a plugin issue too, simply because the plugin uses functionality of wordpress.com and tries to display a wordpress.com page via a IFRAME in the dashboard. I experience the same “little” problem. It doesn’t hurt much, but it is inconvenient. It is possible to describe it as a browser problem too, my Epiphany (a Firefox engine with a GNOME GUI) does not save the cookie for the IFRAME-embedded wordpress.com page in a way which allows to identify me.