MyBB Community Forums

Full Version: ugh OH OMG OOPS..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
DELETE FROM mybb.mybb_templates WHERE (tid LIKE '%<html%' OR title LIKE '%<html%' OR template LIKE '%<html%' OR sid LIKE '%<html%' OR version LIKE '%<html%' OR status LIKE '%<html%' OR dateline LIKE '%<html%') OR (tid LIKE '%xml:lang="en"%' OR title LIKE '%xml:lang="en"%' OR template LIKE '%xml:lang="en"%' OR sid LIKE '%xml:lang="en"%' OR version LIKE '%xml:lang="en"%' OR status LIKE '%xml:lang="en"%' OR dateline LIKE '%xml:lang="en"%') OR (tid LIKE '%lang="en"%' OR title LIKE '%lang="en"%' OR template LIKE '%lang="en"%' OR sid LIKE '%lang="en"%' OR version LIKE '%lang="en"%' OR status LIKE '%lang="en"%' OR dateline LIKE '%lang="en"%') OR (tid LIKE '%xmlns="http://www.w3.org/1999/xhtml">%' OR title LIKE '%xmlns="http://www.w3.org/1999/xhtml">%' OR template LIKE '%xmlns="http://www.w3.org/1999/xhtml">%' OR sid LIKE '%xmlns="http://www.w3.org/1999/xhtml">%' OR version LIKE '%xmlns="http://www.w3.org/1999/xhtml">%' OR status LIKE '%xmlns="http://www.w3.org/1999/xhtml">%' OR dateline LIKE '%xmlns="http://www.w3.org/1999/xhtml">%')


I accidently deleted this


[Image: 2uib41v.gif]

now when u got to my site

www.24-7Gt.com

blank page

Ugh oh Sad
Did you have a custom theme?

I have attached a generic default "templates" table for you. Just delete the existing TEMPLATES table and import this with phpmyadmin.

If you have a custom template though you may need to reinstall it along with your plugins. In the future I suggest you keep backups.
nah it was default

Im trying to fix sumthing with <fieldset> with internet explorer and u need to delete something like this:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">


on all .php pages so my style shows up correctly on INTERNET EXPLORER IT WORKS On firefox but i.e is a pce of crap.

lol :-) SO I was trying to find it in phpmyadmin bcz i couldnt find it .php pages so i tryed to delete and that's how i got this problem

xD Sad

I'll do what u said brb.

i got plugins installed would it brake?
Sorry 4 double post but edit isn't working..


HERES the problem now Thank u labroco for the style thing! <333

But now look:
THAT"S INTERNET EXPLORER!
[Image: 2lb43r.gif]



FIREFOX:
[Image: 20zd11w.gif]

EDIT: See I know it has sumthing to do with

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 

<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml"> 
<head>

but where Do i find those to delete? LoL That's how i got this problem lawl..
Edit is working fine
Well It wouldnt load, xD :-)

Tiki u help me on the IE Fix? Big Grin
It looks fine to me. If you are talking about the space/width difference that's just IE. Each browser tends to render a bit differently.
Yes but on i.e i can fix it and i need to know how, bcz if u go to www.forums.d2jsp.org

it works on i.e and i jsut copyed there .css so it should work.. lol
Oh I see...you are talking about that little extra space in the header table that overflows the blue color.

Goodluck on that..it has nothing to do with doctype. More than likely it's line-height problem. The forum you copied from isn't mybb so you can't just "copy" the css. Mybb has built in CSS that you can't alter.
Yea well your wrong, lol

It was that i had to replace my htdocu thing with this line:

<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">

i have to use <html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">

instead of mybb default:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Lol ..

Big Grin


Yay! <3
I stand corrected then. However you have a lot of validation errors now concerning doctype and head codes. That might bring you even more headaches.
Pages: 1 2