Forum Replies Created

Viewing 15 replies - 16 through 30 (of 63 total)
  • Thread Starter Rob

    (@rob70)

    Hello 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 present

    Robert, Polen.

    • This reply was modified 5 years, 2 months ago by Rob.
    • This reply was modified 5 years, 2 months ago by Rob.
    • This reply was modified 5 years, 2 months ago by Rob.
    Thread Starter Rob

    (@rob70)

    >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

    Thread Starter Rob

    (@rob70)

    Hello Joy

    Thanks for quick response and advice
    I follow your instruction.

    Thx Rob, Poland

    Thread Starter Rob

    (@rob70)

    Final solution 3 steps

    01 WordPress, better search and replace
    https://mywebsite.eu to https://test.localhost

    02 Notepad++ Find and replace
    https:\\/\\/mywebsite.eu to https:\\/\\/test.localhost

    03 Notepad++ Find mywebsite.eu
    IF exist find a solution

    Working fine and keep my widget_text in place

    Thx Robert, Poland

    • This reply was modified 5 years, 2 months ago by Rob.
    • This reply was modified 5 years, 2 months ago by Rob.
    Thread Starter Rob

    (@rob70)

    Hello 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.php

    Witch 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 preserved

    Thx Rob, Poland

    • This reply was modified 5 years, 2 months ago by Rob.
    • This reply was modified 5 years, 2 months ago by Rob.
    Forum: Fixing WordPress
    In reply to: rest api AND PHP

    After 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.
    Thread Starter Rob

    (@rob70)

    See 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/wordpress

    Do you know how to Implement this command?

    Thx Rob74.

    • This reply was modified 6 years, 5 months ago by Rob.
    • This reply was modified 6 years, 5 months ago by Rob.
    • This reply was modified 6 years, 5 months ago by Rob.
    Thread Starter Rob

    (@rob70)

    I 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

    Thread Starter Rob

    (@rob70)

    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

    • This reply was modified 6 years, 5 months ago by Rob.
    Thread Starter Rob

    (@rob70)

    >am presuming your webserver user is different, and this is why.
    My Website and FTP running on te same NAS
    Internal connect together

    CHMOD will study this, thx for the URL
    CHMOD Can by implemented in wordpress 4.9.6?

    • This reply was modified 6 years, 5 months ago by Rob.
    • This reply was modified 6 years, 5 months ago by Rob.
    Thread Starter Rob

    (@rob70)

    >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 problem

    • This reply was modified 6 years, 5 months ago by Rob.
    • This reply was modified 6 years, 5 months ago by Rob.
    Thread Starter Rob

    (@rob70)

    Health 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 – Writable

    Thread Starter Rob

    (@rob70)

    >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.

    Thread Starter Rob

    (@rob70)

    I 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.

    Thread Starter Rob

    (@rob70)

    It is NOT only the update for akismet that have that problem.
    All my plugin and themes have te same problem…

Viewing 15 replies - 16 through 30 (of 63 total)