june
💖 Chevereto Fan
🎯Description of the issue
Google Analytics code won't insert. Every time I paste the analytics code, it removes one line.
This is the full code try to add and after I hit the save button, it reloads the page
and this line is missing
Please check this screen rec
▶🚶Reproduction steps
The script tag is missing but only one of them
📃Error log message
Google Analytics code won't insert. Every time I paste the analytics code, it removes one line.
This is the full code try to add and after I hit the save button, it reloads the page
Code:
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-REDACTED-7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-REDACTED-7');
</script>
and this line is missing
Code:
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-REDACTED-7"></script>
Please check this screen rec
▶🚶Reproduction steps
- Go to /dashboard/settings/external-services and paste the full code
The script tag is missing but only one of them
📃Error log message
Code:
[31-Oct-2018 15:31:48 America/Santiago] PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'upldim_chev.chv_redirects' doesn't exist in */lib/G/classes/class.db.php:180
Stack trace:
#0 */lib/G/classes/class.db.php(180): PDOStatement->execute()
#1 */lib/G/classes/class.db.php(205): G\DB->exec()
#2 */app/lib/classes/class.redirect.php(30): G\DB->fetchSingle()
#3 */app/lib/classes/class.redirect.php(35): CHV\Redirect::get('/robots.txt')
#4 */app/lib/classes/class.redirect.php(57): CHV\Redirect::getUrl('/robots.txt')
#5 */app/loader.php(810): CHV\Redirect::handle('/robots.txt')
#6 */lib/G/classes/class.handler.php(137): CHV\{closure}(Object(G\Handler))
#7 */app/loader.php(818): G\Handler->__construct(Array)
#8 */index.php(20): include_once('/p...')
#9 {main}