Developing (v7+)

Delete Express record and MySql db record simutaneously

$dbDel = Loader::db(); $rsDel = $dbDel->Execute('DELETE FROM table WHERE exEntryID=?',$_SESSION['session']); The above code is to delete mysql database directly and the following code is to delete express entry record. How to develop only one executio…

Community Store how to use theme?

For the Community Store, the checkout page doesn't seem to use my active theme. Should it interact with it, or do I need to create an override for checkout.php somewhere? (and if so, where, as I tried adding it to /application/single_pages/checkout.php bu…

Public registration

I have a form that allows people to register. It no longer works. How do I find what the errors are?

Mysql Duplicate Entry Exception

Prono is primary key in my table. My entry data inserted in express when exception occurs but does not insert mysql table. My code is the following and how to change not to insert in express when exception occurs. try{ $pr…

How to make new font customizable?

Hi, I am designing a Website for a client and they want to import a Google font called Fira Sans. I am using the Modena Theme and using @font-face I have imported the font into the fonts.less and defaults.less. However, when I want to customiz…

8.4.3 Doctrine objects not array

I have a table with prices which I reference from another table: [code] /** * One Product has many Price Rules * @ORM\OneToMany(targetEntity="Store\Product\ProductPrice",mappedBy="product",cascade={"persist"})) */ protected $p…

Express objects painfully slow

V8.4.2 I'm finding Express object to be unusuably slow, getting 30 sec PHP timeouts when deleting 6 express entries then adding another 6 in the same web page load. These entries have about 40 attributes each, all text, checkboxes, images and dropdowns…

Server Update, won't send email

Using Concrete 5.7.5.13 When I send an email with the contact form, I am getting an error: Header must match with the format "name:value" "/updates/concrete5.7.5.13_remote_updater/concrete/vendor/zendframework/zend-mail/src/Header/GenericHeader.php" …

Filter Posts