Lynne |
05-26-2008 02:17 AM |
Quote:
Originally Posted by Chimpie
(Post 1531391)
This is a very strong possibility. Where would I go to fix it? And what should I put?
|
First, you would have to look at your new vbadvanced php page and see what it defines THIS_SCRIPT as near the top (where it says "define('THIS_SCRIPT', 'something')". Then you will have to go through all the plugins in the modifications that aren't working and see if they have a conditional that says THIS_SCRIPT == 'index' and change 'index' to 'something'. Be aware that everytime you update one of those modifications, you will need to redo this change.
|