Running phpBB3 on VSI

The popular PHP based open source forum package, http://www.phpbb.com/
Post Reply
Message
Author
User avatar
issinoho
Site Admin
Posts: 202
Joined: Tue Feb 01, 2005 12:53 am
Location: Scotland
Contact:

Running phpBB3 on VSI

#1 Post by issinoho »

  • FreeAXP 4.0.0.646
  • VSI AXPVMS VMS V8.4-2L1
  • VSI AXPVMS TCPIP V5.7-13ECO5F
  • VSI AXPVMS SSL111 V1.1-1GB
  • VSI AXPVMS CSWS V2.4-38D
  • JFP AXPVMS MYSQL051 V23.1-0
  • PHP 7.2.29 (Berrymans)
  • phpBB-3.3.1

Code: Select all

Warning: include(./common.php): failed to open stream: no such file or directory in /www$root/phpBB3/index.php on line 23

Warning: include(): Failed opening './common.php' for inclusion (include_path='.:/php/includes:www$root/phpmyadmin/libraries') in /www$root/phpBB3/index.php on line 23

Warning: include(./includes/functions_display.php): failed to open stream: no such file or directory in /www$root/phpBB3/index.php on line 24

Warning: include(): Failed opening './includes/functions_display.php' for inclusion (include_path='.:/php/includes:www$root/phpmyadmin/libraries') in /www$root/phpBB3/index.php on line 24

Notice: Undefined variable: user in /www$root/phpBB3/index.php on line 27

Fatal error: Uncaught Error: Call to a member function session_begin() on null in /www$root/phpBB3/index.php:27 Stack trace: #0 {main} thrown in /www$root/phpBB3/index.php on line 27

Post Reply