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

David_Rothstein’s picture

Assigned: Show-awf » Unassigned
Priority: Major » Normal
Status: Active » Fixed

This 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.patch from 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...)

Show-awf’s picture

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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.