Can't run Export Zip package or Install Module
Hi, On last part of creating module neither of the following links are working:
Make and download the module's ZIP package Make and install the module
I have checked to make sure that there is only 1 identifier checked but the module doesn't run the export.
Let me know if there is additional documentation.
Thanks a lot for a great module again, can't wait to get it running!
Hi, ModuleDesigner does not work with magic_quotes_gpc() Maybe is it the reason ?
In the Readme.md file, there is a link to a video tutorial. Soon, I will record others.
Regards, Jonathan
Thanks Jonathan! Awesome module I got it working!
On Tue, Mar 4, 2014 at 2:33 AM, Jonathan [email protected] wrote:
Hi, ModuleDesigner does not work with magic_quotes_gpc() Maybe is it the reason ?
In the Readme.md file, there is a link to a video tutorial. Soon, I will record others.
Regards, Jonathan
Reply to this email directly or view it on GitHubhttps://github.com/sardoj/VTModuleDesigner/issues/12#issuecomment-36598681 .
Best Regards,
-Freddy Daniel Carrera Office: 201-706-3280 Mobile:646-504-7180 285 West Side Avenue, Suite 258 Jersey City, New Jersey 07305 http://Novofex.com
This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message. Any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited.
Hello Jonathan,
Today I installed your module designer and patch. I am also having the same issue as noted above
After I create the custom module as shown your video, and reach the Export tab, neither of the two options work (Make and download the module's ZIP package, or Make and install the module).
Nothing happens when I click on either of the options.
Thanks in advance for helping resolving this issues, I'm looking forward to working with your module...
I was having this problem when I was creating picklist fields without values.
Maybe is this the cause?
Try to download the last version and check it please
Hello,
Design Module installed following the php.ini configuration guidelines.
After I create the custom module as shown your video, and reach the Export tab, neither of the two options work (Make and download the module's ZIP package, or Make and install the module).
Nothing happens when I click on either of the options.
Someone tried something different?
Hi Mr. Sardo, iḿ getting this message: File 'manifest.xml' is not compressed in the zip.
Warning: simplexml_load_file(): I/O warning : failed to load external entity "test/vtlib/manifest-1425004509.xml" in /var/www/html/vtigerCRM/vtlib/Vtiger/PackageImport.php on line 54
Warning: unlink(test/vtlib/manifest-1425004509.xml): No such file or directory in /var/www/html/vtigerCRM/vtlib/Vtiger/PackageImport.php on line 55
Can you give me a hand, i try zipping the file with the .xml file compressed but i didn have success.
Thanks.
Did you tried the last version v1.0 RC? You can download it on my website www.mediatoolbox.org
Hi Jonathan, i used the patch that comes zipped instead the ones in the attached folder, thanks, Now, i have another question, how can i related some fields from accounts into the new module? i watch your video on youtu.be and did the one UI10, but that just let me choose the account, don't show me more fields from that account. thanks in advance. Mario.
Hi! You cannot do that automatically. You have to develop custom scripts.
Ok, can you give me a hint, i am new on Vtiger and new on programming language, so , con you let me know or sent me a simple script with just one field, or tell me where to find a sample to study and then do my own; i will appreciate too much, thanks for your help and time. Mario.
You have to create fields in your module and override the model Record.php. In the save() function, make a query to get data from account and save into your new record.
Ok, let me see if i understand, if i need a field named Firstname from accounts module, i have to create a Firstname field in the new module, then i have to make the query to get the value from the field in accounts and save it to the field in the new module? Can you tell me where to find the save() function? Again, thanks for your help and time. Mario.
Yes it is that !
See /modules/Vtiger/models/Record.php
Hola, one more question, let's say that i have a field that i don't want to have duplicates(phone number or email), before i save the record, where do i have to develop a routine to check if i have already that value? Again, thanks for your help and time and greetings from Cancún, México, Mario.
You can do that in the same file.
Thanks Jonathan, you so kind to help newbies like me, have a nice day.
You're welcome!
Hi Jonathan, is the below update on the below link the latest? thanks
https://github.com/sardoj/VTModuleDesigner/blob/master/ModuleDesigner_2014-11-09.zip
Hi sardoj i can't update modul for this an error "Cannot create zip file and install module VTEStore"
can you help me??