Quote:
It's inside the plugin for global_start, can you give me access to that users account, i.e. copy the account to a new user with the same estore_history specifically, and then give me access to that account with admin and can administer plugins, then I could debug why the URL is not getting built properly.
|
I know why now that I see. I am using VBA CMPS, and when they start at that page instead of the forums, the way u hve it written, it will go to /estore.php
$vbulletin->url = 'estore.php?do=expireoptions';
so it needs to have the var for the forums home in there.