ЁЯЪи Exception [high]
Message: Call to a member function get() on null
File: /home/victorbazar/test.victorbazar.com/app/controllers/Web.php (Line 271)
Code Context:
268: public function contact()
269: {
270: $cacheKey = 'contact_page';
>>> 271: $data = $this->redis->get($cacheKey);
272: if (!$data) {
273: $data = [
274: 'title' => 'Contact Us',
Category: Function
ЁЯТб Suggestions:
- Ensure functions are defined before use
- Check if required files are included
- Verify function names are spelled correctly
ЁЯФН Stack Trace
#0 /home/victorbazar/test.victorbazar.com/app/libraries/Core.php(103): Web->contact()
#1 /home/victorbazar/test.victorbazar.com/public/index.php(14): Core->__construct()