Skip to main content

Questions tagged [php-7]

Use this tag when you have problems very specific to PHP7 because of for example BC breaks

0 votes
1 answer
191 views

I am getting this error when running cron.php on a Magento 1.9 site that I recently migrated to a new server. Everything was working correctly on the old one, now I get the error below: Call to ...
swiss_blade's user avatar
0 votes
1 answer
1k views

sudo php bin/magento setup:install --base-url=http://vstar.local --db-host=localhost --db-name=vstar --db-user=root --db-password=Root@123 --admin-firstname=alan --admin-lastname=wac --admin-email=...
Alan Biju's user avatar
1 vote
1 answer
2k views

Getting 404 error on frontend page backend Admin panel is perfectly working frontend page only through error what is the reason behind that
user avatar
0 votes
1 answer
176 views

I have a test script which should update products: use Magento\Framework\App\Bootstrap; require __DIR__ . '/app/bootstrap.php'; error_reporting(E_ERROR | E_PARSE); $bootstrap = Bootstrap::create(BP, $...
Naberd Zendi's user avatar
0 votes
1 answer
150 views

Basically. I've created a button in M2 admin. Clicking on that button runs my custom-created indexer. The indexer is fetching all the products and sends them to a third-party service with a POST ...
Smit Kandiya's user avatar
0 votes
2 answers
193 views

As per the Adobe Magento 2 Official documentation. System requirements for Magento 2.4.5 is PHP 8.1 I am getting following error. Exception: Deprecated Functionality: Method ReflectionParameter::...
Tejas's user avatar
  • 1
0 votes
1 answer
60 views

What are the security risks associated with a Magento 2 website, and how can you mitigate them?
Noor Mohamed's user avatar
2 votes
1 answer
255 views

What are the key differences between Magento 2 Community Edition and Magento 2 Enterprise Edition, and which one is the best fit for your business needs?
user avatar
1 vote
1 answer
128 views

Why do some Magento 2 installations encounter "white screen of death" errors, where the site appears blank with no error messages displayed?strong text
Mohamed Hakkim's user avatar
0 votes
1 answer
75 views

working on an upgrade from 2.3.5 to 2.3.7 and suddenly got this error when compiling, does anybody know how to fix this? Looks like it had to do with me changing to "minimum-stability": ...
Sander van Zuidam's user avatar
2 votes
2 answers
751 views

I want to calculate dates between current date and given range for example last 30 days date with the gap of 5 days the array should be in this formate. Formate: 2022-8-18 00:00:00 2022-8-13 00:00:...
Afzel Arshad's user avatar
0 votes
0 answers
37 views

I want to use a one time subscription extension. My Magento store version is 2.4.2 . Most of the extensions do not support Authrize.net payment gateway. Is autherize.net payment gateway not secure ...
Daga's user avatar
  • 21
0 votes
1 answer
661 views

Though it is very basic or I suppose to have this working straight but after spending hours am looking for community experts insight/support. Have to add monitoring of all outgoing requests from ...
Elamurugan's user avatar
0 votes
1 answer
848 views

The below code will delete pub/media/tmp directory and sub directory all files which is older than one month.By the help of core php function.
Vikas kalal's user avatar
  • 1,361
0 votes
1 answer
223 views

I have to add add to cart button on homepage. I have custom phtml in my own module. I would like this button to work with ajax. Could someone please suggest something?
mrcl's user avatar
  • 37

15 30 50 per page
1
2 3 4 5
33