Quote:
Originally Posted by ashley53680
Okay, so yours works without many modifications. That makes it narrowed down to being affected by mods. So what in THIS mod would keep all other mods working, but totally blank out vbshout? I am not a coder, so I am just trying my best to pinpoint the problem...
|
Unfortunately, I don't know coding well enough to even hazard a guess. I used to program in +3 BASIC when I was a teenager, so although I can 'roughly follow' what I see in the code, I dont' have enough php nor mysql experience to comprehend the full workings of it. I would assume, logically, that there is a table or variable collision. For example, it could be that this MOD (
purely example purposes so don't quote me on this) uses a variable called
$somestuff and you have another MOD that also uses the same variable
$somestuff.
For this moment, that's all I can think of, sorry. Perhaps you could attemp to disable all MODs except this (shout). Then re-enable your other MODs one by one. Although it might take a good bit of tedious fiddling within your admincp, it would guarantee a confirmation of which other MOD is clashing with the shout-MOD.
Once narrowed down, you could manually locate the clashing variable and then manually edit it (eg use
$something-b in place of
$something).
I do hope a resolve is found in the near future for your problems, but the shout does work well.