- 0
[errorlog] Creating default object from empty value
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated
Question
lims
connection to onApp is work but get to many error_log in table mysql tblerrorlog in line : 5
public static function useCurrentConnection() { if (class_exists('\Illuminate\Database\Capsule\Manager') && \Illuminate\Database\Capsule\Manager::connection()->getPdo()) { self::$_instance->connection['default'] = (\Illuminate\Database\Capsule\Manager::connection()->getPdo()); } else { self::$_instance = new self(); self::$_instance->connection['default'] = false; } }
can someone help how to fix, i got many query in tblerrorlog
Regards
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.