Not installed error

Discussion in 'Bugs Report and Tracking' started by mrchris, Jun 25, 2009.

  1. mrchris New Member

  2. Yao Android Developer

    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
  3. mrchris New Member

    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?
  4. Yao Android Developer

    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.
  5. mrchris New Member

    SHould i do that for every single php file in the package? There are quite a few.. thanks
  6. mrchris New Member

    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!
  7. winter Tapatalk Master

    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?? :confused:

    I don't recommend changing our file as it will take you a lot of effort to edit it everytime for new release ;)
  8. mrchris New Member

    Thats not possible my server requirements are php 5

    I already changed every file to php 5 and still no luck?
  9. Yao Android Developer

    I will try to permanently solve this problem. To add a suffix config in config file.

    Please wait a few more days.
  10. mrchris New Member

    Thanks I would really appreciate it!
  11. winter Tapatalk Master

    are everything going okay now Chris?
  12. mrchris New Member


    Ahh yes Yao was very helpful in getting it fixed up for me.. He really went above and beyond! Good stuff , thanks guys!

Share This Page