Angel Air Posted February 12, 2011 Report Share Posted February 12, 2011 Hi all, Not sure if this question has been asked before if it has then I apologise, but is it possible to intergrate phpbb3 into phpvms? I have tried to install the VAforum but keep getting an error when i try to create a a new catergory. So i have opted to try this method instead. I have uploaded phpbb3 to my server and used the phpvms sql table for the install and it has not intergated the users from phpvms into phpbb3. hope that all makes sense. Thanks in advance. Scott Quote Link to comment Share on other sites More sharing options...
Tom Posted February 12, 2011 Report Share Posted February 12, 2011 Which version of VAForum are you using? What is the error you get? Quote Link to comment Share on other sites More sharing options...
Angel Air Posted February 12, 2011 Author Report Share Posted February 12, 2011 Which version of VAForum are you using? What is the error you get? Hi I am using VAForum 2.0.1 from you I believe and the error I keep getting is: An Error Was Encountered The module "%3C" doesn't exist! and I have installed as per instructions but with no luck. Cheers Scott Quote Link to comment Share on other sites More sharing options...
Tom Posted February 12, 2011 Report Share Posted February 12, 2011 Do you have short/asp style tags enabled? That's the problem.. Quote Link to comment Share on other sites More sharing options...
Angel Air Posted February 12, 2011 Author Report Share Posted February 12, 2011 Do you have short/asp style tags enabled? That's the problem.. Not sure where do I find that to change it? Sorry for my lack of knowledge. Scott Quote Link to comment Share on other sites More sharing options...
Tom Posted February 12, 2011 Report Share Posted February 12, 2011 It's in your servers php configuration... I'll make sure in the next revision I use <?php... Quote Link to comment Share on other sites More sharing options...
Angel Air Posted February 13, 2011 Author Report Share Posted February 13, 2011 It's in your servers php configuration... I'll make sure in the next revision I use <?php... ok I will have a look I am running my server on xampp on a local machine will that make any diffrence? Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted February 13, 2011 Moderators Report Share Posted February 13, 2011 I'm not sure why hosts does not have asp tags on, that annoys me. I think hosts should have them on........ Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted February 13, 2011 Moderators Report Share Posted February 13, 2011 Look for php settings and find asp tag and turn it on. I'm on my mobile so can't help much here. Quote Link to comment Share on other sites More sharing options...
Angel Air Posted February 13, 2011 Author Report Share Posted February 13, 2011 Thanks for the help have gone back to VAForum It works a treat. Cheers Scott Quote Link to comment Share on other sites More sharing options...
LH154 Posted March 19, 2016 Report Share Posted March 19, 2016 who can i find it the asp??? Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted March 21, 2016 Administrators Report Share Posted March 21, 2016 If you are on shared hosting you will most likely have to open a support ticket with them to change it, if they will. It may be possible to run a custom php.ini file in the root of your site but most shared hosting providers have this disabled. If you have root access to the server you can change the setting in php.ini. short_open_tag=On You can also try setting it in your local config using the php directive, ini_set ('short_open_tag', 'on'); You can also try to set it in an .htaccess file if all else fails. Personally, I would just use my editor and do a mass replace of <?(space) with <?php Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.