Skip to main content

Posts

Showing posts from 2021

Add footer page number in Microsoft (Word) using PHP

Here is an example of adding a footer page number in a word document( .docx, .doc ) using PHP in ProcessMaker tool.  Sometimes we would like to add the footer connect via styles or tag attributes to enable the footer on pages.  View:          Below screen the output screen to display the custom footer with few lines of code Example: <table border="0" cellpadding="0" cellspacing="0" id="test" style="width: 100%;"> <tbody> <tr> <td> <!--footer starts--> <div id="f1" style="position: fixed; bottom: 5mm; left: 0mm; width: 100%; mso-element: footer;"> <table border="0" cellpadding="0" cellspacing="0" style="width: 100%;"> <tbody> <tr> <td class="footer">

symlink(): protocal error in processmaker version 4

symlink(): protocal error in processmaker version 4   I have fixed this issue by following the steps Note: If you were using the  vagrant up  already run command  vagrant halt 1. Open the Windows command prompt(cmd) as an Administratoror  2. Run vagrant up  3. vagrant ssh  4. Run the php artisan processmaker:install command Successfully installed processmaker 4 version