You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On this line is problem: $components = $this->splitRegex($subject);
splitRegex() is static!
2.
dont use deprecated mysql functions like:
mysql_list_dbs, etc.
3.
for: public function __set($name, $value)