Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
100 views

On a Windows Server 2016 Standard with IIS 10.0 I am experiencing serious problems with the IIS application pool hanging for a PHP site written in YII, making the site unresponsive until the pool is ...
marlar's user avatar
  • 4,203
0 votes
1 answer
46 views

I need a bit of help in PHP. I have two Hebrew words which are perfectly the same from the point of view of lexical meaning, but they do not match in bit wise comparison. 1. version: הִפַּלְנוּ 2. ...
xerostomus's user avatar
0 votes
0 answers
100 views

I've install php5.3 (from ppa:sergey-dryabzhinsky/php53), but when installing apache2 and then enabling it through sudo a2enmod php53 the output says to run sudo systemctl restart apache2, however ...
Nichm's user avatar
  • 1
0 votes
1 answer
91 views

I get multiples php errors in server log , the error show on 2 lines of my php code, However php script is working but it show these errors in server log. PHP Notice: Trying to access array offset on ...
smallbee's user avatar
  • 343
0 votes
0 answers
32 views

I have this code example, where I am not receiving the value of $something in the passData() function, since null comes, what is happening, this is code example: class ClassName extend X { ...
Alex Navedo's user avatar
1 vote
1 answer
246 views

I'm upgrading an exsiting application from PHP 5.3 to PHP 7.4 class Cl_Detail_Familles_Produit extends Cl_Form { public $ref_annuler = "../coh/list_produit.inc"; . . ...
mourad semi's user avatar
1 vote
1 answer
364 views

I'm upgrading an exsiting application from php 5.3 to php 7. I found this code in the application $this->upload_err = ERR_CORRUPTION; I didn't found any const whith the name ERR_CORRUPTION can we ...
mourad semi's user avatar
1 vote
2 answers
1k views

I'm updating a super legacy app and I'm trying to move from PHP 5.3 to PHP 5.6. Everything is going smoothly except for Imagick. On old server we were using Imagick 3.0.0 and now on newer server with ...
Kipras Bielinskas's user avatar
1 vote
1 answer
408 views

I have code from old PHP. But when I tried to execute it by PHP 8. The first code was: PasteBin I had error: Fatal error: Array and string offset access syntax with curly braces is no longer ...
SlimRG's user avatar
  • 45
1 vote
0 answers
602 views

I'm working on a legacy app running php 5.3 and for some reason on production server PDF files are printed in gibberish straight to the browser instead of being downloaded. Nothing was changed and in ...
Kipras Bielinskas's user avatar
0 votes
2 answers
68 views

I have an array like below and its dynamic array. $array = [10,20,30,40,50]; I want to create an another array recursively using the above array values. Looks like below Array ( [10] => ...
raheem.unr's user avatar
3 votes
0 answers
1k views

i have problem in laravel. i have created multiple morph in one table. table structure table_name : morphicable id: model_id: eg: '1' model_type: eg 'model/comment' model_one_id: eg: '1'...
arsalan ahmad's user avatar
-2 votes
1 answer
1k views

I'm having a hard time testing the Stripe Checkout from single-checkout-subscription on my local xampp server. So far, I have a Stripe account, created my test keys, product and prices, installed ...
ChosenJuan's user avatar
1 vote
0 answers
415 views

For some reason i can't change the charset of the mysqli connection to utf8mb4 on PHP 5.3.0, 5.3.1, 5.3.2, etc... up to PHP 5.4.0. I have a class which extends mysqli and in the constructor after i ...
Adrao's user avatar
  • 485
-1 votes
1 answer
174 views

I've got a line of code that I need to get working in PHP 5.3.3. I cannot upgrade the PHP version. The error is in the last line below with the ::class property (unexpected T_CLASS, expecting ...
Gumby's user avatar
  • 9

15 30 50 per page
1
2 3 4 5
86