Skip to main content

Questions tagged [php-5.4]

Marks questions related to Magento on php 5.4

0 votes
1 answer
73 views

is there a way to display configurable product name underneath the price or anywhere?
mrwho's user avatar
  • 29
3 votes
2 answers
708 views

Magento has just removed all support to 1.* as it reached end of life. I need to create an tests environment like my client that uses 1.5.1. I understand that it is way too old but it is his choice to ...
Gustavo Ulyssea's user avatar
0 votes
0 answers
40 views

In my codebase I have a line of code, which is triggered through a cron const SALE_ORDER_NR = '{{order}}'; $text = str_replace(self::SALE_ORDER_NR, $order, $text); I am using Magento 1.9; Here, $...
arqam's user avatar
  • 149
0 votes
1 answer
259 views

example myconnect.php <?php $servername = "localhost"; $username = ""; $password = ""; try { $conn = new PDO("mysql:host=$servername;dbname=meigee", $username, $password); //set the PDO ...
Arj-Ong Janlaksana's user avatar
1 vote
1 answer
58 views

I'm trying to download the PHP 5.4 patch for Magento 1.x CE but I cannot find it, I think this guide is out of date: https://devdocs.magento.com/guides/m1x/other/php5.4_patch.html
Enrique's user avatar
  • 238
0 votes
1 answer
53 views

I accidentally deleted admin_user table and when I created it again, I'm unable to access the backend. It keeps throwing the error page with a new report number every time. On checking var/reports, it ...
Mohit Singh's user avatar
1 vote
1 answer
667 views

I have implemented a third party api and I am getting bellow error: Fatal error: Call to a member function getMethod() on a non-object in /var/www/html/app/code/local/Openpay/Banks/Model/Observer....
Pranjal Prakash Srivastava's user avatar
1 vote
1 answer
740 views

I want use below query in my custom module SELECT category_name FROM faq_category WHERE id = ANY (SELECT category_name FROM faq_category_description WHERE category_name = 1); But i don't know syntax ...
Maha's user avatar
  • 41
1 vote
0 answers
93 views

In Table1: Id Category-Name Status 1 Account Enable 2 Shipping Disable 3 Payment Enable In Table2: Id Category-Name Question Answer Status Position 1 1 ...
Maha's user avatar
  • 41
1 vote
0 answers
194 views

I have site - magento 1.9.2 . Upsells products are vizualizate аs slideshow, i want to sort them in four columns and show them in a few lines no matter how many. I don't want to have a slide show. I ...
Emil Tenev's user avatar
1 vote
1 answer
3k views

So I've had no issues with writing simple queries and pulling the data through that I need (mostly using fetchOne(), but this is my first time trying it with a little bit more comprehensive query. I'...
taskle's user avatar
  • 385
0 votes
0 answers
361 views

I have to add SMS sending function at the checkout success page. This is my code: namespace send\sms\Block; class sendsms extends \Magento\Framework\View\Element\Template { /** * @var \...
ubakara samy's user avatar
0 votes
1 answer
128 views

I need to reindex but can't get it to work. I'm in the root directory and when running: magento indexer:reindex It states that magento isn't a valid command, so after further research I try and run ...
James's user avatar
  • 103
2 votes
2 answers
2k views

I`ve my store on 1.9.3.4 and now my customers are not receiving order confirmation email, Contact us mail, new registration mail, forget password mail. I tried sending through the admin panel but ...
votiveWP's user avatar
0 votes
2 answers
267 views

I am trying to override phtml file inside theme module. Below is my code Module.xml <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:...
bhupinder's user avatar
  • 105

15 30 50 per page
1
2 3 4 5
19