Closed (fixed)
Project:
Webform Alternate UI
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2012 at 03:05 UTC
Updated:
6 Mar 2012 at 04:30 UTC
Hi
I cannot install git and i do not know where to place the patches. I am on a shared server and was told i cannot install git on the server and no help to add the patches. I would like to know where in the code to add the patches. I can edit the code from within the file on the server.
Comments
Comment #1
David_Rothstein commentedThis issue queue is really just for issues specific to Webform Alternate UI, not general support... You might have more luck in the forums?
That said, maybe something like http://drupal.org/node/620014 will be helpful to you...
In general applying a patch without Git involves putting the patch file in the module directory and then running something like
patch -p1 < name-of-the-file.patchfrom the command line. Maybe you can help write some better instructions once you figure it out.It's definitely worth getting Git if you're going to be doing anything with patches in the long term. You don't actually need it on your server; you can install it locally. (Also, the Webform Alternate UI module really isn't ready for use on production servers in general anyway...)
Comment #2
Show-awf commentedthank you very much I am going to uninstall it but the advice will work for other mods because i got bug messages before from other modules.