nic0tin
Forum Replies Created
-
Sorry… IE 9 Says it’s working but actually it’s not… Upload process seams to be going fine but images never get added into the database nor in the upload folder…
However, ajax responds
success: 1I’m experiencing the same issue.
I’m on Apache/2.2.22 (Win32) PHP/5.4.8 / Win Srv 2008 R2
MySQL 5.5.28
WP 3.6
NGG 2.0.14It works when uploading with IE 9/Win 7 x64, as it’s using swf uploader.
Any luck on your side?
Hi glatze,
Just so you know, I fixed an issue in bulkimport.php to allow the script to run in a cron job.I replaced
$result = $ADI->bulkimport($authcode);By
$authcode = @$_REQUEST['auth']; if(ini_get('register_argc_argv') == 1 && empty($_SERVER['REQUEST_URI'])) { // REQUEST_URI is empty on Windows server when launch via command line (I didn't test with Linux server) if($argc > 0 && !empty($argv[1])) { $authcode = $argv[1]; } } // Let's go! $result = $ADI->bulkimport($authcode);Everything else is working fine 🙂
Hi glatze,
Thanks for your reply, I’ll try it straight away and let you know 🙂Forum: Plugins
In reply to: [MCE Table Buttons] Keeps losing carriage returnsI have the same problem too with version WP 3.5 + MCE Table 2.0
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] WooCommerce and Polylang Integration ?Hello,
Just a feedback regarding WooCommerce and PLL combination. It works fine without adaptations 🙂