I hope this hasnt been answered and if so please just point me to the right page x.x
I had to re-install vbindex due to some problems with my forum, I am currently running 2.3.0 and am getting this error on the main page wich would be
www.ultimaforce.net
Warning: main(): stream does not support seeking in /home/asuka/public_html/index.php on line 27
Fatal error: Call to undefined function: getpermissions() in /home/asuka/public_html/index.php on line 30
The main page does not seem to recognize log in or display the vbindex features at all, the vbindex is enabled the forums are not at the moment, can someone please tell me were I went wrong or if I forgot to edit something.
Thank you in advance.
EDIT: I dont know if this will help in aiding me I checked the file in question which would be the vbindex.php file renamed to index.php so it is the main page and there is nothing on line 27 or line 30
Code:
----- Start on line 27, End Line 30 which is blank-----
// un-comment and set the path if vBindex is not run from the forums root directory
chdir('./forum');
require('./global.php');