A PHP Error was encountered
Severity: Notice
Message: Undefined index: userid
Filename: views/question.php
Line Number: 191
Backtrace:
File: /var/www/html/cnasolution/application/views/question.php
Line: 191
Function: _error_handler
File: /var/www/html/cnasolution/application/controllers/Questions.php
Line: 419
Function: view
File: /var/www/html/cnasolution/index.php
Line: 315
Function: require_once
template override issue in wordpress for UAT webste?
i override a shortcode.php file of my parent theme into my child theme and that piece of code is working fine in my local project setup, but as soon i pushed this into my UAT(testting website) piece of code is reverted back to original value:here is example, i changed the autoplay value and overrided into my child theme, works fine in my local setup but when i push it to my UAT website its not being overrided
$output .= '';
if($carousel != true){ $output .= ' ';