Development > Fixed or Bogus Bugs

[Bug] SSI.php.

(1/1)

Nathaniel:
There is a bug on line 3315 when you try to call SSI.php and this mod is installed.


--- Code: ---Fatal error: Call to undefined function sportal_vital() in D:\Program Files\xampp\htdocs\test\Sources\Subs.php on line 3315
--- End code ---


Issue caused by the copyright function.

ccbtimewiz:
Very strange...

Nathaniel:
This code from subs.php:
--- Code: ---sportal_vital();
--- End code ---
Needs to be changed to this code:
--- Code: ---if(SMF != 'SSI')sportal_vital();
--- End code ---

[SiNaN]:
Right, but we can include SPortal.php in SSI too.

But no need to add our copyright in SSI pages.

We will use the fix Nath gave.

[SiNaN]:
Killed this bug.

Navigation

[0] Message Index

Go to full version