How can I delete a report (like on persons or photos)?
- 167
Hi,
We've set in MassMailer to delete all the sent messages older then 365 days.
Now one of the campaing reached that criteria but something is wrong when cron job tries to delete those letters from DB:
Database error
Query:
DELETE FROM `bx_massmailer_letters` WHERE `campaign_id` IN (4,8)
Mysql error:
SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens
What can we do about that error?
Kind regards
Mayki
- 329
Hi,
I am trying to add payed level but when I am on page to add new Payed level, I select Premium and then I click Add on the top right corner
but I can see only this:
just this popup showing Add Pricing Plan and I can't do nothing...., I have to refresh the page to get rid of this popup window....
- 360
-
- · Mayki
- ·
Solved
- Uninstalled and deleted Paid Levels module,
- cleared cache,
- downloaded Paid Levels from una
- Installed Paid Levels module
- cleared cache
Now it works (see attached screenshot)
Can someone write down or point to step by step "how to" configure Payment and Paid levels.
I have installed both modules "Payment" and "Paid levels" but I am not sure how to or where to start
configuring payed levels membership and how to configure that payed membership levels can be payed
over PayPal.
Please help
- 392
-
-
·
LeonidS
-
·
In reply to Mayki
M
- ·
Hello @Mayki !
In the account settings, the user's credentials for PayPal don't have the differences from the admin.
-
·
LeonidS
-
- · Mayki
-
·
In reply to LeonidS
- ·
Hi @LeonidS
that is exactly what worries me most.
Those PayPal settings are very confusing for not very skilled, common internet users. There is almost no way to understand which credentials goes under which part of two PayPal settings options.
Maybe there should be in the menu something to explain users that one part of settings are for
buying products and the other part of settings (PayPal API) are only needed if selling products on
una powered site.
-
-
·
LeonidS
-
·
In reply to Mayki
M
- ·
You may add the new block to the payment-details page with the explanation of the on site's ready payment providers and their entered parameters.
-
·
LeonidS
Hi,
Is there a way to enable video download from una site?
If I like a video posted on our site from other user, there is no way to download that video.
I think that "Download" button was in previous version of una but I can't see it now.
Any help, how to enable this function to download video from the site?
Tnx in advance
- 518
-
In studio->plyr->Player Controls,
add ",download" and save settings
-
Thank you very much Stephen-Mystic Inam
It works now!
Jedi
Total points: 1006.5
M
I have tried to run that query manualy in phpmyadmin:
with success - I just simulated it not exetuted it and it finds all the letters from campaing_id 4 and 8.
I wonder why cronjob at every morning at 2:00 has this problem described above.....