Changeset 3363222
- Timestamp:
- 09/17/2025 01:03:54 PM (6 months ago)
- Location:
- storecontrl-wp-connection/trunk
- Files:
-
- 4 edited
-
includes/cronjob/class-storecontrl-cronjob-functions.php (modified) (2 diffs)
-
includes/woocommerce/class-storecontrl-woocommerce-functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
storecontrl-wp-connection.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
storecontrl-wp-connection/trunk/includes/cronjob/class-storecontrl-cronjob-functions.php
r3350913 r3363222 1555 1555 public function ConnectToFTPServer() { 1556 1556 1557 error_reporting(E_ALL);1558 ini_set('display_errors', 1);1559 1560 1557 if (!extension_loaded('ftp')) { 1561 1558 $this->logging->log_file_write( 'ERROR | FTP-extensie is niet ingeschakeld' ); … … 1579 1576 } 1580 1577 1581 $this::$storecontrl_ftp_chdir = ftp_chdir($this::$storecontrl_ftp_connection, '');1582 if (!$this::$storecontrl_ftp_chdir && !empty(error_get_last())) {1583 $this->logging->log_file_write('Cronjob | Cannot access image folder on the FTP-server. Error: ' . error_get_last()['message']);1584 }1578 // $this::$storecontrl_ftp_chdir = ftp_chdir($this::$storecontrl_ftp_connection, ''); 1579 // if (!$this::$storecontrl_ftp_chdir && !empty(error_get_last())) { 1580 // $this->logging->log_file_write('Cronjob | Cannot access image folder on the FTP-server. Error: ' . error_get_last()['message']); 1581 // } 1585 1582 1586 1583 // Increase FTP timelimit to max execution time -
storecontrl-wp-connection/trunk/includes/woocommerce/class-storecontrl-woocommerce-functions.php
r3350913 r3363222 46 46 } 47 47 48 file_put_contents($new_upload_dir . '/products_batch_ ' . $_POST['sc_product_id'] . '.json', json_encode($output));48 file_put_contents($new_upload_dir . '/products_batch_bulk.json', json_encode($output)); 49 49 50 50 $redirect_url = add_query_arg('storecontrl-import-started', count($post_ids), $redirect_url); -
storecontrl-wp-connection/trunk/readme.txt
r3350913 r3363222 5 5 Requires at least: 6.6.0 6 6 Tested up to: 6.8.2 7 Stable tag: 4.1. 87 Stable tag: 4.1.9 8 8 Requires PHP: 8.0 9 9 License: GPLv2 or later … … 93 93 == Changelog == 94 94 95 = 4.1.9 = 96 * Wijziging in de verwerking van de afbeeldingen 97 95 98 = 4.1.8 = 96 99 * Code updates and logging improvements -
storecontrl-wp-connection/trunk/storecontrl-wp-connection.php
r3350913 r3363222 4 4 Plugin URI: http://www.arture.nl/storecontrl 5 5 Description: The Wordpress plugin for connecting Woocommerce with StoreContrl Cloud. With the synchronizing cronjobs your products will be automatically processed, images added, and the categories set. Every 5 minutes all stock changes are processed. We provide a up-to-date plugin, easy setup and always the best support. 6 Version: 4.1. 86 Version: 4.1.9 7 7 Requires Plugins: woocommerce 8 8 Author: Arture
Note: See TracChangeset
for help on using the changeset viewer.