Smush Pro - Optimize unlimite images with Smush Pro Plugin

Smush Pro - Optimize unlimite images with Smush Pro Plugin v3.16.4

No permission to download

mbd

Member
Mar 16, 2021
39
6
8
There has been a critical error on this website. Please check your site admin email inbox for instructions.
 
  • Like
Reactions: clinmak

jackes

Member
May 8, 2019
69
14
8
ankara
I had a problem like this too. The site is not working. Anyone else alive?
Or how can I fix it.

Parse error: syntax error, unexpected token "return", expecting "function" or "const" in /var/www/example.com/wp-content/plugins/wp-smush-pro/core/external/dash-notice/wpmudev-dash-notification.php on line 7


Thank you very much for sharing and contribution.

@purity @Tomz
 

Cofur

Member
Babiato Lover
May 5, 2020
53
66
18
I had a problem like this too. The site is not working. Anyone else alive?
Or how can I fix it.

Parse error: syntax error, unexpected token "return", expecting "function" or "const" in /var/www/example.com/wp-content/plugins/wp-smush-pro/core/external/dash-notice/wpmudev-dash-notification.php on line 7


Thank you very much for sharing and contribution.

@purity @Tomz

Hello,

Change

PHP:
<?php
/////////////////////////////////////////////////////////////////////////
/* -------- WPMU DEV Dashboard Notice - Aaron Edwards (Incsub) ------- */
/* This provides notices of available updates for our premium products */
if ( ! class_exists( 'WPMUDEV_Dashboard_Notice4' ) ) {
    class WPMUDEV_Dashboard_Notice4 {
        return;

for

PHP:
<?php
/////////////////////////////////////////////////////////////////////////
/* -------- WPMU DEV Dashboard Notice - Aaron Edwards (Incsub) ------- */
/* This provides notices of available updates for our premium products */
if ( ! class_exists( 'WPMUDEV_Dashboard_Notice4' ) ) {
    return;
    class WPMUDEV_Dashboard_Notice4 {

the return; must be before class WPMU DEV Dashboard Notice 4

/example.com/wp-content/plugins/wp-smush-pro/core/external/dash-notice/wpmudev-dash-notification.php on line 7
 

Rubixvi

Well-known member
Trusted Uploader
Hello,

Change

PHP:
<?php
/////////////////////////////////////////////////////////////////////////
/* -------- WPMU DEV Dashboard Notice - Aaron Edwards (Incsub) ------- */
/* This provides notices of available updates for our premium products */
if ( ! class_exists( 'WPMUDEV_Dashboard_Notice4' ) ) {
    class WPMUDEV_Dashboard_Notice4 {
        return;

for

PHP:
<?php
/////////////////////////////////////////////////////////////////////////
/* -------- WPMU DEV Dashboard Notice - Aaron Edwards (Incsub) ------- */
/* This provides notices of available updates for our premium products */
if ( ! class_exists( 'WPMUDEV_Dashboard_Notice4' ) ) {
    return;
    class WPMUDEV_Dashboard_Notice4 {

the return; must be before class WPMU DEV Dashboard Notice 4

/example.com/wp-content/plugins/wp-smush-pro/core/external/dash-notice/wpmudev-dash-notification.php on line 7
if you scroll through the post, there's one i posted with the fix.
 
  • Love
  • Like
Reactions: Nabeel and jackes

deniz19

Member
Sep 4, 2018
54
12
8
Hello,

Change

PHP:
<?php
/////////////////////////////////////////////////////////////////////////
/* -------- WPMU DEV Dashboard Notice - Aaron Edwards (Incsub) ------- */
/* This provides notices of available updates for our premium products */
if ( ! class_exists( 'WPMUDEV_Dashboard_Notice4' ) ) {
    class WPMUDEV_Dashboard_Notice4 {
        return;

for

PHP:
<?php
/////////////////////////////////////////////////////////////////////////
/* -------- WPMU DEV Dashboard Notice - Aaron Edwards (Incsub) ------- */
/* This provides notices of available updates for our premium products */
if ( ! class_exists( 'WPMUDEV_Dashboard_Notice4' ) ) {
    return;
    class WPMUDEV_Dashboard_Notice4 {

the return; must be before class WPMU DEV Dashboard Notice 4

/example.com/wp-content/plugins/wp-smush-pro/core/external/dash-notice/wpmudev-dash-notification.php on line 7
thank you so much
 
  • Like
Reactions: jackes and biel007

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu