EzPortal - Portal Software for Forums

EzPortal Forums => Bugs => Topic started by: Kindred on March 09, 2016, 02:40:47 pm

Title: beta 3 prerelease... 3 errors EVERY page (EZP 3.0.3b)
Post by: Kindred on March 09, 2016, 02:40:47 pm
Type of error: Undefined
8: Use of undefined constant WIRELESS - assumed 'WIRELESS'
http://...index.php?action=admin;area=logs;sa=errorlog;desc
File: /.../Sources/EzPortal2.php
Line: 1863
   
Type of error: Template
Unable to load the 'main' template.
http://.../index.php?http://.../
   
Type of error: Undefined
8: Use of undefined constant WIRELESS - assumed 'WIRELESS'
http://.../index.php?http://void.turtleshellprod.com/crew/
File: /.../Sources/EzPortal2.php
Line: 1863
Title: Re: beta 3 prerelease... 3 errors EVERY page (EZP 3.0.3b)
Post by: EzPortal on March 12, 2016, 08:35:00 am
This one should fix the wireless issues on line change in ezportal2.php

Code: [Select]
if (WIRELESS)

To
Code: [Select]
if (defined('WIRELESS'))


I do have one bug report in with SMF 2.1 https://github.com/SimpleMachines/SMF2.1/issues/3337
Title: Re: beta 3 prerelease... 3 errors EVERY page (EZP 3.0.3b)
Post by: Kindred on March 12, 2016, 09:29:48 am
will give it a shot after the weekend.