By diya99 on
when i am trying to install contributed simple test module i am getting the following message
"SimpleTest could not be installed. Must apply core patch, please see INSTALL.txt. (Currently using SimpleTest code addition Not-found)"
how to apply the D6-core-simpletest.patch file to the Drupal 6 core.
Comments
If you're under Linux simply
If you're under Linux simply cd to the Drupal directory and apply the patch by issuing a command: "patch p0 < D6-core-simpletest.patch".
Sorry i am working on windows
Sorry i am working on windows system and i searched for simpletest.patch in patch queue i didnt get any of such please provide me this particular link which might helps me.
link
please read http://drupal.org/node/60179
simpletest patch
failed! will not apply. Three out of three for bootstrap.inc and common.inc refuse to apply. I checked permissions and everything
at the site root,
patch -p0 < sites/all/modules/simpletest/D6-core-simpletest.patch
inside the includes directory patch -p0 < D6-core-simpletest.patch after I move the file to the includes directory
from site document root
patch -p0 < includes/D6-core-simpletest.patch
It does not work!
I have even applied patches
I have even applied patches manually!
+ means add those lines.
- means remove those lines.
Locate the file and lines as the .patch.
Note that using a software is always better. If the patch is a small one, that's easy.
What's new and changing in PHP 8.4