MyBB Community Forums

Full Version: FireFox Display Error....
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I'm having this very odd problem where the forum looks great in IE, but horrible in firefox. In ff its almost like the css hasn't loaded.

My url is http://forum.bizari.com/
I second that. I'm the one that first reported the problem. It doesn't work in firefox there, but this works in ff.

Here's the topic: http://forum.bizari.com/showthread.php?tid=9
View the CSS.

Those PHP errors are killing it - whereas IE carries on regardless of 'bad' code (and often makes mistakes in the process), Firefox sees that what's in the file isn't CSS-only and duly refuses to display it.

Unless you fix those errors (or change the error-reporting settings), you'll continue to have the problem.
Its rather strange... When I used the default settings.php and just edited by hand-I got this;

<?php
/*********************************\ 
  DO NOT EDIT THIS FILE, PLEASE USE
  THE SETTINGS EDITOR
\*********************************/

$settings['load'] = "0";
$settings['adminemail'] = "[email protected]";
$settings['pmsallowhtml'] = "no";
$settings['sightml'] = "no";
$settings['pmsallowmycode'] = "yes";
$settings['sigmycode'] = "yes";
$settings['pmsallowsmilies'] = "yes";
$settings['sigsmilies'] = "yes";
$settings['pmsallowimgcode'] = "yes";
$settings['sigimgcode'] = "yes";
$settings['subscribeexcerpt'] = "100";
$settings['announcementlimit'] = "2";
$settings['regimage'] = "off";
$settings['attachthumbh'] = "60";
$settings['attachthumbw'] = "60";
$settings['avatardir'] = "images/avatars";
$settings['emailban'] = "";
$settings['ipban'] = "";
$settings['bannedusernames'] = "drcracker Oops! hmmm";
$settings['boardclosed'] = "no";
$settings['boardclosed_reason'] = "These forums are currently closed for maintenance. Please check back later.";
$settings['bbname'] = "Bizari Forums";
$settings['bburl'] = "http://forum.bizari.com";
$settings['smilieinserter'] = "on";
$settings['contactlink'] = "mailto:[email protected]";
$settings['cplanguage'] = "english";
$settings['cpstyle'] = "Axiom";
$settings['cookiedomain'] = "";
$settings['cookiepath'] = "";
$settings['wolcutoffmins'] = "15";
$settings['dateformat'] = "m-d-Y";
$settings['bblanguage'] = "english";
$settings['timezoneoffset'] = "+0";
$settings['codeboxstyle'] = "yes";
$settings['quoteboxstyle'] = "yes";
$settings['portal_announcementsfid'] = "1";
$settings['modlist'] = "on";
$settings['redirects'] = "on";
$settings['hideprivateforums'] = "yes";
$settings['homename'] = "Home";
$settings['homeurl'] = "http://forum.bizari.com";
$settings['siglength'] = "255";
$settings['logip'] = "hide";
$settings['avatarsize'] = "9";
$settings['maxattachments'] = "5";
$settings['maxpostimages'] = "10";
$settings['messagelength'] = "0";
$settings['maxsigimages'] = "2";
$settings['maxpolloptions'] = "10";
$settings['polloptionlimit'] = "250";
$settings['maxposts'] = "0";
$settings['maxregsbetweentime'] = "2";
$settings['maxnamelength'] = "30";
$settings['membersperpage'] = "20";
$settings['minnamelength'] = "3";
$settings['movedprefix'] = "<b>Moved:</b>";
$settings['smilieinsertercols'] = "4";
$settings['smilieinsertertot'] = "20";
$settings['portal_numannouncements'] = "10";
$settings['portal_showdiscussionsnum'] = "10";
$settings['portal_showdiscussionsnum'] = "10";
$settings['pollprefix'] = "<b>Poll:</b>";
$settings['postfloodcheck'] = "on";
$settings['postfloodsecs'] = "15";
$settings['postsperpage'] = "15";
$settings['privateeventcolor'] = "red";
$settings['publiceventcolor'] = "green";
$settings['threadreadcut'] = "7";
$settings['regdateformat'] = "M Y";
$settings['regtype'] = "verify";
$settings['hottopic'] = "25";
$settings['reportmethod'] = "db";
$settings['nocacheheaders'] = "no";
$settings['standardheaders'] = "no";
$settings['showeditedbyadmin'] = "yes";
$settings['showeditedby'] = "yes";
$settings['showsimilarthreads'] = "no";
$settings['attachthumbnails'] = "yes";
$settings['showdescriptions'] = "yes";
$settings['portal_showstats'] = "yes";
$settings['portal_showstats'] = "yes";
$settings['portal_showdiscussions'] = "yes";
$settings['portal_showsearch'] = "yes";
$settings['showindexstats'] = "yes";
$settings['portal_showpms'] = "yes";
$settings['portal_showwelcome'] = "yes";
$settings['showbirthdays'] = "yes";
$settings['portal_showwol'] = "yes";
$settings['showwol'] = "yes";
$settings['portal_showwol'] = "yes";
$settings['similarlimit'] = "10";
$settings['similarityrating'] = "1";
$settings['statslimit'] = "15";
$settings['stickyprefix'] = "<b>Sticky:</b>";
$settings['threadsperpage'] = "50";
$settings['betweenregstime'] = "24";
$settings['timeformat'] = "h:i A";
$settings['dotfolders'] = "yes";
$settings['gzipoutput'] = "yes";
$settings['usereferrals'] = "yes";
$settings['threadusenetstyle'] = "no";
$settings['userpppoptions'] = "5,10,20,25,30,40,50";
$settings['usertppoptions'] = "10,20,25,30,40,50";
$settings['browsingthisforum'] = "on";
$settings['emailkeep'] = "no";
$settings['hottopicviews'] = "150";

?>

And everything worked in firefox, ie, opera...ect.

But after I go to the ACP and edit the "General Settings" I get this file;

<?php
/*********************************\ 
  DO NOT EDIT THIS FILE, PLEASE USE
  THE SETTINGS EDITOR
\*********************************/

$settings[load] = "0";
$settings[adminemail] = "[email protected]";
$settings[pmsallowhtml] = "no";
$settings[sightml] = "no";
$settings[pmsallowmycode] = "yes";
$settings[sigmycode] = "yes";
$settings[pmsallowsmilies] = "yes";
$settings[sigsmilies] = "yes";
$settings[pmsallowimgcode] = "yes";
$settings[sigimgcode] = "yes";
$settings[subscribeexcerpt] = "100";
$settings[announcementlimit] = "2";
$settings[regimage] = "on";
$settings[attachthumbh] = "60";
$settings[attachthumbw] = "60";
$settings[avatardir] = "images/avatars";
$settings[emailban] = "";
$settings[ipban] = "";
$settings[bannedusernames] = "drcracker Oops! hmmm";
$settings[boardclosed] = "no";
$settings[boardclosed_reason] = "These forums are currently closed for maintenance. Please check back later.";
$settings[bbname] = "Bizari Forums";
$settings[bburl] = "http://forum.bizari.com";
$settings[smilieinserter] = "on";
$settings[contactlink] = "mailto:[email protected]";
$settings[cplanguage] = "english";
$settings[cpstyle] = "Axiom";
$settings[cookiedomain] = "";
$settings[cookiepath] = "";
$settings[wolcutoffmins] = "15";
$settings[dateformat] = "m-d-Y";
$settings[bblanguage] = "english";
$settings[timezoneoffset] = "+10";
$settings[codeboxstyle] = "yes";
$settings[quoteboxstyle] = "yes";
$settings[portal_announcementsfid] = "1";
$settings[modlist] = "on";
$settings[redirects] = "on";
$settings[hideprivateforums] = "yes";
$settings[homename] = "Home";
$settings[homeurl] = "http://forum.bizari.com/";
$settings[siglength] = "255";
$settings[logip] = "hide";
$settings[avatarsize] = "5000";
$settings[maxattachments] = "5";
$settings[maxpostimages] = "10";
$settings[messagelength] = "0";
$settings[maxsigimages] = "5";
$settings[maxpolloptions] = "10";
$settings[polloptionlimit] = "250";
$settings[maxposts] = "0";
$settings[maxregsbetweentime] = "2";
$settings[maxnamelength] = "30";
$settings[membersperpage] = "20";
$settings[minnamelength] = "3";
$settings[movedprefix] = "<b>Moved:</b>";
$settings[smilieinsertercols] = "4";
$settings[smilieinsertertot] = "20";
$settings[portal_numannouncements] = "10";
$settings[portal_showdiscussionsnum] = "10";
$settings[portal_showdiscussionsnum] = "10";
$settings[pollprefix] = "<b>Poll:</b>";
$settings[postfloodcheck] = "on";
$settings[postfloodsecs] = "20";
$settings[postsperpage] = "10";
$settings[privateeventcolor] = "red";
$settings[publiceventcolor] = "green";
$settings[threadreadcut] = "7";
$settings[regdateformat] = "M Y";
$settings[regtype] = "instant";
$settings[hottopic] = "20";
$settings[reportmethod] = "email";
$settings[nocacheheaders] = "no";
$settings[standardheaders] = "no";
$settings[showeditedbyadmin] = "yes";
$settings[showeditedby] = "yes";
$settings[showsimilarthreads] = "no";
$settings[attachthumbnails] = "yes";
$settings[showdescriptions] = "yes";
$settings[portal_showstats] = "yes";
$settings[portal_showstats] = "yes";
$settings[portal_showdiscussions] = "yes";
$settings[portal_showsearch] = "yes";
$settings[showindexstats] = "yes";
$settings[portal_showpms] = "yes";
$settings[portal_showwelcome] = "yes";
$settings[showbirthdays] = "yes";
$settings[portal_showwol] = "yes";
$settings[showwol] = "yes";
$settings[portal_showwol] = "yes";
$settings[similarlimit] = "10";
$settings[similarityrating] = "1";
$settings[statslimit] = "15";
$settings[stickyprefix] = "<b>Sticky:</b>";
$settings[threadsperpage] = "20";
$settings[betweenregstime] = "24";
$settings[timeformat] = "h:i A";
$settings[dotfolders] = "yes";
$settings[gzipoutput] = "yes";
$settings[usereferrals] = "yes";
$settings[threadusenetstyle] = "no";
$settings[userpppoptions] = "5,10,20,25,30,40,50";
$settings[usertppoptions] = "10,20,25,30,40,50";
$settings[browsingthisforum] = "on";
$settings[emailkeep] = "no";
$settings[hottopicviews] = "150";

?>

And the css files shows errors on settings.php.

Notice: Use of undefined constant load - assumed 'load' in E:\bizariforumsipb\inc\settings.php on line 7

Notice: Use of undefined constant adminemail - assumed 'adminemail' in E:\bizariforumsipb\inc\settings.php on line 8

Notice: Use of undefined constant pmsallowhtml - assumed 'pmsallowhtml' in E:\bizariforumsipb\inc\settings.php on line 9

Notice: Use of undefined constant sightml - assumed 'sightml' in E:\bizariforumsipb\inc\settings.php on line 10

Notice: Use of undefined constant pmsallowmycode - assumed 'pmsallowmycode' in E:\bizariforumsipb\inc\settings.php on line 11

Notice: Use of undefined constant sigmycode - assumed 'sigmycode' in E:\bizariforumsipb\inc\settings.php on line 12

Notice: Use of undefined constant pmsallowsmilies - assumed 'pmsallowsmilies' in E:\bizariforumsipb\inc\settings.php on line 13

Notice: Use of undefined constant sigsmilies - assumed 'sigsmilies' in E:\bizariforumsipb\inc\settings.php on line 14

Notice: Use of undefined constant pmsallowimgcode - assumed 'pmsallowimgcode' in E:\bizariforumsipb\inc\settings.php on line 15

Notice: Use of undefined constant sigimgcode - assumed 'sigimgcode' in E:\bizariforumsipb\inc\settings.php on line 16

Notice: Use of undefined constant subscribeexcerpt - assumed 'subscribeexcerpt' in E:\bizariforumsipb\inc\settings.php on line 17

Notice: Use of undefined constant announcementlimit - assumed 'announcementlimit' in E:\bizariforumsipb\inc\settings.php on line 18

Notice: Use of undefined constant regimage - assumed 'regimage' in E:\bizariforumsipb\inc\settings.php on line 19

Notice: Use of undefined constant attachthumbh - assumed 'attachthumbh' in E:\bizariforumsipb\inc\settings.php on line 20

Notice: Use of undefined constant attachthumbw - assumed 'attachthumbw' in E:\bizariforumsipb\inc\settings.php on line 21

Notice: Use of undefined constant avatardir - assumed 'avatardir' in E:\bizariforumsipb\inc\settings.php on line 22

Notice: Use of undefined constant emailban - assumed 'emailban' in E:\bizariforumsipb\inc\settings.php on line 23

Notice: Use of undefined constant ipban - assumed 'ipban' in E:\bizariforumsipb\inc\settings.php on line 24

Notice: Use of undefined constant bannedusernames - assumed 'bannedusernames' in E:\bizariforumsipb\inc\settings.php on line 25

Notice: Use of undefined constant boardclosed - assumed 'boardclosed' in E:\bizariforumsipb\inc\settings.php on line 26

Notice: Use of undefined constant boardclosed_reason - assumed 'boardclosed_reason' in E:\bizariforumsipb\inc\settings.php on line 27

Notice: Use of undefined constant bbname - assumed 'bbname' in E:\bizariforumsipb\inc\settings.php on line 28

Notice: Use of undefined constant bburl - assumed 'bburl' in E:\bizariforumsipb\inc\settings.php on line 29

Notice: Use of undefined constant smilieinserter - assumed 'smilieinserter' in E:\bizariforumsipb\inc\settings.php on line 30

Notice: Use of undefined constant contactlink - assumed 'contactlink' in E:\bizariforumsipb\inc\settings.php on line 31

Notice: Use of undefined constant cplanguage - assumed 'cplanguage' in E:\bizariforumsipb\inc\settings.php on line 32

Notice: Use of undefined constant cpstyle - assumed 'cpstyle' in E:\bizariforumsipb\inc\settings.php on line 33

Notice: Use of undefined constant cookiedomain - assumed 'cookiedomain' in E:\bizariforumsipb\inc\settings.php on line 34

Notice: Use of undefined constant cookiepath - assumed 'cookiepath' in E:\bizariforumsipb\inc\settings.php on line 35

Notice: Use of undefined constant wolcutoffmins - assumed 'wolcutoffmins' in E:\bizariforumsipb\inc\settings.php on line 36

Notice: Use of undefined constant dateformat - assumed 'dateformat' in E:\bizariforumsipb\inc\settings.php on line 37

Notice: Use of undefined constant bblanguage - assumed 'bblanguage' in E:\bizariforumsipb\inc\settings.php on line 38

Notice: Use of undefined constant timezoneoffset - assumed 'timezoneoffset' in E:\bizariforumsipb\inc\settings.php on line 39

Notice: Use of undefined constant codeboxstyle - assumed 'codeboxstyle' in E:\bizariforumsipb\inc\settings.php on line 40

Notice: Use of undefined constant quoteboxstyle - assumed 'quoteboxstyle' in E:\bizariforumsipb\inc\settings.php on line 41

Notice: Use of undefined constant portal_announcementsfid - assumed 'portal_announcementsfid' in E:\bizariforumsipb\inc\settings.php on line 42

Notice: Use of undefined constant modlist - assumed 'modlist' in E:\bizariforumsipb\inc\settings.php on line 43

Notice: Use of undefined constant redirects - assumed 'redirects' in E:\bizariforumsipb\inc\settings.php on line 44

Notice: Use of undefined constant hideprivateforums - assumed 'hideprivateforums' in E:\bizariforumsipb\inc\settings.php on line 45

Notice: Use of undefined constant homename - assumed 'homename' in E:\bizariforumsipb\inc\settings.php on line 46

Notice: Use of undefined constant homeurl - assumed 'homeurl' in E:\bizariforumsipb\inc\settings.php on line 47

Notice: Use of undefined constant siglength - assumed 'siglength' in E:\bizariforumsipb\inc\settings.php on line 48

Notice: Use of undefined constant logip - assumed 'logip' in E:\bizariforumsipb\inc\settings.php on line 49

Notice: Use of undefined constant avatarsize - assumed 'avatarsize' in E:\bizariforumsipb\inc\settings.php on line 50

Notice: Use of undefined constant maxattachments - assumed 'maxattachments' in E:\bizariforumsipb\inc\settings.php on line 51

Notice: Use of undefined constant maxpostimages - assumed 'maxpostimages' in E:\bizariforumsipb\inc\settings.php on line 52

Notice: Use of undefined constant messagelength - assumed 'messagelength' in E:\bizariforumsipb\inc\settings.php on line 53

Notice: Use of undefined constant maxsigimages - assumed 'maxsigimages' in E:\bizariforumsipb\inc\settings.php on line 54

Notice: Use of undefined constant maxpolloptions - assumed 'maxpolloptions' in E:\bizariforumsipb\inc\settings.php on line 55

Notice: Use of undefined constant polloptionlimit - assumed 'polloptionlimit' in E:\bizariforumsipb\inc\settings.php on line 56

Notice: Use of undefined constant maxposts - assumed 'maxposts' in E:\bizariforumsipb\inc\settings.php on line 57

Notice: Use of undefined constant maxregsbetweentime - assumed 'maxregsbetweentime' in E:\bizariforumsipb\inc\settings.php on line 58

Notice: Use of undefined constant maxnamelength - assumed 'maxnamelength' in E:\bizariforumsipb\inc\settings.php on line 59

Notice: Use of undefined constant membersperpage - assumed 'membersperpage' in E:\bizariforumsipb\inc\settings.php on line 60

Notice: Use of undefined constant minnamelength - assumed 'minnamelength' in E:\bizariforumsipb\inc\settings.php on line 61

Notice: Use of undefined constant movedprefix - assumed 'movedprefix' in E:\bizariforumsipb\inc\settings.php on line 62

Notice: Use of undefined constant smilieinsertercols - assumed 'smilieinsertercols' in E:\bizariforumsipb\inc\settings.php on line 63

Notice: Use of undefined constant smilieinsertertot - assumed 'smilieinsertertot' in E:\bizariforumsipb\inc\settings.php on line 64

Notice: Use of undefined constant portal_numannouncements - assumed 'portal_numannouncements' in E:\bizariforumsipb\inc\settings.php on line 65

Notice: Use of undefined constant portal_showdiscussionsnum - assumed 'portal_showdiscussionsnum' in E:\bizariforumsipb\inc\settings.php on line 66

Notice: Use of undefined constant portal_showdiscussionsnum - assumed 'portal_showdiscussionsnum' in E:\bizariforumsipb\inc\settings.php on line 67

Notice: Use of undefined constant pollprefix - assumed 'pollprefix' in E:\bizariforumsipb\inc\settings.php on line 68

Notice: Use of undefined constant postfloodcheck - assumed 'postfloodcheck' in E:\bizariforumsipb\inc\settings.php on line 69

Notice: Use of undefined constant postfloodsecs - assumed 'postfloodsecs' in E:\bizariforumsipb\inc\settings.php on line 70

Notice: Use of undefined constant postsperpage - assumed 'postsperpage' in E:\bizariforumsipb\inc\settings.php on line 71

Notice: Use of undefined constant privateeventcolor - assumed 'privateeventcolor' in E:\bizariforumsipb\inc\settings.php on line 72

Notice: Use of undefined constant publiceventcolor - assumed 'publiceventcolor' in E:\bizariforumsipb\inc\settings.php on line 73

Notice: Use of undefined constant threadreadcut - assumed 'threadreadcut' in E:\bizariforumsipb\inc\settings.php on line 74

Notice: Use of undefined constant regdateformat - assumed 'regdateformat' in E:\bizariforumsipb\inc\settings.php on line 75

Notice: Use of undefined constant regtype - assumed 'regtype' in E:\bizariforumsipb\inc\settings.php on line 76

Notice: Use of undefined constant hottopic - assumed 'hottopic' in E:\bizariforumsipb\inc\settings.php on line 77

Notice: Use of undefined constant reportmethod - assumed 'reportmethod' in E:\bizariforumsipb\inc\settings.php on line 78

Notice: Use of undefined constant nocacheheaders - assumed 'nocacheheaders' in E:\bizariforumsipb\inc\settings.php on line 79

Notice: Use of undefined constant standardheaders - assumed 'standardheaders' in E:\bizariforumsipb\inc\settings.php on line 80

Notice: Use of undefined constant showeditedbyadmin - assumed 'showeditedbyadmin' in E:\bizariforumsipb\inc\settings.php on line 81

Notice: Use of undefined constant showeditedby - assumed 'showeditedby' in E:\bizariforumsipb\inc\settings.php on line 82

Notice: Use of undefined constant showsimilarthreads - assumed 'showsimilarthreads' in E:\bizariforumsipb\inc\settings.php on line 83

Notice: Use of undefined constant attachthumbnails - assumed 'attachthumbnails' in E:\bizariforumsipb\inc\settings.php on line 84

Notice: Use of undefined constant showdescriptions - assumed 'showdescriptions' in E:\bizariforumsipb\inc\settings.php on line 85

Notice: Use of undefined constant portal_showstats - assumed 'portal_showstats' in E:\bizariforumsipb\inc\settings.php on line 86

Notice: Use of undefined constant portal_showstats - assumed 'portal_showstats' in E:\bizariforumsipb\inc\settings.php on line 87

Notice: Use of undefined constant portal_showdiscussions - assumed 'portal_showdiscussions' in E:\bizariforumsipb\inc\settings.php on line 88

Notice: Use of undefined constant portal_showsearch - assumed 'portal_showsearch' in E:\bizariforumsipb\inc\settings.php on line 89

Notice: Use of undefined constant showindexstats - assumed 'showindexstats' in E:\bizariforumsipb\inc\settings.php on line 90

Notice: Use of undefined constant portal_showpms - assumed 'portal_showpms' in E:\bizariforumsipb\inc\settings.php on line 91

Notice: Use of undefined constant portal_showwelcome - assumed 'portal_showwelcome' in E:\bizariforumsipb\inc\settings.php on line 92

Notice: Use of undefined constant showbirthdays - assumed 'showbirthdays' in E:\bizariforumsipb\inc\settings.php on line 93

Notice: Use of undefined constant portal_showwol - assumed 'portal_showwol' in E:\bizariforumsipb\inc\settings.php on line 94

Notice: Use of undefined constant showwol - assumed 'showwol' in E:\bizariforumsipb\inc\settings.php on line 95

Notice: Use of undefined constant portal_showwol - assumed 'portal_showwol' in E:\bizariforumsipb\inc\settings.php on line 96

Notice: Use of undefined constant similarlimit - assumed 'similarlimit' in E:\bizariforumsipb\inc\settings.php on line 97

Notice: Use of undefined constant similarityrating - assumed 'similarityrating' in E:\bizariforumsipb\inc\settings.php on line 98

Notice: Use of undefined constant statslimit - assumed 'statslimit' in E:\bizariforumsipb\inc\settings.php on line 99

Notice: Use of undefined constant stickyprefix - assumed 'stickyprefix' in E:\bizariforumsipb\inc\settings.php on line 100

Notice: Use of undefined constant threadsperpage - assumed 'threadsperpage' in E:\bizariforumsipb\inc\settings.php on line 101

Notice: Use of undefined constant betweenregstime - assumed 'betweenregstime' in E:\bizariforumsipb\inc\settings.php on line 102

Notice: Use of undefined constant timeformat - assumed 'timeformat' in E:\bizariforumsipb\inc\settings.php on line 103

Notice: Use of undefined constant dotfolders - assumed 'dotfolders' in E:\bizariforumsipb\inc\settings.php on line 104

Notice: Use of undefined constant gzipoutput - assumed 'gzipoutput' in E:\bizariforumsipb\inc\settings.php on line 105

Notice: Use of undefined constant usereferrals - assumed 'usereferrals' in E:\bizariforumsipb\inc\settings.php on line 106

Notice: Use of undefined constant threadusenetstyle - assumed 'threadusenetstyle' in E:\bizariforumsipb\inc\settings.php on line 107

Notice: Use of undefined constant userpppoptions - assumed 'userpppoptions' in E:\bizariforumsipb\inc\settings.php on line 108

Notice: Use of undefined constant usertppoptions - assumed 'usertppoptions' in E:\bizariforumsipb\inc\settings.php on line 109

Notice: Use of undefined constant browsingthisforum - assumed 'browsingthisforum' in E:\bizariforumsipb\inc\settings.php on line 110

Notice: Use of undefined constant emailkeep - assumed 'emailkeep' in E:\bizariforumsipb\inc\settings.php on line 111

Notice: Use of undefined constant hottopicviews - assumed 'hottopicviews' in E:\bizariforumsipb\inc\settings.php on line 112

Warning: Cannot modify header information - headers already sent by (output started at E:\bizariforumsipb\inc\settings.php:7) in E:\bizariforumsipb\css.php on line 112

Notice: Undefined variable: menuhoverbgimage in E:\bizariforumsipb\css.php(113) : eval()'d code on line 63

Notice: Undefined variable: outerborder in E:\bizariforumsipb\css.php(113) : eval()'d code on line 161
In the second file, the array element names aren't surrounded by ' marks:

$settings['load'] = "0";

...becomes...

$settings[load] = "0";

However, quite why it's removing them is beyond me. I'm a n00b to MyBB Wink
I'm using Firefox 1.0.6 (Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6) and it seems to be loading fine. No errors or anything.
Thats because I'm using the first file. I'm doing all the config by hand now, which is difficult. Why would it add ' to all the variables when editing in acp?
The easiest way to get around this is to put
error_reporting(E_ALL ^ E_NOTICE);
right after
// start our main timer! :)
in css.php. That'd get rid of all the notices.
Open admin/settings.php.
Find:
		$settings .= "\$settings[$setting[name]] = \"$setting[value]\";\n";
Replace with:
$settings .= "\$settings['".$setting['name']."'] = \"".$setting['value']."\";\n";
marcgo15 Wrote:I'm using Firefox 1.0.6 (Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6) and it seems to be loading fine. No errors or anything.

I second that! Altho I'm runing XP and there is no problem? try clearing ur Catches (Ctr F5)
Pages: 1 2