Commit graph

37 commits

Author SHA1 Message Date
Sergei Solovev 9c0cd84bb5 Adding and Fix CS2 2023-12-08 00:16:48 +03:00
Sergei Solovev dde462b43e Minor fixes 2023-12-08 00:08:49 +03:00
Sergei Solovev f33a541084 Minor fixes 2023-12-07 23:32:09 +03:00
Sergei Solovev 3a5e6ca20b Minor update
Fixed a situation where it was impossible to edit the tariff plan
2023-12-03 22:44:13 +03:00
Sergei Solovev a8235b9df9 Fixed broken debug 2023-12-03 19:35:46 +03:00
Sergei Solovev 2bf2799705 Fixed broken debug 2023-12-03 19:07:31 +03:00
Sergei Solovev 64d9b0eb28 Pre-added CS:2
The necessary files and directories have been created
2023-12-03 00:03:12 +03:00
Sergei Solovev 815b67b8fe Restoring important functionality
This change covers many files necessary for the normal functioning of the control panel. They mainly affect access to an array element.
2023-11-13 01:39:35 +03:00
Sergei Solovev b59003e559 Reformat code
This update contains code reformatting to meet PHP standards.
2023-11-12 21:12:42 +03:00
Sergei Solovev 61b7226828 Major updates
Added support:
1. Composer for packages below;
2. symfony/polyfill to work with newer versions of php
3. filp/whoops to display php errors on screen
4. monolog/monolog for logging errors to a file and browser console
2023-11-12 17:26:34 +03:00
Sergei Solovev abab8bccea EngineGPv3 Publication 2023-11-11 23:56:12 +03:00
Sergei Solovev a45b4fab62 Changing file routing
Removed unnecessary ROOT constant
The DIR constant has been changed
All dependencies have been edited
2023-09-03 15:08:57 +03:00
Sergei Solovev ef6bdc398e Numerous bugs of vacancies have been fixed 2023-09-03 00:36:42 +03:00
Sergei Solovev cfe80cb9a2 Fixed an error when the list of submitted applications for vacancies was not displayed 2023-09-03 00:09:02 +03:00
Sergei Solovev 479bad25d3 Numerous job errors have been fixed
Whoops\Exception\ErrorException thrown with message "Undefined array key "edit""

Stacktrace:
#4 Whoops\Exception\ErrorException in /var/www/enginegp/data/www/demo.enginegp.com/system/acp/sections/jobs/index.php:5
#3 Whoops\Run:handleError in /var/www/enginegp/data/www/demo.enginegp.com/system/acp/sections/jobs/index.php:5
#2 include in /var/www/enginegp/data/www/demo.enginegp.com/system/acp/engine/jobs.php:31
#1 include in /var/www/enginegp/data/www/demo.enginegp.com/system/acp/distributor.php:63
#0 include in /var/www/enginegp/data/www/demo.enginegp.com/acp/index.php:50

Whoops\Exception\ErrorException thrown with message "Undefined variable $list"

Stacktrace:
#4 Whoops\Exception\ErrorException in /var/www/enginegp/data/www/demo.enginegp.com/system/acp/sections/jobs/index.php:32
#3 Whoops\Run:handleError in /var/www/enginegp/data/www/demo.enginegp.com/system/acp/sections/jobs/index.php:32
#2 include in /var/www/enginegp/data/www/demo.enginegp.com/system/acp/engine/jobs.php:31
#1 include in /var/www/enginegp/data/www/demo.enginegp.com/system/acp/distributor.php:63
#0 include in /var/www/enginegp/data/www/demo.enginegp.com/acp/index.php:50

Whoops\Exception\ErrorException thrown with message "Undefined variable $list"

Stacktrace:
#4 Whoops\Exception\ErrorException in /var/www/enginegp/data/www/demo.enginegp.com/system/acp/sections/jobs/request.php:57
#3 Whoops\Run:handleError in /var/www/enginegp/data/www/demo.enginegp.com/system/acp/sections/jobs/request.php:57
#2 include in /var/www/enginegp/data/www/demo.enginegp.com/system/acp/engine/jobs.php:31
#1 include in /var/www/enginegp/data/www/demo.enginegp.com/system/acp/distributor.php:63
#0 include in /var/www/enginegp/data/www/demo.enginegp.com/acp/index.php:50
2023-09-02 23:37:24 +03:00
Sergei Solovev 6a55364754 Fix "Undefined variable $url_search"
Whoops\Exception\ErrorException thrown with message "Undefined variable $url_search"

Stacktrace:
#4 Whoops\Exception\ErrorException in /var/www/enginegp/data/www/demo.enginegp.com/system/acp/sections/control/index.php:49
#3 Whoops\Run:handleError in /var/www/enginegp/data/www/demo.enginegp.com/system/acp/sections/control/index.php:49
#2 include in /var/www/enginegp/data/www/demo.enginegp.com/system/acp/engine/control.php:36
#1 include in /var/www/enginegp/data/www/demo.enginegp.com/system/acp/distributor.php:63
#0 include in /var/www/enginegp/data/www/demo.enginegp.com/acp/index.php:50
2023-09-02 23:22:01 +03:00
Sergei Solovev 49abaa470a Fix "Trying to access array offset on value of type null"
Whoops\Exception\ErrorException thrown with message "Trying to access array offset on value of type null"

Stacktrace:
#4 Whoops\Exception\ErrorException in /var/www/enginegp/data/www/demo.enginegp.com/system/acp/sections/tarifs/index.php:42
#3 Whoops\Run:handleError in /var/www/enginegp/data/www/demo.enginegp.com/system/acp/sections/tarifs/index.php:42
#2 include in /var/www/enginegp/data/www/demo.enginegp.com/system/acp/engine/tarifs.php:32
#1 include in /var/www/enginegp/data/www/demo.enginegp.com/system/acp/distributor.php:63
#0 include in /var/www/enginegp/data/www/demo.enginegp.com/acp/index.php:50
2023-09-02 23:11:48 +03:00
Sergei Solovev 4be487f883 Conversion to PSR code format. Part #1 2023-05-05 04:17:19 +03:00
Sergei Solovev 24234ae588 foreach() argument must be of type array|object, null given in file /var/enginegp/system/acp/sections/tarifs/tarif.php on line 477
[2023-04-29 15:54:14] EngineGP.ERROR: Whoops\Exception\ErrorException: foreach() argument must be of type array|object, null given in file /var/enginegp/system/acp/sections/tarifs/tarif.php on line 477
Stack trace:
  1. Whoops\Exception\ErrorException->() /var/enginegp/system/acp/sections/tarifs/tarif.php:477
  2. Whoops\Run->handleError() /var/enginegp/system/acp/sections/tarifs/tarif.php:477
  3. include() /var/enginegp/system/acp/sections/tarifs/index.php:9
  4. include() /var/enginegp/system/acp/engine/tarifs.php:32
  5. include() /var/enginegp/system/acp/distributor.php:66
  6. include() /var/enginegp/acp/index.php:50
 [] []
2023-04-29 16:09:57 +03:00
Sergei Solovev 1f523bf4fc Syntax correction 2023-04-29 15:56:26 +03:00
Roman Kelesidis 2928116517 Fixed broken debug
Ебать мем) у нас дебаг отключен.
2023-04-13 21:17:06 +07:00
Roman Kelesidis 50df251051 Improved debugging 2023-04-13 20:28:51 +07:00
Sergei Solovev a796e27c01 Fixed the display of the admin panel 2023-03-21 23:42:16 +03:00
Sergei Solovev 23d75571d5
Revert "The admin panel files have been moved to the appropriate section" 2023-03-21 23:32:42 +03:00
Sergei Solovev 1d6bf14914 The admin panel files have been moved to the appropriate section 2023-03-21 20:43:48 +03:00
Sergei Solovev 2f0a406f83 The admin theme is separated from the main one 2023-03-21 20:13:07 +03:00
Sergei Solovev 587db28295 Automatic conversion of false to array is deprecated 2023-03-20 00:30:52 +03:00
Sergei Solovev 13ec600318 Automatic conversion of false to array is deprecated 2023-03-20 00:28:36 +03:00
Sergei Solovev 52496c365b Automatic conversion of false to array is deprecated 2023-03-20 00:27:07 +03:00
Sergei Solovev dd1bb2e44e Revert "Dev (#37)"
This reverts commit 0fb732993b.
2023-03-20 00:22:12 +03:00
Sergei Solovev 0fb732993b
Dev (#37)
* Adding filp/whoops

* FIX: Automatic conversion of false to array is deprecated
2023-03-20 00:20:13 +03:00
Sergei Solovev c6c3ce0627
Adding filp/whoops (#36) 2023-03-19 22:58:35 +03:00
Sergei Solovev 8fd5a297d3 PHP Deprecated: Automatic conversion of false to array is deprecated in C:\MyPrograms\OSPanel\domains\enginegp.local\system\acp\sections\boost\index.php on line 40 2023-03-13 00:42:55 +03:00
Sergey 32a9bc0305 Minor fixes 2023-03-05 16:59:34 +03:00
Roman Kelesidis a44e1986f4 Fixed: Deprecated in html.php line 133 2023-03-05 12:05:09 +07:00
Sergey a9e937eba0 Minor fixes 2023-03-05 06:11:29 +03:00
Sergey 8063f16b0d add files 2023-03-05 02:45:46 +03:00