-
Posts
4,868 -
Joined
-
Last visited
-
Days Won
390
Everything posted by Blesta Addons
-
same feeling here about this aspect, i have already talked about the menus in v4, for me is really -1. i think they though of mobile device, but as admin all the hard work i do it in my desktop pc.
-
Would love to see it in core
-
New update has been released . fixed the date issue with php 5.6 and php 7. with new clean code rewrite .
-
New Version Released http://blesta-addons.com/plugin/store/main/item/22/ this is totally rewrited from scratch with a clean code, and now is extensible to add more feature like Rss and share social buttons and more .
-
We will make a full rewrite of the code, and the fix will be applied for next release .
-
successfully added message, but no data inserted in databse
Blesta Addons replied to Blesta Addons's question in Support
That was the conclusion of this thread . -
Catched, has ben fixed for the next release .
- 45 replies
-
- multi languages
- languages
-
(and 1 more)
Tagged with:
-
successfully added message, but no data inserted in databse
Blesta Addons replied to Blesta Addons's question in Support
the problem is not the timezone but the date format itself , @Adam has identified the issue . my question why the date('c') is accepted in invoices, orders, and so many place in blesta and is not added in some plugins? -
successfully added message, but no data inserted in databse
Blesta Addons replied to Blesta Addons's question in Support
very thank to your analyst and help . i'm not a experienced in MYSQL, but i have arrived to the date('c') issue but it was strange for me is not working in some part and is working in other part . i have one more simple question, support manager (core) , and some other plugins and the core model use the dat('c') in their insertion, but didn't has the issue, and they are in the same installation blesta ? why only just few sql statements ? where is the blesta Team? 1st may is not yet -
successfully added message, but no data inserted in databse
Blesta Addons replied to Blesta Addons's question in Support
addy has changed the format fo date posted in database from $vars['date_added'] = date('c'); to $vars['date_added'] = date('Y-m-d H:i:s'); when we use the same date value, it work. the insertion is working ..... this is something totally strange .... -
successfully added message, but no data inserted in databse
Blesta Addons replied to Blesta Addons's question in Support
you have php 5.6 or php 7 ? because i'm also sure php 5.5 is not affected by this . -
i have made a request in blesta requests last week for the same feature it's waiting your votes
-
No please man , relax and take your time with us . you can compliant and tell what you want . only if you affected by the plugin i'm ready to reproduce the case and see what is the matter. now the registration is working? is admin tools installed *?
-
successfully added message, but no data inserted in databse
Blesta Addons replied to Blesta Addons's question in Support
is not only me, first some users has posted in support manager pro thread about this issue, then we have found a issue with a custom plugin, then some people contacted us about the same issue in other plugins, lately other posted in the announcements thread the same issue, @Licensecart also has the same issue with the announcement plugin. the problem only with blesta +php5.6 and above . for php5.5 no issue . you can test yourself, the announcements plugin is hosted in GitHub and you can give it a try . -
successfully added message, but no data inserted in databse
Blesta Addons replied to Blesta Addons's question in Support
mike has just post a sample of insertion , we need to change it to a propre our query. from your response i feel that blesta CMS plugin was also infected with this behavior ? -
successfully added message, but no data inserted in databse
Blesta Addons replied to Blesta Addons's question in Support
what i have made as test : 1 - i have inserted a sample data via phpmyadmin and it was added perfectly . INSERT INTO nh_announcement_news (title, body, active, company_id, public, date_added) VALUES ('dfdsfdsf', '4654646464', 1, '1', '1', '23/04/2017'); from the plugin page i can edit the already added data . 2 - try to add the same sample data from the plugin page with insert Record., it show a success message but is not added to database. $this->Record->insert('nh_announcement_news', $vars, $fields); 3 - try to add the same sample data from the plugin page with sql Record, it show a success message but is not added to database. $this->Record->query( "INSERT INTO nh_announcement_news (title, body, active, company_id, public, date_added) VALUES ('dfdsfdsf', '4654646464', 1, '1', '1', '23/04/2017');" ); so why from sql command (phpmyadmin) is inserted correctly, and not with the Record components. i will be crazy as i have achieved all the test i can do without identifying the issue . -
successfully added message, but no data inserted in databse
Blesta Addons replied to Blesta Addons's question in Support
no is not the issue, as other plugins didn't has the date field and has the same effect. take a look at this plugin in github , is working fine in php 5.5, but in php 5.6 is not working. not sure if the table shema has something to do with the issue . -
not sure what your are referring to, we use the model in our 3 production site that use the plugin without any issue. can you elaborate more to make any fix if there is any issue with it .
-
successfully added message, but no data inserted in databse
Blesta Addons replied to Blesta Addons's question in Support
what we can't understand why the same code is working in php 5.5 and less, and the insert query is not returning any error !!! maybe @Paul @Tyson can help us to find the issue exactly. -
successfully added message, but no data inserted in databse
Blesta Addons replied to Blesta Addons's question in Support
Tested with php 5.4 and is working also. so a conclusion is that the plugins won't work in v php5.6 and above . -
successfully added message, but no data inserted in databse
Blesta Addons replied to Blesta Addons's question in Support
not tested. we need to recomplie php with ioncube for v7 . when i get time i will try. have you the announcement plugin? is working for you ? -
what version of php you are using ?
-
successfully added message, but no data inserted in databse
Blesta Addons replied to Blesta Addons's question in Support
we have found the problem, is the PHP version. all our test servers with php 5.6 is showing successfull mesage and nothing added to database. all servers that has php 5.5 and less the data well inserted in database . NOTE; we have not made any change to the files in our test , the same files/code we have tested them in php 5.5 and php 5.6 . -
successfully added message, but no data inserted in databse
Blesta Addons replied to Blesta Addons's question in Support
this issue is not affecting one plugin, we have found almost all our plugins are affected by this, even if the support manager pro plugin. ALL the plugins are working in version 3 without any issue, this happen only in v4 FINAL, the same plugins are working in v4 betas !!! -
you have sent only the id of the package to edit fucntion, before you should get the package info via Packages.get() then send the data with the changed info you want edit .
- 1 reply
-
- api
- package edit
-
(and 1 more)
Tagged with: