Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[MyBB] MyPlaza v0.5 (beta version)
Author Message
Pirata Nervo
NervOS Developer

Posts: 699.4765
Threads: 39
Joined: 20th Jun 2007
Reputation: -0.79225
E-Pigs: 19.2466
Offline
Post: #231
RE: [MyBB] MyPlaza v0.42 (preview version 9)
sound? o.O

To Zinga:
It fixed my bug :yipi: but the new function rebuild_settings is causing problems, maybe for users that don't know how to fix this...i fixed it, Just edited the files that were being affected and changed the name of the rebuild_settings to SOMETHINGrebuild_settings, the problem is this function:

PHP Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
if(!function_exists("rebuild_settings"))
{
	function rebuild_settings()
	{
		global $db;
		$query = $db->query("SELECT * FROM ".TABLE_PREFIX."settings ORDER BY title ASC");
		while($setting = $db->fetch_array($query))
		{
			$setting['value'] = addslashes($setting['value']);
			$settings .= "\$settings['".$setting['name']."'] = \"".$setting['value']."\";\n";
		}
		$settings = "<?php\n/*********************************\ \n  DO NOT EDIT THIS FILE, PLEASE USE\n  THE SETTINGS EDITOR\n\*********************************/\n\n$settings\n?>";
		$file = fopen("./inc/settings.php", "w");
		fwrite($file, $settings);
		fclose($file);
	}
}


A lot of plugins use it and then it says cannot rebuild function rebuild_settings (that function is from other plugins)

And this function from your plugin:

PHP Code:
function rebuild_settings() { rebuildsettings(); }


Is not working with the other one from the other plugins, so the other function mu st be renamed.

I don't know if you get me :S


(This post was last modified: 25/12/2007 03:41 AM by Pirata Nervo.)
25/12/2007 03:26 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [MyBB] MyPlaza v0.42 (preview version 9) - Pirata Nervo - 25/12/2007 03:26 AM
Thread Revived!!! - Necro-Bot - 26/07/2009, 10:57 AM

Forum Jump:


User(s) browsing this thread: 10 Guest(s)

 Quick Theme: