Forum Activity for @blindmime

blindmime
@blindmime
02/24/14 03:45:34PM
775 posts

integrity check hanging


Using Jamroom

Find and replacing the correct name fixed the issue.
blindmime
@blindmime
02/24/14 03:42:25PM
775 posts

integrity check hanging


Using Jamroom

It looks like we have a similar naming error in my module's include.php file as we did with the skin cloning issue we were having a day or two ago.

The include.php file for agBidSheet has this:

/**
* meta
*/
function jrBidSheet_meta() {
$x = 'anrapArj';
$_tmp = array(
'name' => 'BidSheet',
'url' => 'bidsheet',
'version' => '1.0.1',
'developer' => 'The Jamroom Network, ©' . strftime('%Y'),
'description' => 'A module created by '.strrev($x),
'category' => 'tools'
);
return $_tmp;
}

/**
* init
*/
function jrBidSheet_init()
{
// Allow admin to customize our forms
jrCore_register_module_feature('jrCore','designer_form','jrBidSheet','create');
jrCore_register_module_feature('jrCore','designer_form','jrBidSheet','update');

// Core support
jrCore_register_module_feature('jrCore','quota_support','jrBidSheet','on');
jrCore_register_module_feature('jrCore','pending_support','jrBidSheet','on');

etc.
blindmime
@blindmime
02/24/14 03:19:30PM
775 posts

integrity check hanging


Using Jamroom

I'm seeing a bunch of these:
[24-Feb-2014 20:22:54 Europe/Dublin] PHP Fatal error: Call to undefined function agBidSheet_meta() in modules/jrCore/lib/module.php on line 197

agBidSheet is the module I created via aparna

I see a couple of these:

[24-Feb-2014 20:43:23 Europe/Dublin] PHP Warning: Unterminated comment starting line 2 in skins/jrBlank-release-1.0.1/lang/en-US.php on line 2
blindmime
@blindmime
02/24/14 02:45:47PM
775 posts

integrity check hanging


Using Jamroom

I can't get to aparna/admin/tools

This began happening immediately after I created a module with aparna. After the module was created there is a button saying to run an Integrity Check. I clicked the button and it hung trying to validate modules.
updated by @blindmime: 02/24/14 02:48:07PM
blindmime
@blindmime
02/24/14 02:02:13PM
775 posts

integrity check hanging


Using Jamroom

The module I created via Aparna is not showing in jr_jrcore_module. I named it something like agBidSheet. There are 24 modules listed. I do see it in FTP
blindmime
@blindmime
02/24/14 01:34:15PM
775 posts

integrity check hanging


Using Jamroom

I can't get to the place where you disable that module. What if I delete it via FTP?
blindmime
@blindmime
02/24/14 12:53:02PM
775 posts

integrity check hanging


Using Jamroom

Also /core/admin/global is a blank page.
blindmime
@blindmime
02/24/14 12:47:30PM
775 posts

integrity check hanging


Using Jamroom

I did that but afterwards, running integrity check hangs there still. So I tried just check the "repair tables" box and that works OK. Caches and Templates check through OK. But trying the Module check hangs at the very start.

This is happening after running the Aparna module. I had run Integrity Check before on this site.
blindmime
@blindmime
02/24/14 12:30:10PM
775 posts

integrity check hanging


Using Jamroom

Integrity check is hanging at repairing table: jr_jraction_item

It was hanging for a long while, so I tried backing out and I may have messed things up.
updated by @blindmime: 04/09/14 03:31:30PM
blindmime
@blindmime
02/24/14 12:13:15PM
775 posts

Form Designer -- customizing layout


Using Jamroom

What I need to do, for instance, is be able to have two or more fields on the same line. Like :

____ ____________________________________________ $_________

It would be nice to have js put totals in a total field.

And would be really cool is be able to insert those lines above dynamically (the user adds more line items as needed).
  68