xxxxbyte
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot type a space at the end of last lineSame here… WordPress version 5.2.1
Ok, I found a “solution”. This happened to me when I upload an image to the post, insert it in the post and I began to write. So you have to change to the HTML version (click in the HTML tab) and you’ll see
YourTextWithoutSpaces<img class="alignleft size-medium wp-image-13250" src="https://example.com/wp-content/uploads/especial/example.jpg" alt="" width="212" height="300" />
and you have to change it to:<img class="alignleft size-medium wp-image-13250" src="https://example.com/wp-content/uploads/especial/example.jpg" alt="" width="212" height="300" /> your text
And that’s it, with only 2 words, now the space bar works as intended in “Visual mode”.
Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] Whitescreen errors if PNGs in postsHi, I have the 2.0.8.2 version of the plugin and I have the same problem withs the PNGs (as described before).
Forum: Fixing WordPress
In reply to: 3:2 Impossible to swith to VISUAL modeBut those directories were for another type of problem, for your problem maybe you’ll have to look up in another directories ??
Forum: Fixing WordPress
In reply to: 3:2 Impossible to swith to VISUAL modeMaybe it’s the same problem with the permissions of the files (not only the folders) as I said in:
https://www.ads-software.com/support/topic/upgraded-to-32-visual-editor-buttons-missing/page/2?replies=41#post-2214530Give it a try ??
Forum: Fixing WordPress
In reply to: Internal Server Error all DashboardSent you an e-mail to help you personally
You need the FTP data to be able to access your FTP.
The FTP data are:
– The FTP adress (and port)
– The FTP user
– The FTP passwordThese data is provided by your host always (if you have FTP access)
E-mail your host and ask for this data, then follow this How-To:
https://codex.www.ads-software.com/Using_FileZillaForum: Fixing WordPress
In reply to: Internal Server Error all DashboardAhm!
Sorry I didn’t understand the nature of your problem.
It seems to be a .htaccess problem. Try to remove the part of “permlinks” of your .htaccess.
Make a “clean” .htaccess for WordPress, upload it and beware with the .htaccess of your root folder because it could interfere with the .htaccess of the wordpress.
Hope I explain myself clearly.
Forum: Fixing WordPress
In reply to: Cannot Install/Update Plugins Since Upgrade to 3.2Folders are ok.., but what about the files?
A folder with 755 didn’t have to be full of 755 files. Check the files of the plugin folder and you’ll see ??
Forum: Fixing WordPress
In reply to: Internal Server Error all DashboardOi pá!
That error it’s when the server it’s looking for a 500.shtml file
The .htaccess defines that when a 500 error happens, the server must show the file named “500.shtml”
Yo can creat a simple web page and name it “500.shtml”, upload it to your root folder (/public_html/) (not the WordPress folder) and you’ll see how this error disappears from your error_log
Try to read this:
If you can access thorugh FTP, download the functions.php file, edit it with Notepad or similar and upload it again.
If you can’t how have you installed the wordpress? You’ll have to “reinstall” all the wordpress again.
Forum: Fixing WordPress
In reply to: Warning messageFTP your /home and delete the “fix-rss-feed” plugin folder
The try to access the wp-admin section.
Seems the plugin has an error. Maybe your host updated your PHP or something like that and now it crashes.
Forum: Fixing WordPress
In reply to: Cannot Install/Update Plugins Since Upgrade to 3.2Seems a problem of permissions after the installation as it happens with the buttons of the Visual Editor.
As I said on this post:
https://www.ads-software.com/support/topic/upgraded-to-32-visual-editor-buttons-missing/page/2?replies=41#post-2214530Check folders & files and change 600 permissions to 644. I’ll look first on:
/wp-content/plugins/PLUGIN-WITH-PROBLEM/
and the others Plugin folders.Forum: Fixing WordPress
In reply to: Site hacked through AkismetYeah, the “RKH Team” seems to have an exploit that affects WP.
Forum: Fixing WordPress
In reply to: Upgraded to 3.2 Visual editor buttons missingOK, I’ve found the solution to the problem.
You have to change permissions (chmod) if you can.
By default some files get de 600 permission when you update WordPress to 3.2
You have to change it to 644.What files? Well, I’ve found quite a few in these folders:
/wp-admin/images/
/wp-admin/js/
/wp-includes/js/tinymce/themes/advanced/img/
/wp-includes/js/tinymce/themes/advanced/Remeber to empty all caches (browser included) after the change of the permissions.
Sorry for my bad english ??