|
|
| Author |
Message |
Seth Sandrino
New User
Joined: 12 Jan 2010
Posts: 22
|
Posted: January 12th 2010, 9:30 pm Post subject: Junior Admin Mod |
|
|
I am trying to install the Jr. Admin mod. When I ran the db update or install file for this mod I received an error saying the mod may not work with my version of phpbb.
| Code:
|
Found phpbb root path at ./.
Using sql queue list file nivisec_schema/nivisec_install.sql.
Found php version 5.2.11.
Found phpbb version 2.0.23.
Warning: This hack was designed on phpbb version 2.0.5. It may or may not work for your version of phpbb!
[OK] :: CREATE TABLE `phpbb_jr_admin_users` ( `user_id` mediumint(9) NOT NULL default '0', `user_jr_admin` longtext NOT NULL, `start_date` int(10) unsigned NOT NULL default '0', `update_date` int(10) unsigned NOT NULL default '0', `admin_notes` text NOT NULL, `notes_view` tinyint(1) NOT NULL default '0', PRIMARY KEY (`user_id`) ) TYPE=MyISAM
Please delete this file (nivisec_install.php) and nivisec_schema/*.* for security reasons!
|
So I was a bit surprised that after making the edits and going into the admin pannel everything seemed to be working fine.
Until I clicked "Edit Modules" under the Junior Admin page. The page that loads from that click is blank.
I understand if I simply cannot get this mod working with my version of PHPBB as it was not developed for it, but I thought I'd ask for help before I gave up.
I should also note that I also followed the directions on how to install the mod on PHPBB 2.0.18 but came against the same problem.
Thank you in advance for the help, |
|
| Back to top |
|
 |
-Ram-
Not So New User
Joined: 17 Jun 2009
Posts: 62
Location: France
|
Posted: January 13th 2010, 9:51 am Post subject: Re: Junior Admin Mod |
|
|
First you should know that this MOD have security bugs, it's not recommended to use it.
| Seth Sandrino wrote:
|
|
I am trying to install the Jr. Admin mod. When I ran the db update or install file for this mod I received an error saying the mod may not work with my version of phpbb.
|
That's because you are using a previous version of phpBB.
| Code:
|
Found phpbb version 2.0.23.
Warning: This hack was designed on phpbb version 2.0.5.
|
| Seth Sandrino wrote:
|
So I was a bit surprised that after making the edits and going into the admin pannel everything seemed to be working fine.
Until I clicked "Edit Modules" under the Junior Admin page. The page that loads from that click is blank.
|
I don't think this MOD works with php5 that's why you get an error. |
|
| Back to top |
|
 |
Wicher
Experienced User

Joined: 23 Apr 2003
Posts: 443
Location: Netherlands or Holland, your choice..
|
Posted: January 28th 2010, 4:11 pm Post subject: |
|
|
Usualy when you get a blank page, that means something is wrong with the language file.
Check the language file for wrongs.
For example:
when there is a ' in a line of text you should escape it with a \ like so: \'
Be sure at the end of every line there is a ;
I am pretty sure the mod should work fine, since i installed it myself a few days ago at my own board. _________________ My little mods | Statistics Mod 4.x.x (revision of 2.1.5) | My hacks at phpbbhacks |
|
| Back to top |
|
 |
-Ram-
Not So New User
Joined: 17 Jun 2009
Posts: 62
Location: France
|
Posted: January 29th 2010, 1:49 am Post subject: |
|
|
After some search...
First, there is a '2.0.5 fixed' version that work with php5, but the original 2.0.5 only work with php4. So if he was trying to install this version that's why he had the blanck page.
Nevertheless, even if the mod works it changes nothing in the fact that the MOD has known security bugs. |
|
| Back to top |
|
 |
Wicher
Experienced User

Joined: 23 Apr 2003
Posts: 443
Location: Netherlands or Holland, your choice..
|
|
| Back to top |
|
 |
-Ram-
Not So New User
Joined: 17 Jun 2009
Posts: 62
Location: France
|
Posted: January 29th 2010, 2:31 pm Post subject: |
|
|
I have. Do you speak french?
The mod had been removed (when there was still support for phpbb2) to the phpbb-fr (french official phpBB community) MOD database for safety reasons.
Now if you want to use it then do it, no matter to me. |
|
| Back to top |
|
 |
Wicher
Experienced User

Joined: 23 Apr 2003
Posts: 443
Location: Netherlands or Holland, your choice..
|
|
| Back to top |
|
 |
-Ram-
Not So New User
Joined: 17 Jun 2009
Posts: 62
Location: France
|
Posted: January 30th 2010, 1:47 am Post subject: |
|
|
You must be registered to see the archived phpBB2 forums.
I can provide a direct link, but I translated what is said in my preceding message so don't know if it is really useful. |
|
| Back to top |
|
 |
Wicher
Experienced User

Joined: 23 Apr 2003
Posts: 443
Location: Netherlands or Holland, your choice..
|
|
| Back to top |
|
 |
Seth Sandrino
New User
Joined: 12 Jan 2010
Posts: 22
|
Posted: January 30th 2010, 8:07 pm Post subject: |
|
|
Wicher can you link me to the 4.5 fix?
Thanks |
|
| Back to top |
|
 |
|