VTModuleDesigner icon indicating copy to clipboard operation
VTModuleDesigner copied to clipboard

Can't run Export Zip package or Install Module

Open FreddyDaniel opened this issue 11 years ago • 19 comments

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!

FreddyDaniel avatar Mar 04 '14 07:03 FreddyDaniel

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

sardoj avatar Mar 04 '14 07:03 sardoj

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.

FreddyDaniel avatar Mar 06 '14 06:03 FreddyDaniel

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...

sgkassas avatar Jul 05 '14 23:07 sgkassas

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

playmono avatar Aug 27 '14 11:08 playmono

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?

massucatto avatar Jan 08 '15 22:01 massucatto

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.

cfmarius avatar Feb 27 '15 02:02 cfmarius

Did you tried the last version v1.0 RC? You can download it on my website www.mediatoolbox.org

sardoj avatar Mar 03 '15 08:03 sardoj

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.

cfmarius avatar Mar 04 '15 15:03 cfmarius

Hi! You cannot do that automatically. You have to develop custom scripts.

sardoj avatar Mar 04 '15 15:03 sardoj

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.

cfmarius avatar Mar 04 '15 15:03 cfmarius

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.

sardoj avatar Mar 04 '15 15:03 sardoj

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.

cfmarius avatar Mar 04 '15 15:03 cfmarius

Yes it is that !

See /modules/Vtiger/models/Record.php

sardoj avatar Mar 04 '15 15:03 sardoj

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.

cfmarius avatar Mar 04 '15 15:03 cfmarius

You can do that in the same file.

sardoj avatar Mar 04 '15 16:03 sardoj

Thanks Jonathan, you so kind to help newbies like me, have a nice day.

cfmarius avatar Mar 04 '15 16:03 cfmarius

You're welcome!

sardoj avatar Mar 04 '15 16:03 sardoj

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

Darshan0003 avatar Jun 04 '15 07:06 Darshan0003

Hi sardoj i can't update modul for this an error "Cannot create zip file and install module VTEStore"

can you help me??

renantaf0126 avatar Sep 07 '18 03:09 renantaf0126