Commit Graph

34 Commits

Author SHA1 Message Date
fusionate 7d37d7a521
Require - Updates for PHP 8.1 2023-05-16 18:39:41 +00:00
FusionPBX fd0615587e
Update require.php 2023-05-08 19:02:58 -06:00
FusionPBX 0413b998e8
Ensure PROJECT_ROOT is defined 2023-05-08 18:50:32 -06:00
FusionPBX 26e3a0881d
Error reporting for user hide deprecated 2023-05-08 15:07:59 -06:00
FusionPBX b4ccdd244b
[bug] error reporting options user, dev, all (#6616)
An enhancement that adds simple options to show what errors to show in the web interface. This also fixes a bug that causes an error in PHP8.
2023-04-26 11:19:45 -06:00
FusionPBX dc3b95da36
Use tabs for indentation 2023-01-17 12:07:35 -07:00
FusionPBX eacff4c797
Code is causing a larger issue removed for more testing. 2022-10-14 12:38:01 -06:00
FusionPBX 3b8d3b70ea
Include additional functions
Moved here from resources/functions.php
2022-10-14 10:07:14 -06:00
FusionPBX 3e8ea2015f
Use the error reporting defined in config.conf 2022-10-13 16:23:20 -06:00
FusionPBX 227aa97adc
Use class_exists around auto_loader 2022-10-11 15:34:55 -06:00
FusionPBX fe53483ed8
Update require.php 2022-10-10 16:59:57 -06:00
FusionPBX 1c81f9c8b2
Replace config.php with config.conf 2022-10-10 13:16:32 -06:00
FusionPBX bfbfca96e3
Use the new PHP auto_loader.php file. 2021-11-26 13:13:04 -07:00
FusionPBX 1aaf1aa2fa
Add the new cidr.php file. 2021-11-26 12:34:02 -07:00
FusionPBX 5f801d9501
Add priorities and debug information. 2021-08-11 17:10:18 -06:00
FusionPBX f05d193bc9
Update require.php
Set the full path for file_exists.
2020-11-03 17:21:41 -07:00
Nate 49e2f1b41e Update resources/require.php - Don't require switch.php if not present (framework support). 2020-11-03 12:16:00 -07:00
Nate 0df02b95dd Template: Convert to Smarty syntax. 2020-03-17 20:31:29 -06:00
Mafoo b1c5d870e0 BugFix - GUI install (#2779)
Fixes to remove some errors in the GUI installer
2017-08-02 10:45:35 -06:00
reliberate 6db45055c4 Fix path issue in require.php. 2016-05-05 14:18:59 -06:00
markjcrane 7bcb0037f4 Conditional includes if the config.php exists this fixes css.php for the install. 2016-05-05 13:22:08 -06:00
Harry G. Coin 8abe003a71 The goal is to increase confidence in fusionpbx, one step is to run by default with error_reporting (E_ALL ^ E_NOTICE);
So, please find in this set numerous small changes which eliminate numerous php warning messages.

Also, a small bug fix in an sql statistics routine, naming a count(*) field as count, so displaying correct detail.

If any of the proposed changes are omitted, the relevant page will experience php warnings.

There are no doubt fusionpbx pages I've yet to visit that still generate warnings, this set is nearly certainly not comprehensive.
2016-04-25 20:19:58 -05:00
Mark Crane dd9ade256f Update release to fix big for systems where GLOB_BRACE is not available. 2015-05-13 04:37:36 +00:00
Nate Jones fe8032b1c3 Misc: Removed use of GLOB_BRACE as doesn't work on some systems, use non-GLOB_BRACE method instead. Thanks [xming] and Risk64. Should resolve Issue 916, as well. 2015-05-12 18:11:05 +00:00
Nate Jones 283cda7aa1 Translate: Necessary resource mods. 2015-01-18 07:54:19 +00:00
Mark Crane 01f34c0210 Update the example code to set MOH. Add the auto_loader class only if it is not defined. 2014-12-24 06:36:09 +00:00
Mark Crane bceaa58b78 predefine a variable to prevent a PHP notice. 2014-11-25 00:23:02 +00:00
Mark Crane e9993f4c3e Update the dev branch version to 3.7 and get rid of GLOB_BRACE which is not defined in Solaris 2014-08-19 09:16:01 +00:00
Mark Crane 65ace361b7 Prevent the class from being redeclared by using class_exists. 2014-03-04 16:48:59 +00:00
Mark Crane 4fcc3b4c35 Add a PHP class autoloader spl_autoload_register. 2014-01-19 01:30:10 +00:00
Mark Crane 9f71bdd024 Change links from includes to the resources directory. 2013-07-10 23:41:12 +00:00
Mark Crane 3798b9a782 Update a few more references to files that have been move to the resources directory. 2013-07-06 07:01:14 +00:00
Mark Crane 8915debbd8 Rename lib_pdo_vm.php to pdo_vm.php and lib_functions.php to functions.php and move to the resources directory. 2013-07-06 06:46:07 +00:00
Mark Crane e8b788b8dc Move require.php to the resources directory. 2013-07-06 05:56:50 +00:00