Onderwerp bekijken
Vragen/Problemen in verband met infusions
 Onderwerp afdrukken
pjirc 4
barman-productions
hallo

Ik gebruik de infusion pj4, maar krijg error:

Fatal error: require_once(): Failed opening required '../../includes/header_includes.php' (include_path='.:/usr/local/php74/lib/php'Wink in /home/barman/domains/afspraakjes.w-talk.one/public_html/infusions/pjirc_4_fusion/index.php on line 22

require_once INCLUDES."header_includes.php";

hoe kan ik dat fixen?
W-Talk.one
 
http://www.w-talk.one
Zbigniew
First, make sure that the file includes/header_includes.php actually exists on your server.

This file is part of the PHP Fusion v9 installer, and by default it is an empty file. It’s intentionally left blank so the site owner can optionally add custom functions or includes there.

So:

✔️ The file should exist
✔️ It is normally empty
❌ If it’s missing, you will get exactly this error
How to fix it
Go to your server and check if this file exists:
/includes/header_includes.php
If it does not exist, simply create it manually:
Create a new file named header_includes.php
Place it inside the /includes/ directory
Leave it empty (or just add

<?php ?>
)
Make sure the path constant is correct:
require_once INCLUDES."

header_includes.php
";

If the INCLUDES constant is properly defined in PHP Fusion, this should work once the file exists.
 
https://phpfusion9.pl/
Spring naar forum:
Nieuw onderwerp Antwoorden
Gebruik BBcode of HTML om naar; 'pjirc 4', te verwijzen!
BBcode:
HTML:
Vergelijkbare onderwerpen
Onderwerp Forum         Laatste bericht
pjirc 4 fusion chat kanaal Algemene v7 support : 1 05 Aug 2009, 08:11
Pjirc 4fusion voor meer channels te hebben... Infusions : 4 09 May 2009, 15:57
Pjirc Infusions : 2 03 May 2009, 01:43