PHP Classes

error with includeOnly method

Recommend this page to a friend!

      Simple PHP Backup Database MySQL  >  All threads  >  error with includeOnly method  >  (Un) Subscribe thread alerts  
Subject:error with includeOnly method
Summary:error with includeOnly method
Messages:1
Author:ecosol
Date:2020-02-17 07:56:51
 

  1. error with includeOnly method   Reply   Report abuse  
Picture of ecosol ecosol - 2020-02-17 07:56:51
Your class seems to be very good, but
I have this error :"Fatal error: Uncaught Error: Using $this when not in object context in \vendor\coderatio\simple-backup\src\SimpleBackup.php on line 442"
when I try to save only some tables of my database.
It seems that excludeTables and includeTables methods doesn't work fine.
I do not experience this issue when I save the whole database.
Do you have any idea ?