Login with username, password and session length
0 Members and 1 Guest are viewing this topic.
Actually, Stew, I think the problem only manifests itself when you're logged in, which is probably why they cannot reproduce the error.
When i go to the home page, all is well, no coding and full page view. As soon as i enter the site, that's when it all goes to pot
Did you try thishttp://support.google.com/chrome/bin/answer.py?hl=en-GB&answer=95582Stew
Hi AdminBTW, good job on moving sites. New version looking very nice. Guess just a couple of 'teething' problems.In case it helps...The issue happens on all the up to date browsers that I have installed (Chrome, Firefox and Internet Explorer).You must be logged in as a registered user for the issue to show, such as via this page: http://www.curry-recipes.co.uk/curry/index.php?action=loginWhen you are logged in, the following PHP code is inserted into the page missing its code start and end tags "<?php and ?>" and so is sent to the browser as HTML mark-up and not processed on the server by PHP.Try searching your code for this string "'Send pm to new members';" for example to narrow down / find the file / include / offending code that is causing the issue. I can't really help much more without having access to the code etc.Hope it helps!Below is what is sent to the browser before the proper HTML mark-up starts. This is code that should be processed by the server and not sent to the browser as text:$txt['pm_register'] = 'Send pm to new members';$txt['pm_register_id'] = 'Select the ID of the sender';$txt['pm_register_username'] = 'Select the Username of the sender';$txt['pm_register_subject'] = 'The subject of the PM';$txt['pm_register_body'] = 'The message of the PM (BBCODE)';$txt['pm_register_body_desc'] = 'This is where you set the message that you would like to send to the user. To insert the username of the user just insert "{$username}". For forum name use "{$forumname}".';// LimitAGuestsDailyPageViewsMod$txt['limited_views_remaining_singular'] = ' page view remaining today';$txt['limited_views_remaining_plural'] = ' page views remaining today';$txt['limited_views'] = 'Limit guests to x page views per day<div class="smalltext">0 to disable</div>';$txt['limited_only_topics'] = 'Limit guests only in topics<div class="smalltext">In another case will be limited in boards and all actions (except vital actions)</div>';$txt['limited_views_message'] = 'All guests are limited to %s page views per day. We now invite you to <a href="' . $scripturl . '?action=login">login[/url] or <a href="' . $scripturl . '?action=register">register[/url] to continue accessing the forum.';$txt['limited_views_title'] = 'Please Login or Register';$txt['display_facebook_like'] = 'Show Facebook like icon in posts';$txt['display_facebook_like_all'] = 'Show Facebook Like icon in all posts, Note Display Facebook Like has to be checked.';