Need help with Member Application
Select messages from # through # Forum FAQ
[/[Print]\]

HeadShot Extreme -> Nuke Blocks / Modules Support

#1: No icon Need help with Member Application Author: Porthos PostPosted: Tue Dec 29, 2015 10:53 pm
    —
Going to be moving my site back. Did a fresh install of evo and then used a back up of the database from about 11 weeks ago so I already had most of my members(your account coRpSE is still there)  Anyway MA wasn't working so re-downloaded the new MA from here loaded, dropped old tables and when I ran the install sql I got


Error

SQL query:

--
-- Dumping data for table `nuke_MA_mapp`
--
INSERT INTO `nuke_MA_mapp`
VALUES ( 2, 0, 'User IP', '0', '0', 't', 0, 0, 0, NULL ) ;



MySQL said: Documentation
#1136 - Column count doesn't match value count at row 1

#2: No icon Re: Need help with Member Application Author: Porthos PostPosted: Wed Dec 30, 2015 12:18 am
    —
Never mind. Turns out my backup is corrupt so everything is getting a fresh install just to be on the safe side.

#3: No icon Re: Need help with Member Application Author: [HSX]coRpSELocation: Back of your mind!!! PostPosted: Wed Dec 30, 2015 1:53 pm
    —
okay.

#4: No icon Re: Need help with Member Application Author: Porthos PostPosted: Mon Jan 04, 2016 6:43 am
    —
Actually am still trying to push the move back.   have messed with this and still no go. Have deleted everything re-uploaded the files and ran the fresh install sql and now I get error message at top of page and page becomes unresponsive.  

error the ma page gets is Warning: Illegal string offset 'Member Application' in public_html/modules/Member_Application/admin/index.php on line 34
Line 34 is $page_title = $lang['Member Application'];

Ideas?

#5: No icon Re: Need help with Member Application Author: [HSX]coRpSELocation: Back of your mind!!! PostPosted: Mon Jan 04, 2016 7:20 pm
    —
Do the following edits.

Open:
public_html/modules/Member_Application/admin/index.php

Find:

Code: [ Select all ]

$page_title = $lang['Member Application'];


Replace with:

Code: [ Select all ]

$page_title = "Member Application";

#6: No icon Re: Need help with Member Application Author: Porthos PostPosted: Mon Jan 04, 2016 7:37 pm
    —
Well that got rid of the error on the page to make the MA but when I go to save it I get Table 'mowsite.nuke_MA_mappresp' doesn't exist. Looing in phpadmin the only table the sql installed are the nuke_MA_mapcfg and nuke_MA-mapp.

#7: No icon Re: Need help with Member Application Author: [HSX]coRpSELocation: Back of your mind!!! PostPosted: Mon Jan 04, 2016 8:19 pm
    —
Try this SQL here:

Code: [ Select all ]

--
-- Table structure for table `nuke_MA_mappresp`
--

DROP TABLE IF EXISTS `nuke_MA_mappresp`;
CREATE TABLE IF NOT EXISTS `nuke_MA_mappresp` (
  `recno` bigint(11) NOT NULL AUTO_INCREMENT,
  `appnum` bigint(20) NOT NULL DEFAULT '0',
  `userno` bigint(20) NOT NULL DEFAULT '0',
  `qno` bigint(20) NOT NULL DEFAULT '0',
  `response` longtext,
  `adate` text,
  `formno` int(11) NOT NULL DEFAULT '0',
  `appstatus` tinyint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`recno`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

#8: No icon Re: Need help with Member Application Author: Porthos PostPosted: Mon Jan 04, 2016 8:25 pm
    —
Looks like that did it.  Thanks. Have to wait till our domain name goes through to use it but it is working.

#9: No icon Re: Need help with Member Application Author: [HSX]coRpSELocation: Back of your mind!!! PostPosted: Mon Jan 04, 2016 8:45 pm
    —
glad to hear.



HeadShot Extreme -> Nuke Blocks / Modules Support


output generated using printer-friendly topic mod. All times are GMT - 7 Hours

Page 1 of 1