Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SUPEE-3762 Prevent showing install page after refresing SOAP index #1

Merged
merged 1 commit into from
Nov 4, 2014

Conversation

tmotyl
Copy link
Contributor

@tmotyl tmotyl commented Oct 29, 2014

Prevents repeated SOAP index page call issue from causing
customers to only see the Magento installation page

Refreshing the SOAP v2 index page (http://your-magento-host-name/index.php/api/v2_soap/index/)
results in all administrators and customers viewing the Magento installation page.

Prevents repeated SOAP index page call issue from causing
customers to only see the Magento installation page

Refreshing the SOAP v2 index page (http://your-magento-host-name/index.php/api/v2_soap/index/)
results in all administrators and customers viewing the Magento installation page.
LeeSaferite added a commit that referenced this pull request Nov 4, 2014
SUPEE-3762 Prevent showing install page after refresing SOAP index
@LeeSaferite LeeSaferite merged commit f2ea602 into OpenMage:magento-1.9 Nov 4, 2014
@sreichel sreichel added the patch label Jan 11, 2018
@sreichel sreichel added the SUPEE Relates to security patches label Jun 19, 2020
Flyingmana added a commit that referenced this pull request Jan 19, 2021
* TypeError: round(): Argument #1 ($num) must be of type int|float
luigifab referenced this pull request in luigifab/magento-lts Oct 9, 2021
luigifab referenced this pull request in luigifab/magento-lts Oct 9, 2021
luigifab referenced this pull request in luigifab/magento-lts Oct 9, 2021
…($haystack) of type string is deprecated
luigifab referenced this pull request in luigifab/magento-lts Oct 9, 2021
luigifab referenced this pull request in luigifab/magento-lts Oct 9, 2021
luigifab referenced this pull request in luigifab/magento-lts Oct 9, 2021
luigifab referenced this pull request in luigifab/magento-lts Oct 9, 2021
luigifab referenced this pull request in luigifab/magento-lts Oct 9, 2021
kiatng added a commit to kiatng/magento-lts that referenced this pull request Nov 10, 2023
fballiano pushed a commit that referenced this pull request Nov 10, 2023
kiatng added a commit to kiatng/magento-lts that referenced this pull request Nov 14, 2023
elidrissidev pushed a commit that referenced this pull request Nov 16, 2023
* Fixed strip_tags(): Passing null to parameter #1 in Fulltext.php

* Preserve PHP7.4 return value.
kiatng added a commit to kiatng/magento-lts that referenced this pull request Nov 23, 2023
kiatng added a commit to kiatng/magento-lts that referenced this pull request Nov 23, 2023
kiatng added a commit to kiatng/magento-lts that referenced this pull request Feb 1, 2024
fballiano pushed a commit that referenced this pull request Feb 8, 2024
ADDISON74 added a commit that referenced this pull request Jul 2, 2024
…ng) of type string is deprecated in Mage/Wishlist/Block/Abstract.php on line 235

Steps to reproduce this issue:

1. Log into a customer account
2. Add any product to Favorites
3. Once you are redirected to the Favorites page send the Favorites list to an email address

Take a look in this file /var/log/system.log. You will see this error

```Deprecated functionality: trim(): Passing null to parameter #1 ($string) of type string is deprecated  in /var/www/html/app/code/core/Mage/Wishlist/Block/Abstract.php on line 235```
ADDISON74 added a commit that referenced this pull request Jul 3, 2024
In order to reproduce this issue use a table rate in your test environment then follow the checkout steps to the end. Starting with PHP 8.1 to 8.3 you will get this error in the OM log file.

```
Deprecated functionality: strlen(): Passing null to parameter #1 ($string) of type string is deprecated  in /var/www/html/app/code/core/Mage/Shipping/Model/Resource/Carrier/Tablerate.php on line 131
```

My approach is using strlen($variable ?? '') but it could be strlen((string) $variabile) too. I am open to opinions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SUPEE Relates to security patches
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants