Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CodeIgniter helper functions
Post: RE: CodeIgniter helper functions

It's to avoid fatal errors due to redeclaration of functions. If you have a function called 'foo' declared somewhere else, when trying to redeclare it, the script will produce a fatal error. By implem...
413 Views
1 Replies
11-17-2024, 12:26 AM
allone
    Thread: Cron Job Error
Post: RE: Cron Job Error

The issue was with the way the hosting server was configured. It was not parsing the arguments into $_SERVER['argv']. Since I didn't have access to php.ini, I added a runtime parameter: ``` php -d r...
281 Views
1 Replies
11-17-2024, 12:19 AM
allone
  Sad Thread: Cron Job Error
Post: Cron Job Error

Hello everyone, I'm trying to run a command using cron, and I get the following error: Code: -- CRITICAL - 2024-11-16 23:28:01 --> TypeError: array_shift(): Argument #1 ($array) must be of type arr...
281 Views
1 Replies
11-16-2024, 03:19 PM
allone

Theme © iAndrew 2016 - Forum software by © MyBB