$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…
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…
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 delete mysql table records from express form programatically
The following code eliminate express entry list but does not delete mysql table records
Express::deleteEntry(getID());
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…
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…
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…
I would like to delete database records when express record delete.
This code delete expess entry record but database record.
Express::deleteEntry($_SESSION['session]);
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"
…
If you're looking to get help with an Add-on or Theme you got out of the marketplace, you can do that from the very same place you got the item in the first place. For example, if you have an eCommerce or Calendar question - go check out the Support tab for each of them.
Pick an Answer
Hey, you're asking a community of busy people to volunteer their time to find you an answer. Help us know if your thread is resolved or not by picking an answer.
There's a little "Mark as Best Answer" link to every post in your thread. When you find the best answer to your question, just click that link and all sorts of wonderful things happen to everyone!
-Thank You! MGMT
Post
Sign In?
You must have a user account and be signed to perform this action.