Estregonzalez84
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Pipes] Destination input not show and processors keep loadingHi there! I’m back. After work and created some pipes and worked with them the problem star to happend again.
I actived the Debug mode and this errors are show:
Deprecated: iconv_set_encoding(): Use of iconv.internal_encoding is deprecated in /home/3posicion/www/3posicion/wp-content/plugins/wp-pipes/includes/string/string.php on line 27Deprecated: iconv_set_encoding(): Use of iconv.input_encoding is deprecated in /home/3posicion/www/3posicion/wp-content/plugins/wp-pipes/includes/string/string.php on line 28
Deprecated: iconv_set_encoding(): Use of iconv.output_encoding is deprecated in /home/3posicion/www/3posicion/wp-content/plugins/wp-pipes/includes/string/string.php on line 29
Notice: Undefined property: stdClass::$po in /home/3posicion/www/3posicion/wp-content/plugins/wp-pipes/helpers/common.php on line 198
Any help for this?
Thanks!!!Forum: Plugins
In reply to: [WP Pipes] Destination input not show and processors keep loadingHi there! I didn’t give up with this and after to try a lot of things,I fixed it!!!
If is help for someone else I deleted all files inside cache folder and configured all again. And it works.
Bye!!Forum: Plugins
In reply to: [WP Pipes] Destination input not show and processors keep loadingHi there! I continued trying with this and I detected a error messagge in console when the error occurs:
Code with error
var ogb_ops = ;
var ogb_ips = {“ip”:[[{“st”:”e”,”of”:”title”,”if”:”text”}],Code without error:
var ogb_ops = {“oe”: [“title”,”link”,”description”,”author”,”date”,”enclosures”],”op”:[[“slug”],[“fulltext”,”full_html”],[“html”,”images”]]};
var ogb_ips = {“ip”:[[{“st”:”e”,”of”:”title”,”if”:”text”}],[{“st”:”e”,”of”:”link”,”if”:”url”},{“st”:””,”of”:””,”if”:”html”}],[{“st”:””,”of”:””,”if”:”url”},{“st”:”1″,”of”:”fulltext”,”if”:”html”}]],”ia”:[{“st”:”e”,”of”:”title”,”if”:”title”},{“st”:”0″,”of”:”slug”,”if”:”slug”},{“st”:”e”,”of”:”description”,”if”:”excerpt”},{“st”:”2″,”of”:”html”,”if”:”content”},{“st”:”e”,”of”:”date”,”if”:”date”},{“st”:”2″,”of”:”images”,”if”:”images”},{“st”:””,”of”:””,”if”:”metakey”}]};
But I don’t have idea how fix it.
All help or comment are welcome!
Thanks!!