View Full Version : Not installed error
mrchris
June 25th, 2009, 02:20
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?
Yao
June 25th, 2009, 12:53
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
mrchris
June 25th, 2009, 23:11
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?
Yao
June 25th, 2009, 23:28
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.
mrchris
June 26th, 2009, 00:25
SHould i do that for every single php file in the package? There are quite a few.. thanks
mrchris
June 26th, 2009, 01:22
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!
winter
June 26th, 2009, 01:39
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 ;)
mrchris
June 26th, 2009, 01:41
Thats not possible my server requirements are php 5
I already changed every file to php 5 and still no luck?
Yao
June 26th, 2009, 02:08
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.
mrchris
June 26th, 2009, 02:10
Thanks I would really appreciate it!
winter
July 3rd, 2009, 01:20
are everything going okay now Chris?
mrchris
July 3rd, 2009, 01:29
are everything going okay now Chris?
Ahh yes Yao was very helpful in getting it fixed up for me.. He really went above and beyond! Good stuff , thanks guys!
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.