5651
Mamba
Re: TDMCreate 1.91 alpha 1 for Testing
  • 2015/6/29 23:19

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Quote:
I've released a patch

Thanks, Timgno! This time I was able to install it without any problems.

So far, I see two problems:

1) In /admin/modules.php you need to change from:

$GLOBALS['xoopsTpl']->assign('modPathIcon16'$modPathIcon16);

to:

$GLOBALS['xoopsTpl']->assign('modPathIcon16'TDMC_URL.'/'.$modPathIcon16);

otherwise the images are not visible, since XOOPS is looking for them in /admin/icons/16

2) You still didn't fix the issue with with the case when we don't assign any name to a table prefix. Since it is "optional", I don't assign anything, and for several months now I am getting this error:

Parse errorsyntax errorunexpected ')'expecting variable (T_VARIABLE) or '$' in C:/wamp64/www/257tdmc191/modules/zumba3/index.php on line 34


with the code being:

if ($categoriesCount 0) {
    
$categoriesAll $categoriesHandler->getAllCategories();
    include_once 
XOOPS_ROOT_PATH '/class/tree.php';
    
$mytree = new XoopsObjectTree($categoriesAll'id''parent');
    foreach (
array_keys($categoriesAll) as $)


It seems like you want to assign the prefix to the variable, but if it's not there, you're getting only the "$" sign:

Quote:
foreach (array_keys($categoriesAll) as $)


So please add to your test cases a scenario where the user doesn't choose to add a prefix for the table...

But overall it is looking better! Congratulations!

And thank you for keeping working on this!




Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5652
wishcraft
@required::- Complete support of xoops_version.php module info in about dialogue!

While putting together the planning set for please I went back through all the modules on the shelf to see what where the commonality headers and array elements that needed to be supported in the help "about module" system menu which is way limited at the moment.

If you turn your attention to: https://sourceforge.net/p/xoops/svn/HEAD/tree/XoopsModules/please/trunk/xoops_version.php ~~ you will find the following need to be included and formatted into the dialogue system menu..

$modversion['dirname']                     = _MI_PLEASE_MODULE_DIRNAME;
$modversion['name']                     = _MI_PLEASE_MODULE_NAME;
$modversion['version']                     = _MI_PLEASE_MODULE_VERSION;
$modversion['releasedate']                 = _MI_PLEASE_MODULE_RELEASEDATE;
$modversion['status']                      = _MI_PLEASE_MODULE_STATUS;
$modversion['description']                 = _MI_PLEASE_MODULE_DESCRIPTION;
$modversion['credits']                     = _MI_PLEASE_MODULE_CREDITS;
$modversion['author']                      = _MI_PLEASE_MODULE_AUTHORALIAS;
$modversion['help']                        = _MI_PLEASE_MODULE_HELP;
$modversion['license']                     = _MI_PLEASE_MODULE_LICENCE;
$modversion['official']                    = _MI_PLEASE_MODULE_OFFICAL;
$modversion['image']                       = _MI_PLEASE_MODULE_ICON;
$modversion['module_status']             = _MI_PLEASE_MODULE_STATUS;
$modversion['website']                     = _MI_PLEASE_MODULE_WEBSITE;
$modversion['dirmoduleadmin']             = _MI_PLEASE_MODULE_ADMINMODDIR;
$modversion['icons16']                     = _MI_PLEASE_MODULE_ADMINICON16;
$modversion['icons32']                     = _MI_PLEASE_MODULE_ADMINICON32;
$modversion['release_info']             = _MI_PLEASE_MODULE_RELEASEINFO;
$modversion['release_file']             = _MI_PLEASE_MODULE_RELEASEFILE;
$modversion['release_date']             = _MI_PLEASE_MODULE_RELEASEDATE;
$modversion['author_realname']             = _MI_PLEASE_MODULE_AUTHORREALNAME;
$modversion['author_website_url']         = _MI_PLEASE_MODULE_AUTHORWEBSITE;
$modversion['author_website_name']         = _MI_PLEASE_MODULE_AUTHORSITENAME;
$modversion['author_email']             = _MI_PLEASE_MODULE_AUTHOREMAIL;
$modversion['author_word']                 = _MI_PLEASE_MODULE_AUTHORWORD;
$modversion['status_version']             = _MI_PLEASE_MODULE_VERSION;
$modversion['warning']                     = _MI_PLEASE_MODULE_WARNINGS;
$modversion['demo_site_url']             = _MI_PLEASE_MODULE_DEMO_SITEURL;
$modversion['demo_site_name']             = _MI_PLEASE_MODULE_DEMO_SITENAME;
$modversion['support_site_url']         = _MI_PLEASE_MODULE_SUPPORT_SITEURL;
$modversion['support_site_name']         = _MI_PLEASE_MODULE_SUPPORT_SITENAME;
$modversion['submit_feature']             = _MI_PLEASE_MODULE_SUPPORT_FEATUREREQUEST;
$modversion['submit_bug']                 = _MI_PLEASE_MODULE_SUPPORT_BUGREPORTING;
$modversion['people']['developers']     = explode("|"_MI_PLEASE_MODULE_DEVELOPERS);
$modversion['people']['testers']        = explode("|"_MI_PLEASE_MODULE_TESTERS);
$modversion['people']['translaters']    = explode("|"_MI_PLEASE_MODULE_TRANSLATERS);
$modversion['people']['documenters']    = explode("|"_MI_PLEASE_MODULE_DOCUMENTERS);

// Requirements
$modversion['min_php']                    = '5.3.7';
$modversion['min_xoops']                  = '2.5.7';
$modversion['min_db']                     = array('mysql' => '5.0.7''mysqli' => '5.0.7');
$modversion['min_admin']                  = '1.1';


*geekwrite == you know that should be geekscribe -- you scribe code not write, anyway in XOOPS and ++sf you can have in the bridge between alpha too beta a total of ten releases like for example 7 alpha and 3 beta or 6 alpha and four beta's and so on, we are in no hurry i suggest you put these in so I can not have to in 2.7 -- offering future versioning write-back!

btw... there is over 5000 documenting errors for the industry standard phpDocumentor -- when your done in the alpha let me know and add me to the git and I will with you go through and fix them all so there 0 errors in the function documentations -- they need to be extensive!!



5653
dyraven
Suggest DVD/CD Database
  • 2015/6/29 18:47

  • dyraven

  • Just popping in

  • Posts: 15

  • Since: 2009/10/7


Can anyone suggest a module for creating a searchable DVD movie/CD music database? I am still using Xoops2.4.5.

The idea is to have my DVD's cataloged on my site so that I can access them via wi-fi on my Ipad. Any ideas?



5654
wishcraft
Xoops Module ~ Please ~ Email Ticket's with Keyword(s) Grouping Supportives

Hi how are you all? I thought I would talk about the new module I am working on called: please (SVN). It is going to be an email ticketer a bit like Request Tracker but supporting attachments as well as HTML content etc.

It going to work by polling via eith a class lib or extensions, IMAP or POP3, as well as having other options I am yet to decide if they will be in the first version..

It is also going to have support for MantisBT.org so your departmental staff can raise to a support level two through mantis off the XOOPS portal..

The database concept looks like:-

CREATE TABLE `please_addresses` (
  `
idint(14NOT NULL,
  `
addressvarchar(198) DEFAULT '',
  `
uidint(11) DEFAULT '0',
  `
recievedint(12) DEFAULT '0',
  `
sentint(12) DEFAULT '0',
  `
ticketsint(12) DEFAULT '0',
  `
ticket-idmediumint(30) DEFAULT '0',
  `
createdint(12) DEFAULT '0',
  `
actionint(12) DEFAULT '0',
  
PRIMARY KEY (`id`),
  
KEY `SEARCH` (`address`(18),`uid`)
ENGINE=InnoDB DEFAULT CHARSET=utf8;


CREATE TABLE `please_bcc` (
  `
idmediumint(30NOT NULL,
  `
ticket-idmediumint(30) DEFAULT '0',
  `
address-idint(14) DEFAULT '0',
  `
name-idint(14) DEFAULT '0',
  `
email-idmediumint(30) DEFAULT '0',
  `
createdint(12) DEFAULT '0',
  
PRIMARY KEY (`id`),
  
KEY `SEARCH` (`address-id`,`name-id`,`email-id`,`ticket-id`)
ENGINE=InnoDB DEFAULT CHARSET=utf8;


CREATE TABLE `please_cc` (
  `
idmediumint(30NOT NULL,
  `
ticket-idmediumint(30) DEFAULT '0',
  `
address-idint(14) DEFAULT '0',
  `
name-idint(14) DEFAULT '0',
  `
email-idmediumint(30) DEFAULT '0',
  `
createdint(12) DEFAULT '0',
  
PRIMARY KEY (`id`),
  
KEY `SEARCH` (`address-id`,`name-id`,`email-id`,`ticket-id`)
ENGINE=InnoDB DEFAULT CHARSET=utf8;


CREATE TABLE `please_contents` (
  `
idmediumint(30NOT NULL,
  `
keyvarchar(44) DEFAULT '',
  `
textlongtext,
  `
createdint(12) DEFAULT '0',
  
PRIMARY KEY (`id`),
  
KEY `SEARCH` (`key`(20))
ENGINE=InnoDB DEFAULT CHARSET=utf8;


CREATE TABLE `please_correspondences` (
  `
idmediumint(38NOT NULL,
  `
methodenum('email','pm','staff','mantis','unknown') DEFAULT 'unknown',
  `
ticket-idmediumint(30) DEFAULT '0',
  `
department-idmediumint(6) DEFAULT '0',
  `
staff-idmediumint(18) DEFAULT '0',
  `
createdint(12) DEFAULT '0',
  `
sentint(12) DEFAULT '0',
  
PRIMARY KEY (`id`)
ENGINE=InnoDB DEFAULT CHARSET=utf8;


CREATE TABLE `please_correspondences_bcc` (
  `
idmediumint(38NOT NULL,
  `
bcc-idmediumint(30) DEFAULT '0',
  `
department-idmediumint(6) DEFAULT '0',
  `
ticket-idmediumint(30) DEFAULT '0',
  `
staff-idmediumint(18) DEFAULT '0',
  `
sentint(12) DEFAULT '0',
  `
viewedint(12) DEFAULT '0',
  
PRIMARY KEY (`id`)
ENGINE=InnoDB DEFAULT CHARSET=utf8;


CREATE TABLE `please_correspondences_cc` (
  `
idmediumint(38NOT NULL,
  `
cc-idmediumint(30) DEFAULT '0',
  `
department-idmediumint(6) DEFAULT '0',
  `
ticket-idmediumint(30) DEFAULT '0',
  `
staff-idmediumint(18) DEFAULT '0',
  `
sentint(12) DEFAULT '0',
  `
viewedint(12) DEFAULT '0',
  
PRIMARY KEY (`id`)
ENGINE=InnoDB DEFAULT CHARSET=utf8;


CREATE TABLE `please_correspondences_contents` (
  `
idmediumint(38NOT NULL,
  `
correspondence-idmediumint(38) DEFAULT '0',
  `
ticket-contents-idmediumint(30) DEFAULT '0',
  `
ticket-idmediumint(30) DEFAULT '0',
  `
staff-idmediumint(18) DEFAULT '0',
  `
createdint(12) DEFAULT '0',
  `
sentint(12) DEFAULT '0',
  
PRIMARY KEY (`id`)
ENGINE=InnoDB DEFAULT CHARSET=utf8;


CREATE TABLE `please_correspondences_relayed` (
  `
idmediumint(38NOT NULL,
  `
relayed-idmediumint(30) DEFAULT '0',
  `
department-idmediumint(6) DEFAULT '0',
  `
ticket-idmediumint(30) DEFAULT '0',
  `
staff-idmediumint(18) DEFAULT '0',
  `
sentint(12) DEFAULT '0',
  `
viewedint(12) DEFAULT '0',
  
PRIMARY KEY (`id`)
ENGINE=InnoDB DEFAULT CHARSET=utf8;


CREATE TABLE `please_correspondences_to` (
  `
idmediumint(38NOT NULL,
  `
to-idmediumint(30) DEFAULT '0',
  `
department-idmediumint(6) DEFAULT '0',
  `
ticket-idmediumint(30) DEFAULT '0',
  `
staff-idmediumint(18) DEFAULT '0',
  `
sentint(12) DEFAULT '0',
  `
viewedint(12) DEFAULT '0',
  
PRIMARY KEY (`id`)
ENGINE=InnoDB DEFAULT CHARSET=utf8;


CREATE TABLE `please_departments` (
  `
idint(6NOT NULL,
  `
codevarchar(3) DEFAULT 'ABC',
  `
namevarchar(128) DEFAULT '',
  `
descriptiontinytext,
  `
mantis-usernamevarchar(45) DEFAULT '',
  `
mantis-passwordvarchar(198) DEFAULT '',
  `
mantis-project-idint(11) DEFAULT '0',
  `
manager-uidint(11) DEFAULT '0',
  `
manager-bccenum('all-email','closed-email','all-pm','closed-pm','none') DEFAULT 'none',
  `
manager-mantis-usernamevarchar(45) DEFAULT '',
  `
manager-mantis-passwordvarchar(198) DEFAULT '',
  `
mantisenum('yes','no') DEFAULT 'no',
  `
gidint(8) DEFAULT '0',
  `
ticketsint(12) DEFAULT '0',
  `
staffint(12) DEFAULT '0',
  `
clientsint(12) DEFAULT '0',
  `
raisedint(12) DEFAULT '0',
  `
latest-idmediumint(30) DEFAULT '0',
  `
closed-idmediumint(30) DEFAULT '0',
  `
signaturevarchar(300) DEFAULT '',
  `
createdint(12) DEFAULT '0',
  
PRIMARY KEY (`id`)
ENGINE=InnoDB DEFAULT CHARSET=utf8;


CREATE TABLE `please_departments_keywords` (
  `
idint(18NOT NULL,
  `
department-idint(6) DEFAULT '0',
  `
keyword-idint(20NOT NULL,
  `
createdint(12) DEFAULT '0',
  
PRIMARY KEY (`id`),
  
KEY `SEARCH` (`keyword-id`,`department-id`)
ENGINE=InnoDB DEFAULT CHARSET=utf8;


CREATE TABLE `please_departments_mantis_projects` (
  `
idint(6NOT NULL,
  `
project-idint(12) DEFAULT '0',
  `
project-namevarchar(128) DEFAULT '',
  `
project-descriptiontinytext,
  `
ticketsint(12) DEFAULT '0',
  `
clientsint(12) DEFAULT '0',
  `
raisedint(12) DEFAULT '0',
  `
latest-mantis-idmediumint(30) DEFAULT '0',
  `
closed-mantis-idmediumint(30) DEFAULT '0',
  `
createdint(12) DEFAULT '0',
  
PRIMARY KEY (`id`)
ENGINE=InnoDB DEFAULT CHARSET=utf8;


CREATE TABLE `please_departments_staff` (
  `
idint(18NOT NULL,
  `
department-idint(6) DEFAULT '0',
  `
stateenum('active','inactive','holidays') DEFAULT 'active',
  `
messagingenum('email','pm','none') DEFAULT 'email',
  `
uidint(12) DEFAULT '0',
  `
openint(12) DEFAULT '0',
  `
ticketsint(12) DEFAULT '0',
  `
closedint(12) DEFAULT '0',
  `
clientsint(12) DEFAULT '0',
  `
raisedint(12) DEFAULT '0',
  `
votesint(12) DEFAULT '0',
  `
ratingint(12) DEFAULT '0',
  `
createdint(12) DEFAULT '0',
  `
mantis-usernamevarchar(45) DEFAULT '',
  `
mantis-passwordvarchar(198) DEFAULT '',
  
PRIMARY KEY (`id`),
  
KEY `SEARCH` (`department-id`,`state`,`uid`,`open`)
ENGINE=InnoDB DEFAULT CHARSET=utf8;


CREATE TABLE `please_departments_staff_keywords` (
  `
idint(18NOT NULL,
  `
department-idint(6) DEFAULT '0',
  `
staff-idint(18NOT NULL,
  `
keyword-idint(20NOT NULL,
  `
createdint(12) DEFAULT '0',
  
PRIMARY KEY (`id`),
  
KEY `SEARCH` (`keyword-id`,`staff-id`,`department-id`)
ENGINE=InnoDB DEFAULT CHARSET=utf8;


CREATE TABLE `please_departments_staff_mantis_tickets` (
  `
idint(6NOT NULL,
  `
ticket-idint(12) DEFAULT '0',
  `
ticket-subject-idmediumint(30) DEFAULT '0',
  `
follow-upint(12) DEFAULT '0',
  `
closedint(12) DEFAULT '0',
  `
raisedint(12) DEFAULT '0',
  `
createdint(12) DEFAULT '0',
  
PRIMARY KEY (`id`)
ENGINE=InnoDB DEFAULT CHARSET=utf8;


CREATE TABLE `please_emails` (
  `
idmediumint(30NOT NULL,
  `
from-idint(14) DEFAULT '0',
  `
subject-idmediumint(30) DEFAULT '0',
  `
ticket-idmediumint(30) DEFAULT '0',
  `
content-keyvarchar(44) DEFAULT '',
  `
attachmentsint(6) DEFAULT '0',
  `
createdint(12) DEFAULT '0',
  
PRIMARY KEY (`id`),
  
KEY `SEARCH` (`content-key`(20),`from-id`,`subject-id`,`ticket-id`)
ENGINE=InnoDB DEFAULT CHARSET=utf8;


CREATE TABLE `please_keywords` (
  `
idmediumint(20NOT NULL,
  `
stateenum('actionable','historical') DEFAULT 'actionable',
  `
keywordvarchar(64) DEFAULT '',
  `
occurencesmediumint(30) DEFAULT '0',
  
PRIMARY KEY (`id`),
  
KEY `SEARCH` (`keyword`(43),`state`)
ENGINE=InnoDB DEFAULT CHARSET=utf8;


CREATE TABLE `please_messages` (
  `
idmediumint(30NOT NULL,
  `
email-idmediumint(30) DEFAULT '0',
  `
subject-idmediumint(30) DEFAULT '0',
  `
ticket-idmediumint(30) DEFAULT '0',
  `
message-idvarchar(64) DEFAULT '',
  `
from-idmediumint(30) DEFAULT '0',
  `
whenint(12) DEFAULT '0',
  
PRIMARY KEY (`id`),
  
KEY `SEARCH` (`email-id`,`subject-id`,`ticket-id`,`message-id`(32))
ENGINE=InnoDB DEFAULT CHARSET=utf8;


CREATE TABLE `please_names` (
  `
idint(14NOT NULL,
  `
namevarchar(198) DEFAULT '',
  `
uidint(11) DEFAULT '0',
  `
createdint(12) DEFAULT '0',
  
PRIMARY KEY (`id`),
  
KEY `SEARCH` (`name`(18),`uid`)
ENGINE=InnoDB DEFAULT CHARSET=utf8;


CREATE TABLE `please_relayed` (
  `
idmediumint(30NOT NULL,
  `
ticket-idmediumint(30) DEFAULT '0',
  `
staff-idint(18) DEFAULT '0',
  `
department-idint(6) DEFAULT '0',
  `
mantis-node-keyvarchar(44) DEFAULT '',
  `
mantis-ticket-idint(14) DEFAULT '0',
  `
mantis-project-idint(14) DEFAULT '0',
  `
mantis-assigned-tovarchar(64) DEFAULT '',
  `
createdint(12) DEFAULT '0',
  
PRIMARY KEY (`id`),
  
KEY `SEARCH` (`ticket-id`,`staff-id`,`department-id`,`mantis-node-key`(16),`mantis-ticket-id`,`mantis-project-id`,`mantis-assigned-to`)
ENGINE=InnoDB DEFAULT CHARSET=utf8;


CREATE TABLE `please_subjects` (
  `
idmediumint(30NOT NULL,
  `
subjectvarchar(300) DEFAULT '',
  `
email-idint(30) DEFAULT '0',
  `
createdint(12) DEFAULT '0',
  
PRIMARY KEY (`id`),
  
KEY `SEARCH` (`subject`(30),`email-id`)
ENGINE=InnoDB DEFAULT CHARSET=utf8;


CREATE TABLE `please_tickets` (
  `
idmediumint(30NOT NULL,
  `
stateenum('new','waiting','resonded','mantis','ignored','spam','allocated','claimed') DEFAULT 'new',
  `
ticket-keyvarchar(20) DEFAULT 'XXX-00000001AA',
  `
subject-idmediumint(30) DEFAULT '0',
  `
from-idint(14) DEFAULT '0',
  `
from-uidint(11) DEFAULT '0',
  `
belong-uidint(11) DEFAULT '0',
  `
belong-gidint(11) DEFAULT '0',
  `
tagsvarchar(255) DEFAULT NULL,
  `
createdint(12) DEFAULT '0',
  `
respondedint(12) DEFAULT '0',
  `
sentint(12) DEFAULT '0',
  `
closedint(12) DEFAULT '0',
  
PRIMARY KEY (`id`),
  
KEY `SEARCH` (`ticket-key`(15),`state`,`subject-id`,`belong-uid`,`belong-gid`,`from-id`,`from-uid`)
ENGINE=InnoDB DEFAULT CHARSET=utf8;


CREATE TABLE `please_tickets_attachments` (
  `
idmediumint(30NOT NULL,
  `
stateenum('from','sent','mantis') DEFAULT 'from',
  `
ticket-idmediumint(30) DEFAULT '0',
  `
ticket-contents-idmediumint(30) DEFAULT '0',
  `
file-keyvarchar(44) DEFAULT '',
  `
file-namevarchar(255) DEFAULT '',
  `
file-pathvarchar(255) DEFAULT '',
  `
bytesint(11) DEFAULT '0',
  `
whenint(12) DEFAULT '0',
  
PRIMARY KEY (`id`),
  
KEY `SEARCH` (`ticket-id`,`ticket-contents-id`,`file-key`(19),`state`)
ENGINE=InnoDB DEFAULT CHARSET=utf8;


CREATE TABLE `please_tickets_contents` (
  `
idmediumint(30NOT NULL,
  `
stateenum('from','sent','mantis') DEFAULT 'from',
  `
ticket-idmediumint(30) DEFAULT '0',
  `
content-keyvarchar(44) DEFAULT '',
  `
by-idint(11) DEFAULT '0',
  `
by-uidint(11) DEFAULT '0',
  `
whenint(12) DEFAULT '0',
  
PRIMARY KEY (`id`),
  
KEY `SEARCH` (`ticket-id`,`content-key`(24),`state`,`by-id`,`by-uid`)
ENGINE=InnoDB DEFAULT CHARSET=utf8;


CREATE TABLE `please_tickets_ownership` (
  `
idmediumint(30NOT NULL,
  `
stateenum('new','waiting','resonded','mantis','ignored','spam','allocated','claimed') DEFAULT 'new',
  `
ticket-idmediumint(30) DEFAULT '0',
  `
staff-idint(18) DEFAULT '0',
  `
department-idint(6) DEFAULT '0',
  `
whenint(12) DEFAULT '0',
  
PRIMARY KEY (`id`),
  
KEY `SEARCH` (`ticket-id`,`state`,`staff-id`,`department-id`)
ENGINE=InnoDB DEFAULT CHARSET=utf8;


CREATE TABLE `please_to` (
  `
idmediumint(30NOT NULL,
  `
ticket-idmediumint(30) DEFAULT '0',
  `
address-idint(14) DEFAULT '0',
  `
name-idint(14) DEFAULT '0',
  `
email-idmediumint(30) DEFAULT '0',
  `
createdint(12) DEFAULT '0',
  
PRIMARY KEY (`id`),
  
KEY `SEARCH` (`address-id`,`name-id`,`email-id`,`ticket-id`)
ENGINE=InnoDB DEFAULT CHARSET=utf8;


Which will change before the final first release.. I am looking for volunteers for the translation of the language files as well if your around bleekk (who did all the mail templated in XPayment) or someone to write some mail templates and give a hand with the other templates, you will be dually noted in the code stamp...

Just get in contact with me through the email address on here or my listed skype account, you can see here when logged in!



5655
timgno
Re: TDMCreate 1.91 alpha 1 for Testing
  • 2015/6/29 12:26

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


I've released a patch



5656
Mamba
Re: TDMCreate 1.91 alpha 1 for Testing
  • 2015/6/28 21:24

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Quote:
Release alpha 3.3 is available
Test code passed by scrutinizer with quality 7,47

Timgno, you really need to add to your "test checklist":
- test a fresh install before release

This is what I am getting:

Unable to install tdmcreateError(s):
Installing TDMCreate

Column count doesn
't match value count at row 1

I appreciate very much your hard work and dedication, but this is like the n-th time happening that you release a new version and we cannot even install it, and we've talked about it several times already

Create a Codeception test for fresh install and uninstall of the module, and run these tests before a new release (plus all the other tests), and this issue will never show up again!

Let us know once this is fixed...
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



5657
timgno
Re: TDMCreate 1.91 alpha 1 for Testing
  • 2015/6/28 20:46

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Release alpha 3.3 is available

Test code passed by scrutinizer with quality 7,47

Refactoring code.

Needed more tests



5658
Zirafka
Re: Images width
  • 2015/6/28 10:12

  • Zirafka

  • Just popping in

  • Posts: 70

  • Since: 2008/8/9 1


Thank you very much :)

On IE 8 is all ok. IE 11 I will be tested on monday.

I put the data into the file "styleIE8.css", because Opera and Firefox show images correctly.



5659
brutalicuss
Re: Images width

tray in .css
img {max-width: 100%;height: auto;width: auto \9;}
if not, set for your content
.item img {max-width: 500px;height: auto;width: auto \9;}



5660
Zirafka
Re: Images width
  • 2015/6/28 4:53

  • Zirafka

  • Just popping in

  • Posts: 70

  • Since: 2008/8/9 1


Sorry, I forgot. Mea culpa.

I tested on my home computer with Windows XP + IE 8 and on friend computer with Windows 7 + IE 11. Problem is same.

May be a problem with IE settings?




TopTop
« 1 ... 563 564 565 (566) 567 568 569 ... 29425 »



Login

Who's Online

457 user(s) are online (318 user(s) are browsing Support Forums)


Members: 0


Guests: 457


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits