• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Smush Pro - Optimize unlimite images with Smush Pro Plugin

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

No permission to download
There has been a critical error on this website. Please check your site admin email inbox for instructions.
 
  • Like
Reactions: clinmak
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 @Babak
 
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 @Babak

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
 
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
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
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock