Rob
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Theme Twenty Nineteen menu’s not availableHello Joy, thanks for your reply, agree with you
My solution is as follow:
01 Start and create a new wordpress installation, don’t run
02 Explore your files > wordpress > content > themes
03 Delete theme twentysixteen and twentynineteen
04 Keep twentyseventeen (will be auto as default)
05 Run dashboard and Customize your site
06 Goto Site Identity and Upload a image (Icon)
08 On dashboard click on visit site
09 Home About Blog Contact, menu structure is presentRobert, Polen.
Forum: Fixing WordPress
In reply to: Theme Twenty Nineteen menu’s not available>I follow your instruction, I try but not so easy to do
Better to have the menu structure already onboard
Is it wp-policy to have this menu structure not onboard (5.2.3)?Waiting for a solution
Thx Rob, Poland
Forum: Fixing WordPress
In reply to: Theme Twenty Nineteen menu’s not availableHello Joy
Thanks for quick response and advice
I follow your instruction.Thx Rob, Poland
Forum: Localhost Installs
In reply to: Migration to Localhost I lost my _widget_textFinal solution 3 steps
01 WordPress, better search and replace
https://mywebsite.eu to https://test.localhost02 Notepad++ Find and replace
https:\\/\\/mywebsite.eu to https:\\/\\/test.localhost03 Notepad++ Find mywebsite.eu
IF exist find a solutionWorking fine and keep my widget_text in place
Thx Robert, Poland
Forum: Localhost Installs
In reply to: Migration to Localhost I lost my _widget_textHello jnashhawkins, thx for your reply
>Sometimes that just happens
Yes, thanks for your explanation, agree>The quick fix is to just manually repair that text by copying from the old site and then pasting it to the new.
Yes, I copy the SQL widget_text line with all there components and it works well.
The removing of the widget_text is done by wordpress files.php
wordpress\wp-admin\includes\upgrade.php
wordpress\wp-includes\class-wp-widget.php
wordpress\wp-includes\widgets.phpWitch one is responsible for it I don’t know
>Wayback Machine, I use Notepad++ works for perfect.
Att: When I use the better search and replace plugin.
It don’t happend, it is I ok, all widget_text is preservedThx Rob, Poland
Forum: Fixing WordPress
In reply to: rest api AND PHPAfter health check update, my health check gave me this morning the following:
REST API availability The REST API call gave the following unexpected result: (401) {“code”:”rest_forbidden_context”,”message”:”Sorry, you are not allowed to edit posts in this post type.”,”data”:{“status”:401}}.I also get the same message from health check
- This reply was modified 5 years, 10 months ago by Rob.
Forum: Fixing WordPress
In reply to: Plugin Error: Could not remove the old pluginSee reply of Marius L. J. (@clorith)
>I am presuming your webserver user is different, and this is why. If you could check this that would be super.
I check that to made the user / password the same as the ftp user / password
Result Is NOT working same problem occur….I get this info…
chown -R http:http /volume1/domain.name/wordpressDo you know how to Implement this command?
Thx Rob74.
Forum: Fixing WordPress
In reply to: WordPress first update an FTP error while updatingI learn that I don’t need a FTP Connection
Add in wp-config.php the next line/** Set up ‘direct’ method for wordpress, auto update without FTP */
define(‘FS_METHOD’, ‘direct’);Problem solve… greet and simple
Thx Rob74
Forum: Fixing WordPress
In reply to: Plugin Error: Could not remove the old pluginAdd in wp-config.php the next line
/** Set up ‘direct’ method for wordpress, auto update without FTP */
define(‘FS_METHOD’, ‘direct’);Problem solve… greet and simple
Thx Rob74
- This reply was modified 6 years, 5 months ago by Rob.
Forum: Fixing WordPress
In reply to: Plugin Error: Could not remove the old plugin>am presuming your webserver user is different, and this is why.
My Website and FTP running on te same NAS
Internal connect togetherCHMOD will study this, thx for the URL
CHMOD Can by implemented in wordpress 4.9.6?Forum: Fixing WordPress
In reply to: Plugin Error: Could not remove the old plugin>do you have direct access
Yes manual I can create read write del etc..>check both file/group ownership
Yes My FTP user wordpress can create read write del etc..
Yes My FTP user admin can create read write del etc..>CHMOD settings on the afflicted files and directories?
CHMOD settings, is NEW for me can you explain more.General I don’t know where the problem is.
01 Is Synology DS118 NAS the the problem
02 Is WordPress 4.9.6 the problemForum: Fixing WordPress
In reply to: Plugin Error: Could not remove the old pluginHealth check
Debug information – Filesystem permissions
The status of various locations WordPress needs to write files in various scenarios.
The main WordPress directory – Writable
The wp-content directory – Writable
The uploads directory – Writable
The plugins directory – Writable
The themes directory – WritableForum: Fixing WordPress
In reply to: Plugin Error: Could not remove the old plugin>That’s correct WP aks for FTPS details and is working.
I implemented in wp-config.php the follow statements// forces the filesystem method: “direct”, “ssh”, “ftpext”, or “ftpsockets”
define(‘FS_METHOD’, ‘ftpext’);// hostname:port combo for your SSH/FTP server
define(‘FTP_HOST’, ‘domain’);// either your FTP or SSH username
define(‘FTP_USER’, ‘domain’);// password for FTP_USER username
define(‘FTP_PASS’, ‘password’);NOW health is reporting (NO ERROR’s)
Your installation of WordPress doesn’t require FTP credentials to perform updates.Still the problem is the same Installation failed: Could not copy file.
Forum: Fixing WordPress
In reply to: Plugin Error: Could not remove the old pluginI test NEW plugin I get an ERROR Installation failed: Could not copy file.
I have Health check installed so the only mark is: Your installation of WordPress prompts for FTP credentials to perform updates. (Your site is performing updates over FTP due to file ownership. Talk to your hosting company.)
That’s correct WP aks for FTPS details and is working.
Forum: Fixing WordPress
In reply to: Plugin Error: Could not remove the old pluginIt is NOT only the update for akismet that have that problem.
All my plugin and themes have te same problem…