Skip to main content
0 votes
1 answer
58 views

This error occurs only in certain page that load with a lot of data. Other page with same module is run with no error. ERROR 500 this using php 7.2 and codeigniter. please help is there any issus with ...
AM03's user avatar
  • 1
0 votes
1 answer
643 views

I tried installing from the brew install. It did not work. It is showing me this error. . I tried copying the PHP files from the brew install either it doesn't show up or it doesn't open itsef I want ...
Raghavendra Radhakrishnan's user avatar
1 vote
1 answer
131 views

I want to get the last day of the month of the next year from a given date Here is how I did : $copy = new \DateTime(); $lastDay = new \DateTime($copy->add((new \DateInterval('P1Y')))->format('Y-...
Gautier's user avatar
  • 1,184
-1 votes
1 answer
89 views

I have taken over the 'admin' of a Wordpress website without the benefit of any documentation and it is falling over when creating invoices with this error. Whilst I can do somethings to get it going, ...
wimorrison's user avatar
2 votes
0 answers
2k views

My main aim is to install php5.6 while i am having php7.2 already in my laptop.i tried to install it but it's not working in ubuntu 18.04. the commands which i ran are given below-- sudo add-apt-...
Aman Verma's user avatar
2 votes
1 answer
38 views

I'm trying add limit & offset as variables on a sql in php application code looks like this: $bind[':limit'] = $limit; $bind[':offset'] = $offset; $sql= 'SELECT id, monkeys '. 'from ...
Fabian's user avatar
  • 265
0 votes
1 answer
68 views

So I am passing a file upload data through a form POST to a PREVIEW pdf. It used to work, but we recently changed to PHP 8 and I haven't managed to adapt it. Here is the code block that gets the the ...
Madeline Kallis's user avatar
1 vote
1 answer
282 views

I've a project developed in PHP >= 7.2 and Pimcore 6.7.1. I want to run this project on another system but not getting any help. Pimcore documentation is all about creating new project and then ...
Adnan Mustafa's user avatar
0 votes
1 answer
237 views

I have a php script which runs inside a docker (The php version is 7.2.34 on orcalelinux. ) it uses dns_get_records to fetch spf records for domains. For one particular domain it throws a warning: ...
kaashif's user avatar
  • 61
1 vote
1 answer
2k views

I want use Socialite package but receive in Error ! controller codes : namespace App\Http\Controllers\Auth; use App\Http\Controllers\Controller; use App\User; use Laravel\Socialite\Facades\Socialite; ...
Ali Salehi's user avatar
0 votes
1 answer
97 views

I'm trying to send an order confirmation email HTML template (order_confirmation.html.php) from my Apache (7.2) backend that has PHP tags present for conditional rendering that is sent with the ...
Kevin G's user avatar
  • 317
-1 votes
2 answers
118 views

I have a php code in which I am getting the error message Notice: Undefined variable: c at LineA <?php echo HelloWorld($a, $b = 6, $c); ?> // LineA The function definition is shown below: ...
flash's user avatar
  • 1,517
0 votes
0 answers
69 views

I tested it, but it's like this in only one part As integer 125398460000 goes through json_encode I've seen it change to 125398459999.99998. 125398460001 or 125398470000 did not. Am I mistaken now? ...
rurumita's user avatar
0 votes
1 answer
272 views

I'm working to fix some old code that triggers a warning on PHP 7.2.0, beacause each() is deprecated. I tried to replace each() with foreach() like the following, but it doesn't work. I found some ...
Daaaaa's user avatar
  • 57
0 votes
1 answer
451 views

I have a user grid with an editable datetime column. When i edit and save the date time i am updating the date value in my db using a put method and controller. But after successful save the error ...
David's user avatar
  • 360

15 30 50 per page
1
2 3 4 5
48