Problem to display my first thread : https://www.pcspecialist.co.uk/forums/showthread.php?56961-Can-it-be-improved-for-this-price.
When I open the inspector I got an error on showthread.php at line 423 (there's a missing value before the ";"):
This prevents the thread to be displayed by anyone!
Edit : problem seems to be solved now...
When I open the inspector I got an error on showthread.php at line 423 (there's a missing value before the ";"):
PHP:
<script type="text/javascript">
<!--
var threaded_mode = 0;
var require_click = 0;
var is_last_page = 1; // leave for people with cached JS files
var allow_ajax_qr = 1;
var last_post_id = ;
var ajax_last_post = 1509374086;
// -->
</script>
<script type="text/javascript">
This prevents the thread to be displayed by anyone!
Edit : problem seems to be solved now...
Last edited: