I keep getting the not installed error in step 3 My forum sits @ http://windowcleaningresource.com/vBulletin/ and thats where I put the mobiquo folder. Thoughts? Ideas?
Hi Mrchris, I just check the your forum, looks the plugin can not work because the vbulletin files' name in your forum are not as normal, such as the red part '5' in below url http://windowcleaningresource.com/vBulletin/forumdisplay.php5?f=2 So the mobiquo script can not get the file it required. Such as 'global.php', I guess in your forum only has 'global.php5'. I am not sure is there any config in vb can add some suffix, can you please tell me how the suffix '5' has been added to every php file in your forum? If possible, I will try to fix this issue. Thanks Yao
For the most part the 5 has been added manually to each file. Just basically a find and replace all php to php5 Any thoughts?
mrchris. I think just replace php to php5 will be fine. You only need replace all the filename in require_once function. such as: require_once('./global.php'); to require_once('./global.php5'); Please let me know if still can not work.
I tried replacing all in the package.. still with no luck.. Please help if you can.. As most of my users access our board from the road.. this would be very beneficial to my community.. thanks!
Hi, To permentently resolve this issue, I recommend you to revert your file extension back the what vBulletin default state, unless your server requires having a"5" behind?? I don't recommend changing our file as it will take you a lot of effort to edit it everytime for new release
Thats not possible my server requirements are php 5 I already changed every file to php 5 and still no luck?
I will try to permanently solve this problem. To add a suffix config in config file. Please wait a few more days.
Ahh yes Yao was very helpful in getting it fixed up for me.. He really went above and beyond! Good stuff , thanks guys!