Fatal error when searching
-
The error log indicates that
sprintf
need 3 args but only 2 is given ( at 971 line of astra/inc/core/common_functions.php: ).I took a look at the code, it seems that
astra_get_option( 'section-search-page-title-custom-title' )
contains%s
already, but a redundant%s
is appended to the variabletitle
afterastra_get_option( 'section-search-page-title-custom-title' )
.After deleting the redundant
%s
, the error disappear.I think it could be a bug or am I doing something wrong? Maybe I messed up some settings in Astra?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Fatal error when searching’ is closed to new replies.