I just got an E-mail from wordpress about an issue with my website. The website itself appears to be functioning, and I am not even sure why and how the conflict between envira and wordpress could have happened in the attached link. (The attached link is mentioned in automatic email from WordPress)
Full error goes as this:
When seeking help with this issue, you may be asked for some of the following information:
WordPress version 6.4.2
Active theme: Poema (version 1.0.1)
Current plugin: Envira Gallery Lite (version 1.8.7.3)
PHP version 8.1.27
Error Details
=============
An error of type E_ERROR was caused in line 240 of the file /srv/htdocs/wp-content/plugins/envira-gallery-lite/envira-gallery-lite.php. Error message: Uncaught Error: Failed opening required '/srv/htdocs/wp-content/plugins/envira-gallery-lite/includes/global/common.php' (include_path='/:.') in /srv/htdocs/wp-content/plugins/envira-gallery-lite/envira-gallery-lite.php:240
Stack trace:
#0 /srv/htdocs/wp-content/plugins/envira-gallery-lite/envira-gallery-lite.php(170): Envira_Gallery_Lite->require_global()
#1 /wordpress/core/6.4.2/wp-includes/class-wp-hook.php(324): Envira_Gallery_Lite->init('')
#2 /wordpress/core/6.4.2/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#3 /wordpress/core/6.4.2/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#4 /wordpress/core/6.4.2/wp-settings.php(643): do_action('init')
#5 /srv/htdocs/wp-config.php(83): require_once('/wordpress/core...')
#6 /wordpress/core/6.4.2/wp-load.php(55): require_once('/srv/htdocs/wp-...')
#7 /wordpress/core/6.4.2/wp-admin/admin.php(34): require_once('/wordpress/core...')
#8 {main}
thrown
Since the website appears to be functioning, I am not sure if I should do anything. Any advice?
]]>Deprecated: Function the_block_template_skip_link is deprecated since version 6.4.0! Use wp_enqueue_block_template_skip_link() instead. in /www/camunipress_755/public/wp-includes/functions.php on line 6031
If I navigate to that line of code within the codebase I have the following:
trigger_error( $message, $error_level );
I have searched for that function but it doesn’t seem to be being used within my codebase. I have deactivated all plugins but I still get the error. Any help with this would be appreciated!
]]>Warning: Undefined property: stdClass::$plugin in /home/bqgfvegddx3b/public_html/bananasgame.co.uk/wp-includes/class-wp-list-util.php on line 166
THis is what line 166 is saying: “$newlist[ $key ] = $value->$field;”
and the line 166 in context:
/**
* Plucks a certain field out of each object in the list.
*
* This has the same functionality and prototype of
* array_column() (PHP 5.5) but also supports objects.
*
* @since 4.7.0
*
* @param int|string $field Field from the object to place instead of the entire object
* @param int|string $index_key Optional. Field from the object to use as keys for the new array.
* Default null.
* @return array Array of found values. If <code>$index_key</code> is set, an array of found values with keys
* corresponding to <code>$index_key</code>. If <code>$index_key</code> is null, array keys from the original
* <code>$list</code> will be preserved in the results.
*/
public function pluck( $field, $index_key = null ) {
$newlist = array();
if ( ! $index_key ) {
/*
* This is simple. Could at some point wrap array_column()
* if we knew we had an array of arrays.
*/
foreach ( $this->output as $key => $value ) {
if ( is_object( $value ) ) {
$newlist[ $key ] = $value->$field;
} else {
$newlist[ $key ] = $value[ $field ];
}
}
Thank you very much!
]]>In both plugins I get “critical error” when uploading so I think it must have to do with wordpress itself. The files do get uploaded in these plugins are getting stored in the plugin folder (visible through ftp) but I can’t access them in the user interface in wordpress. It seems they don’t connect. What can I do?
I can upload pictures etc via the normal media uploader in WordPress though.
Thank you for your help!
]]>Me pueden colaborar con lo siguiente por favor, al querer guardar alguna modificación en la web que tengo creada en WordPress me sale un anuncio que dice lo siguiente:
“You do not have sufficient permissions to access this action.”
teniendo presente que soy el único que esta como admón. y no tengo a nadie agregado a ello para modificación me pueden colaborar por favor
]]>I create new WP version 4.7, so i can not add new Plugin + Theme ( link : https://prnt.sc/dtnwat )
Pleases help me.
]]>The uploaded file could not be moved to wp-content/uploads/2016/08
How can I fix this? I’ve searched around and the most common (and recent) issue seems to be permissions related. If so how do I tackle it from my end?
Quick responses appreciated.
]]>