533 error in 6.1.1 wp-includes
-
Yesterday I installed WP 6.1.1 after someone hacked my website by changing the index.php and polluting the cgi-bin. Now while uploading WP 6.1.1 wp-includes I got a message 533 error without any information, except that the file had not been uploaded.
When contacting my hosting provider they said what they had seen is this: PHP Parse error: syntax error, unexpected ‘}’, expecting end of file in /var/www/domains/designa.info/www/wp-includes/plugin.php on line 473
Now when looking at this file I just see this… from line 470 to line 481…
470 * @since 1.2.0
471 * @since 5.3.0 Formalized the existing and already documented...$arg
parameter
472 * by adding it to the function signature.
473 *
474 * @global WP_Hook[] $wp_filter Stores all of the filters and actions.
475 * @global int[] $wp_actions Stores the number of times each action was triggered.
476 * @global string[] $wp_current_filter Stores the list of current filters with the current one last.
477 *
478 * @param string $hook_name The name of the action to be executed.
479 * @param mixed …$arg Optional. Additional arguments which are passed on to the
480 * functions hooked to the action. Default empty.
481 */So when I try to upload plugin.php I get this message: 553 Can’t open that file: Permission denied. Please contact your web hosting service provider for assistance.
Well the hosting service says: PHP Parse error: syntax error, unexpected ‘}’, expecting end of file in /var/www/domains/designa.info/www/wp-includes/plugin.php on line 473
So thats why I hope to find an answer here at this support forum.
Thanks in advance for helping me out!
The page I need help with: [log in to see the link]
- The topic ‘533 error in 6.1.1 wp-includes’ is closed to new replies.