Jump to content

Forums [solved]


Angel Air

Recommended Posts

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

Link to comment
Share on other sites

  • 5 years later...
  • Administrators

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...