exploringnh
02-25-2014, 04:08 PM
When users try to submit a post via Quick Reply before it has had a chance to Auto-save they are met with a popup asking to confirm navigation away from the page and all changes made in the editor will be lost.
Plugins and hooks are disabled.
I have narrowed down the problem to the newreply.php script being called from the wrong location.
It is being called from:
example.com/forums/forums/newreply.php?do=postreply&t=25885
and it should be coming from
example.com/forums/newreply.php?do=postreply&t=25885
(notice extra "forums" in the first URL)
vBulletin is installed in the root directory.
vBulletin Options > Site Name URL Contact > Forum Component URL
is set to forums to allow the forums to reside on example.com/forums
Everything seems to be working correctly except for this one script. All templates are un-modified. How can I change this? Where does that call come from?
Plugins and hooks are disabled.
I have narrowed down the problem to the newreply.php script being called from the wrong location.
It is being called from:
example.com/forums/forums/newreply.php?do=postreply&t=25885
and it should be coming from
example.com/forums/newreply.php?do=postreply&t=25885
(notice extra "forums" in the first URL)
vBulletin is installed in the root directory.
vBulletin Options > Site Name URL Contact > Forum Component URL
is set to forums to allow the forums to reside on example.com/forums
Everything seems to be working correctly except for this one script. All templates are un-modified. How can I change this? Where does that call come from?