FreiChat related discussions
custom install dont work

It should work in all IE7+ browsers, press F12 and see whether the browser is in quirks mode.
if it is, then you might have to add a meta tag to use the latest rendering available.

It should work in all IE7+ browsers, press F12 and see whether the browser is in quirks mode. if it is, then you might have to add a meta tag to use the latest rendering available.
Necessity is the mother of all inventions!

Hi thanks for the quick reply again.

Now I did the f12 and selected ie7 browser mode and then 8 and then 9 and even 9 compatibility mode and it worked in all correcty, however when you first open ie and go to the forum it doesnt work, even if your not logged in allready and log in, a strange problem indeed.

Could you possibly take a look, i have created a dummy account for you

http://www.starpeaceonline.info

User = tester
Pass = tester

Hi thanks for the quick reply again. Now I did the f12 and selected ie7 browser mode and then 8 and then 9 and even 9 compatibility mode and it worked in all correcty, however when you first open ie and go to the forum it doesnt work, even if your not logged in allready and log in, a strange problem indeed. Could you possibly take a look, i have created a dummy account for you http://www.starpeaceonline.info User = tester Pass = tester

add this code in the head tag, this will force IE to use the latest rendering engine available.

<meta http-equiv="X-UA-Compatible" content="IE=edge">

add this code in the head tag, this will force IE to use the latest rendering engine available. &amp;lt;code&amp;gt; &amp;lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=edge&quot; /&amp;gt; &amp;lt;/code&amp;gt;
Necessity is the mother of all inventions!

Thanks but its still not playing ball in ie, am going to try messing around tonight and see what i can come up with.

Thanks but its still not playing ball in ie, am going to try messing around tonight and see what i can come up with.

Ok so I have disabled everything in vanilla to make sure no conflicts from there and have copied the log :

January 8, 2012, 1:25 am: connected to database successfully

January 8, 2012, 1:25 am: connected to database successfully

January 8, 2012, 1:25 am: connected to database successfully

January 8, 2012, 1:25 am: Wrong method defined!

January 8, 2012, 1:25 am: main.php loaded

January 8, 2012, 1:25 am: connected to database successfully

January 8, 2012, 1:25 am: Inserted the user with the following data :: Username = dodgerid And ID = 1 Default status = I am available

January 8, 2012, 1:25 am: connected to database successfully

January 8, 2012, 1:25 am: Wrong method defined!

January 8, 2012, 1:25 am: connected to database successfully

January 8, 2012, 1:25 am: Wrong method defined!

January 8, 2012, 1:25 am: connected to database successfully

January 8, 2012, 1:25 am: connected to database successfully

January 8, 2012, 1:25 am: Wrong method defined!

January 8, 2012, 1:25 am: connected to database successfully

January 8, 2012, 1:25 am: Wrong method defined!

What is Wrong method defined meant to mean ?

Ok so I have disabled everything in vanilla to make sure no conflicts from there and have copied the log : January 8, 2012, 1:25 am: connected to database successfully January 8, 2012, 1:25 am: connected to database successfully January 8, 2012, 1:25 am: connected to database successfully January 8, 2012, 1:25 am: Wrong method defined! January 8, 2012, 1:25 am: main.php loaded January 8, 2012, 1:25 am: connected to database successfully January 8, 2012, 1:25 am: Inserted the user with the following data :: Username = dodgerid And ID = 1 Default status = I am available January 8, 2012, 1:25 am: connected to database successfully January 8, 2012, 1:25 am: Wrong method defined! January 8, 2012, 1:25 am: connected to database successfully January 8, 2012, 1:25 am: Wrong method defined! January 8, 2012, 1:25 am: connected to database successfully January 8, 2012, 1:25 am: connected to database successfully January 8, 2012, 1:25 am: Wrong method defined! January 8, 2012, 1:25 am: connected to database successfully January 8, 2012, 1:25 am: Wrong method defined! What is Wrong method defined meant to mean ?

the wrong method defined is just a log message which says it tried to save some resources by skipping some queries, if you look at the log carefully, you will see a pattern in the log and your pattern is perfect.
so no need to worry about that.
I checked the source code of your website, please make sure that the X-UA-Compatible header meta tag must appear in the header of the webpage (the HEAD section) before all other elements except for the title element and other meta elements.

also try modifying the doctype to html5 as shown below

the wrong method defined is just a log message which says it tried to save some resources by skipping some queries, if you look at the log carefully, you will see a pattern in the log and your pattern is perfect. so no need to worry about that. I checked the source code of your website, please make sure that the X-UA-Compatible header meta tag must appear in the header of the webpage (the HEAD section) before all other elements except for the title element and other meta elements. also try modifying the doctype to html5 as shown below &amp;lt;code&amp;gt; &amp;lt;!doctype html&amp;gt; &amp;lt;/code&amp;gt;
Necessity is the mother of all inventions!
12
338
25
0
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft