Drupal 6 core: where is the core folder path of drupal 6?
matteoraggi - November 10, 2009 - 22:13
| Project: | SimpleTest |
| Version: | 6.x-2.9 |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | boombatower |
| Status: | fixed |
Jump to:
Description
I need to install simpletest libraries, and I'm justlocked at step 1:
1. Apply the D6-core-simpletest.patch file to the Drupal 6 core.
But where is the path o drupal 6 core folder?

#1
The root of Drupal is where you should apply the patch from.
#2
Put on the root folder your .patch and then you open the terminal so.... go to the root in you terminal (d6 root) and then you have to put:
patch -p0 < filename.patch
maybe it can help you.i was triting the same during the day and like this is ok.
Good luck!
#3
Please re-open if you still have problems.