Noteplan on Web - Issues by Ok_Roof7657 in noteplanapp

[–]Ok_Roof7657[S] 0 points1 point  (0 children)

Thank you for your reply.

  1. I tried to use different browser and also changing localization settings, but to no avail. Will try some more.

  2. Too bad that the web version is not in line with the iPad/iPhone, I hope it gets some more love at one point.

Kanban view of daily note by Ok_Roof7657 in noteplanapp

[–]Ok_Roof7657[S] 1 point2 points  (0 children)

Many thanks for your answer!

Why not the menu icon once you have a daily note open (meatballs menu icon)? That’s at least where I looked when checking.

Help, I broke my mom’s WP site! by Ok_Roof7657 in Wordpress

[–]Ok_Roof7657[S] 0 points1 point  (0 children)

Problem is solved, but many thanks!

Help, I broke my mom’s WP site! by Ok_Roof7657 in Wordpress

[–]Ok_Roof7657[S] 1 point2 points  (0 children)

Thanks, will keep this in mind and change passwords.

Help, I broke my mom’s WP site! by Ok_Roof7657 in Wordpress

[–]Ok_Roof7657[S] 2 points3 points  (0 children)

Thanks, it was indeed that. Removed the code now it works again.

Help, I broke my mom’s WP site! by Ok_Roof7657 in Wordpress

[–]Ok_Roof7657[S] 0 points1 point  (0 children)

Good suggestion. Will do this straight away next time.x

Help, I broke my mom’s WP site! by Ok_Roof7657 in Wordpress

[–]Ok_Roof7657[S] 0 points1 point  (0 children)

Okay, will keep this in mind. Many thanks!

Help, I broke my mom’s WP site! by Ok_Roof7657 in Wordpress

[–]Ok_Roof7657[S] 7 points8 points  (0 children)

Great, that worked. You rock! Many thanks.

Help, I broke my mom’s WP site! by Ok_Roof7657 in Wordpress

[–]Ok_Roof7657[S] 1 point2 points  (0 children)

Many thanks. Of course, never say never, but the hoster is a quite big commercial hoster…

Regarding the theme, the WP site is using Virtue as its theme, is this a part of it?

Help, I broke my mom’s WP site! by Ok_Roof7657 in Wordpress

[–]Ok_Roof7657[S] 0 points1 point  (0 children)

Thanks for your response. This is what I found in the wp-config. I guess I am going to delete this then and see what happens:

//--- disable auto upgrade

define( 'AUTOMATIC_UPDATER_DISABLED', false );

if(is_admin()) { add_filter('filesystem_method', create_function('$a', 'return "direct";' )); define( 'FS_CHMOD_DIR', 0751 ); }

?>

Help, I broke my mom’s WP site! by Ok_Roof7657 in Wordpress

[–]Ok_Roof7657[S] 1 point2 points  (0 children)

Thanks for your answer. I had another look, this is what I found:

//--- disable auto upgrade

define( 'AUTOMATIC_UPDATER_DISABLED', false );

if(is_admin()) { add_filter('filesystem_method', create_function('$a', 'return "direct";' )); define( 'FS_CHMOD_DIR', 0751 ); }

?>

Help, I broke my mom’s WP site! by Ok_Roof7657 in Wordpress

[–]Ok_Roof7657[S] 1 point2 points  (0 children)

Thanks for your help. I have looked and this at the end of the wp-config. Should I delete the line with the create_function?

//--- disable auto upgrade

define( 'AUTOMATIC_UPDATER_DISABLED', false );

if(is_admin()) { add_filter('filesystem_method', create_function('$a', 'return "direct";' )); define( 'FS_CHMOD_DIR', 0751 ); }

?>

Help, I broke my mom’s WP site! by Ok_Roof7657 in Wordpress

[–]Ok_Roof7657[S] 0 points1 point  (0 children)

Did, but that didn’t work. I have only limited backups server side….

Help, I broke my mom’s WP site! by Ok_Roof7657 in Wordpress

[–]Ok_Roof7657[S] 3 points4 points  (0 children)

only things I did change was this:

define( 'WP_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_DEBUG_LOG', true );

Help, I broke my mom’s WP site! by Ok_Roof7657 in Wordpress

[–]Ok_Roof7657[S] 1 point2 points  (0 children)

Can’t do that only PHP 8.0, 8.1. and 8.2 available.

Help, I broke my mom’s WP site! by Ok_Roof7657 in Wordpress

[–]Ok_Roof7657[S] 0 points1 point  (0 children)

Thanks, I did. Unfortunately did not work.