Quote:
Originally Posted by DoubleGlasses
Yep - 4.2.1
Any advice for removing the files I put in the wrong place? Rather for identifying them?
|
Besides a backup no. You could grab a directory list of the include files and batch delete them from root directory, but it depends on what tools you have at your disposal.
You could do this, but be very careful with this command an incorrect entry can cause you a lot of trouble. Make sure you have a backup.
Code:
xargs -I{} sh -c 'rm {}' < 1.txt
Quote:
Could having these files in the wrong folder be what's causing my issues? Seeing that I still have them with the plugin hooks deactivated?
|
There are some file names that are duplicated in vbulletin. So the easy answer is yes it could.