Elle
@jenny
Honorable Member
Joined: Feb 14, 2007
Topics: 47 / Replies: 547
Reply
Re: Fatal error: Call to undefined function dbquery() in upgrade20.php

No, but it might help debug it, which is what I'm heading for.You modified the index.php, so it won't give any comments. Um, do you have the...

18 years ago
Forum
Reply
Reply
Re: Fatal error: Call to undefined function dbquery() in upgrade20.php

The = sign isn't needed.Have you got a page with the original index.php's contents? :3

18 years ago
Forum
Reply
Re: Fatal error: Call to undefined function dbquery() in upgrade20.php

Disregarding that error for a moment (for that I can only a hazard a guess at a missing table prefix or sitekey...), is the error on index.php intenti...

18 years ago
Forum
Reply
Re: Fatal error: Call to undefined function dbquery() in upgrade20.php

I don't think you can. You could try password protecting the entire subdomain, though it may be extreme.I've just thought of something, thou...

18 years ago
Forum
Reply
Re: Fatal error: Call to undefined function dbquery() in upgrade20.php

That's OK. After the variables and before the ?>I blanked out what mine are, but mine looks like this:<?php $dbhost = "";$dbname ...

18 years ago
Forum
Reply
Re: Fatal error: Call to undefined function dbquery() in upgrade20.php

I was wondering about the 3.3.2, too. :PI think that's the error...but there will probably be a gazillion other errors after this one, or somethi...

18 years ago
Forum
Reply
Re: Fatal error: Call to undefined function dbquery() in upgrade20.php

In your config.php is there an include to dbfunctions.php?

18 years ago
Forum
Reply
Re: Fatal error: Call to undefined function dbquery() in upgrade20.php

I downloaded a new install of the latest eFic and looked in the file...Before dbquery():There's:include ("../includes/class.TemplatePower.in...

18 years ago
Forum
Reply
Re: Fatal error: Call to undefined function dbquery() in upgrade20.php

I didn't upgrade, so I'm not entirely sure on the solution, but dbquery() is:function dbquery($query) {global $debug, $headerSent, $dbconnec...

18 years ago
Forum
Reply
Re: Cannot Respond to or Click on Challenge Titles

I think some of the bottom errors will disappear with debug turned off.

18 years ago
Forum
Reply
Re: Text Editor?

I like Notepad++. It highlights things.  :mrgreen:

18 years ago
Forum
Reply
Re: MySQL help--looking for either a manual or a solution 🙂

Awesome, glad I could be of some help. 😀

18 years ago
Forum
Reply
Re: MySQL help--looking for either a manual or a solution 🙂

Oh! Sorry.AND (DATE(`updated`) BETWEEN DATE(SUBDATE(CURDATE(), INTERVAL 6 MONTH)) AND CURDATE()) That's something I use on another script.

18 years ago
Forum
Reply
Re: MySQL help--looking for either a manual or a solution 🙂

I removed the brackets and the space...see if it works?$result = dbquery("SELECT story.title as storytitle, story.uid, story.sid, story.catid, st...

18 years ago
Forum
Page 24 / 40