Do you remember?
Firefox Wins Offline
Member
***
Posts: 164
Joined: Mar 2008
Post: #3
RE: Do you remember?
Thanks for answering.
Pre-install I thought the issue would have to be in:

/inc/plugins/myplaza.php
/inc/myplaza/myplaza_install.php
or maybe,
/plaza.php

In here (for example)

PHP Code:
1
2
3
4
5
6
7
8
9
10
11
elseif(substr(MYBB_VERCODE, 0, 2) == '14')
{
	if(!isset($db) || !is_object($db))
		$db = &$GLOBALS['db'];
	define('MY_TABLE_PREFIX', '');
	define('DB_TYPE', $db->type);
	define('MY_YES', 1);
	define('MY_NO', 0);
	define('OLD_MY_YES', 'yes');
	define('OLD_MY_NO', 'no');
}

...changed to elseif(substr(MYBB_VERCODE, 0, 2) == '16')

Still getting the original message.
I'll look some more later, and probably use 'grep' to search for version, VERCODE, etc.

07-15-2012 10:50 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Do you remember? - Firefox Wins - 07-15-2012, 08:13 AM
RE: Do you remember? - ZiNgA BuRgA - 07-15-2012, 09:36 AM
RE: Do you remember? - Firefox Wins - 07-15-2012 10:50 AM

 Standard Tools
Forum Jump: