vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Moderator Application System 2.0 (https://vborg.vbsupport.ru/showthread.php?t=102506)

mindtrix25 12-12-2005 03:42 AM

Nothing too bad here. Over all a nice form but needs some improvements, such as the GMT Feild should be a drop-down menu and not a 'string'. As well as age should be in the form of Date of Birth DD/MM/YYYY.

One bug I noticed, however am not sure if it is just because of a conflict in versions as I currently use vB 3.5.1 however when I choose to rate or delete an application, the CONTROL PANEL STOP MESSAGE page gives me an error:

Could not find phrase 'maf_deleted'.

I checked the phrase options and the feild does exist, but as I am not an advanced coder I am un-able to find a solution to why this error occurs. Everything DOES work, and seems to be in order with the exception of that little bug.

notsonormal 12-12-2005 04:43 AM

Database error in vBulletin 3.5.1:

Invalid SQL:

INSERT INTO thread(title, lastpost, forumid, open, replycount, postusername, postuserid, lastposter, dateline, visible, sticky)
VALUES ('New Mod Applications To Be Rated', 1134369650, 164, 1, 0, '', , '', 1134369650, 1, 0);

MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ' '', 1134369650, 1, 0)' at line 2
Error Number : 1064
Date : Sunday, December 11th 2005 @ 10:40:51 PM
Script : http://www..com/forum/admincp/cronad...cron&cronid=22
Classname : vb_database

ReZ 12-12-2005 09:21 AM

I installed this hack, it's just what i needed! Thanks.

ragintajin 12-20-2005 02:35 AM

So wait, can we customize the application questions?

Rich 12-20-2005 10:06 AM

Hello,

You can modify the questions by editing the code directly.

seany1 12-20-2005 09:04 PM

Thanks sabre seen this for version 3.0.x thought it would have been ages before seeing it for this version, thanks

Installed :)

ragintajin 12-22-2005 03:02 AM

How do you undo the changes made from running mas_installer.php?

brvheart 12-22-2005 11:21 AM

I get this upon upload of the .xml product....

Database error in vBulletin 3.5.1:

Invalid SQL:

INSERT INTO vb3_setting
(varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, product)
VALUES
(
'maf_username',
'maf',
'',
'',
'free',
'',
10,
0,
1,
'modappsys'
),
(
'maf_forumid',
'maf',
'',
'',
'number',
'',
20,
0,
1,
'modappsys'
);

MySQL Error : Duplicate entry 'maf_username' for key 1
Error Number : 1062

any help please?

slvr ralliart 12-22-2005 10:00 PM

I have the mod application installed, and everything is right meaning all the files are where they should be, edited the xml file.

With that said, when a person enters their mod application, I see it listed then I go to delete the applications entering the users name of the app.

I get this pop up msg saying:

could not find phrase 'maf_deleted"

it does delete the application. Why am I seeing the could not find pharse?

sabret00the 12-22-2005 10:08 PM

Quote:

Originally Posted by AnthonyIsDope
Database error in vBulletin 3.5.2:

Invalid SQL:

CREATE TABLE `maf_application` (
`appid` int(10) NOT NULL auto_increment,
`userid` int(10) NOT NULL default '0',
`email` varchar(250) NOT NULL default '',
`fullname` varchar(250) NOT NULL default '',
`age` tinyint(4) NOT NULL default '0',
`location` varchar(250) NOT NULL default '',
`timezone` varchar(25) NOT NULL default '',
`position` varchar(250) NOT NULL default '',
`why_them` mediumtext NOT NULL,
`what_they_bring` mediumtext NOT NULL,
`pactivity` mediumtext NOT NULL,
`globally_pactivity` mediumtext NOT NULL,
`plus_site` mediumtext NOT NULL,
`neg_site` mediumtext NOT NULL,
`better_than_rest` mediumtext NOT NULL,
`more` mediumtext NOT NULL,
`application_time` int(10) NOT NULL default '0',
`auto_mailed` enum('0','1') NOT NULL default '0',
PRIMARY KEY (`appid`)
);

i need the exact error message. that's only a partial error message.


All times are GMT. The time now is 12:58 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01356 seconds
  • Memory Usage 1,742KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete