| Post |
|
Guest
| ESTetik 8:50 am July 29, 2009
| |
|
|
Please replace the ??? with your data!
- URL to the FORM: http://www.migazin.de
- The browser used: all
- cforms version: 2.6 & previous versions
- Your Wordpress version: 2.8.2 % previous versions
I have problem with taf. If I quick edit my posts on wordpress, the taf custom field with the value "1" deleted and the link for taf does not appear on my sinlge posts. (top-right-corner "Weiterempfehlen"). So i can't use the quick edit function on my wordpress.
And if I try to "Batch T-A-F dis-/enable all your previous posts." cforms will work for some sekonds and stop befor enable all previous posts.
Have someone an Idea, how I can solve the problem?
|
|
|
Admin
| Oliver Munich, Germany posts 6237 6:40 pm July 29, 2009
| |
|
|
It is possible that WP's quick edit results in loosing the TAF flag, Ill double check this as soon as I can.
And if I try to "Batch T-A-F dis-/enable all your previous posts." cforms will work for some sekonds and stop befor enable all previous posts.
this could be happening due to your PHP execution time settings. if they're set too small, chances are, the PHP script gets interrupted before finishing.
|
|
|
|
|
Guest
| ESTetik 9:43 pm August 2, 2009
| |
|
|
Iwill be very happy, if u help me with the problem of TAF flag. So I can't use an important function in wordpress.
|
|
|
Admin
| Oliver Munich, Germany posts 6237 6:44 am August 3, 2009
| |
|
|
have you looked at your 'PHP execution time settings' and talked to your provider about this?
|
|
|
|
|
Guest
| ESTetik 2:38 pm August 3, 2009
| |
|
|
Yes i asked my provider. But i have a shared server and they say, it isn't possible, to change the time settings. I will try to modify it with .htaccess, phpini
But my main problem is that the taf custom field with the value "1" will be deleted, if i use quickedit on wordpress.
I will be very happy, if u can help me by solving this problem.
|
|
|
Guest
| ESTetik 5:45 pm August 3, 2009
| |
|
|
My provider say, that I have to edit the following code in my .htaccess:
php_value max_execution_time 120
But that doesnn't solve the problem. 
|
|
|
Admin
| Oliver Munich, Germany posts 6237 9:27 pm August 4, 2009
| |
|
|
I fixed it for v10.7 (quick edit), I can send you a copy via email…or simply patch yourself cforms.php (line ~1276):
replace:
if ( isset($_POST['action']) && $_POST['action']=='autosave' )
with:
if ( isset($_POST['action']) && ($_POST['action']=='autosave' || $_POST['action']=='inline-save') )
|
|
|
|
|
Guest
| ESTetik 7:53 am August 5, 2009
| |
|
|
Great work, great support. thanks a lot!
|
|