Forum Replies Created
-
AuthorPosts
-
vgrchMemberUpdate:
On another installation: plugin activated, but now causes issues with another plugin, crucial for the business – MyCRED.
It gives 3 warnings:
Warning: Illegal string offset ‘expire’ in /home/c/…/…/public_html/assets/plugins/mycred/addons/sell-content/myCRED-addon-sell-content.php on line 619
Warning: Illegal string offset ‘price’ in /home/c/…/…/public_html/assets/plugins/mycred/addons/sell-content/myCRED-addon-sell-content.php on line 1050
Warning: Illegal string offset ‘status’ in /home/c/…/…/public_html/assets/plugins/mycred/addons/sell-content/myCRED-addon-sell-content.php on line 1053
I know by experience that expecting any help from MyCRED can last forever (still have some questions pending there), could you have a look please?
https://wordpress.org/plugins/mycred/
Thanks.
vgrchMemberRe-downloaded, re-installed (with deletion).
It runs well on my localhost (activated, no double navigation), but gives the same error online. If it’s related to the server, where should look the the solution?
Thanks.
vgrchMemberIt did work, thanks.
vgrchMemberIt gave an error:
Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected T_FUNCTION in /home/…/www/…/public_html/wp-content/plugins/piklist/includes/class-piklist-form.php on line 616
Would you like to see yourself? I can send the credentials.
Thanks.
vgrchMember0.9.4.29
I hid them with JavaScript for now but there must be some other solution.
It happened in two installations on different servers.
I can give you access to the first one, but it’s not using Piklist for now (for the same reason). Maybe you can do some tests there. Would it be alright?
Thanks.
vgrchMemberI attached 2 screenshots: how it’s supposed to be and right after Piklist activation.
Thanks.
Attachments:
You must be logged in to view attached files.November 27, 2015 at 2:01 pm in reply to: File uploader inside Grouped Add More still doesn't save the uploads #5127
vgrchMemberI tried, and the file is actually there. It doesn’t see it somehow. Maybe it’s the problem with my localhost, I’ll try on another one.
So the bug with the file uploader, is it fixed in the version I’m using now (0.9.4.29) or only in the beta version?
Thanks.
vgrchMemberI found out it was my fault as I forgot to assign the role to the users.
Thanks for the reply.
vgrchMemberNo problem. So we a talking about daily reports for a restaurant.
I have custom post type called Daily Reports. Each one has meta-boxes for morning, afternoon and evening reports, each of them with the same set of fields, like weather (choose from dropdown), manager (choose from users), revenue etc.
I also have a custom post type called DJ. Each meta-box of Daily Reports has to have it’s own dropdown with the list of DJs to choose, so we have 3 DJs attached to 1 report.
My problem is to show DJ dropdowm 3 times in 1 report.
I hope I explained more than confused. )
Thanks.
vgrchMemberI see the idea but it didn’t work.
I need to attach post-to-post field, so in functions.php I added:
function djs_field() { $field = array( 'type' => 'post-relate' ,'scope' => 'dj' ,'template' => 'field' ); return $field; }And in piklist/parts/meta-boxes/fields.php added:
djs_field();But it didn’t change a thing, anything I’m doing?
Thanks.
vgrchMemberThanks, that helped.
vgrchMemberI think I did everything as it’s supposed to be.
Do you mean to email piklist folder or anything else?Thanks.
vgrchMemberSorry, I just forgot to echo the values.
-
AuthorPosts