Elle
@jenny
Honorable Member
Joined: Feb 14, 2007
Topics: 47 / Replies: 542
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
Reply
Re: Preview BEFORE submitting?

Oh! That works good.I originally had that with the !. o_OThanks, Tammy. πŸ˜€

18 years ago
Forum
Reply
Re: Preview BEFORE submitting?

Here's the chunk of it: $submit = isset($_POST['submit']) ? $_POST['submit'] : false;if(!$submit) $submit = _PREVIEW;$output ...

18 years ago
Forum
Reply
Re: Preview BEFORE submitting?

I used this instead:isset($_POST['submit']) ? $_POST['submit'] : falseIt'll do the same job, right?Thanks!

18 years ago
Forum
Page 24 / 40