Farhad Sakhaei
Forum Replies Created
-
Forum: Reviews
In reply to: [Advanced Classic Editor] Pretty Much Needed This PluginHi,
Thank you for your review โค๏ธ๐๐
Forum: Plugins
In reply to: [Advanced Classic Editor] Undefined Array Key “font-awesome”Hi,
Thank you for reporting this issue and sorry for long time delay
We fixed the issue, please download new version of plugin and test again
Again sorry for long delay
Forum: Developing with WordPress
In reply to: Proper and standard use of $wpdb->prepare@bcworkz
Thank you,
I found that it should be like this:$get_order = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM %i WHERE order_id = %d", $table_name, $order_id ) );%iย (identifier, e.g. table/field names)Forum: Developing with WordPress
In reply to: Proper and standard use of $wpdb->prepare@bcworkz
Thank you for your reply,
I tested that, But it seems that %s adds ‘ around the table name and that will create another SQL error !!Forum: Plugins
In reply to: [Advanced Classic Editor] font awesome icons invisible in editor@audioscavenger
You are welcome, We enjoy to develop and help our usersGood luck
Forum: Plugins
In reply to: [Advanced Classic Editor] font awesome icons invisible in editorThank you for reporting this problem,
Please update the plugin to new version, and the problem probably resolvesRegards
Forum: Plugins
In reply to: [WooCommerce] action doesn’t work@carolm29
Hi,I could login , Thank you
Forum: Plugins
In reply to: [WooCommerce] action doesn’t work@ckadenge
Hi,
Thank you for your reply,I created an issue on woocommerce github for this purpose,
And when I click on the link of Slack “Let’s Go”, the following error display
This link is no longer activeTo join this workspace, youโll need to ask the person who originally invited you for a new link.
Forum: Plugins
In reply to: [WooCommerce] Strange problem when activating Woocommerce@shameemreza
Hi,
Please remember that this is not resolved completely, as currently the versions after 8.4.0 doesn’t work using enabled opcache on XAMPP and it break the WordPress completely.
I just disabled opcache to do my work, But opcache is necessary for better speed and it’s a core PHP extensionThank you
- This reply was modified 2 years, 4 months ago by Farhad Sakhaei.
Forum: Plugins
In reply to: [WooCommerce] Strange problem when activating Woocommerce@ckadenge
@carolm29
@beautyofcode
@doublezed2
Hi,
Thank you all for your support,
I finally found the problem,
First I used a clean WordPress setup to install Woocommerce and again it didn’t activated (same before)I downloaded previous versions of Woocommerce and revert back to previous versions one by one
At last I could activate the Woocommerce with version 8.4.0After activating WooCommerce and ensure that all databases are ok, again I updated the woocommerce to latest version (Plugin in activated mode)
And again that problem occured even on the page:
http://localhost/wordpress/wp-admin/plugins.php
It was very strange for me, I checked php.ini settings and I disabled opcacheIt seems that versions after 8.4.0 doesn’t work with opcache enabled on XAMPP !!!
I increase these values:
opcache.memory_consumption=1000
opcache.max_accelerated_files=9999But it doesn’t work with enabled opcache at all
So I just disabled opcache for now to resolve this issue by the teamRegards
Forum: Developing with WordPress
In reply to: Block theme export has different code@bcworkz
Thank you for your support
Yes, Got it,But I think it will decrease code readability and it makes it ugly ๐
Forum: Plugins
In reply to: [WooCommerce] Strange problem when activating WoocommerceHi, Thank you for your support,
- Does this issue only pop up when activating WooCommerce? Are you able to activate other plugins without any issues?
Yes, It occures only on woocommerce and I can able to activate other plugins without any issue
- Which server software are you using for your local environment?
I use XAMPP
PHP 8.2.4 (cli) (built: Mar 14 2023 17:54:25) (ZTS Visual C++ 2019 x64)
Copyright (c) The PHP Group
Zend Engine v4.2.4, Copyright (c) Zend Technologies
with Zend OPcache v8.2.4, Copyright (c), by Zend Technologies- Have you restarted all your services to see if this makes any difference?
Yes, I did many things, But nothing helped, Very Strange
- Have you double-checked your firewall/proxy settings?
Yes, Everythings are ok, This problem is just with woocommerce
May be there is a database problem when activating woocommerce
I remember that I modified one record of options table accidentally, But I don’t know where to find it, What is important there for preventing woocommerce activation?Thank you all
- This reply was modified 2 years, 4 months ago by Farhad Sakhaei.
Forum: Developing with WordPress
In reply to: Block theme export has different code@waleedwali
Hi,Thank you for your reply,
I used The โExportโ feature in the Site Editor to create a zip package,
Do you mean this or something else?
I need to create a ZIP package based on current modifieds,
Do those plugins do such things?
Could you please mention the links of plugins?
Thank you for your helpForum: Plugins
In reply to: [WooCommerce] Strange problem when activating WoocommerceHi,
@carolm29
Thank you for reply,Yes, Everythings are in latest stable version,
I was removed woocommerce tables and records in wp-options tables,I install Advanced Database Cleaner but it doesn’t display woocommerce in the options, it seems it is because i was removed woocommerce tables before
Still I can’t activate woocommerce and there isn’t error in error log at all when I activate woocommerce, but a blank page displays when I activate it
Other plugins are disabled and i test using default WP themes
The link of blank page is:
http://localhost/wordpress/wp-admin/plugins.php?action=activate&plugin=woocommerce%2Fwoocommerce.php&plugin_status=all&paged=1&s&_wpnonce=7c1fb5b5bfThis site canโt be reached
The connection was reset.
Try:
Checking the connection- Checking the proxy and the firewall
- Running Windows Network Diagnostics
ERR_CONNECTION_RESET
Strange!!
Forum: Plugins
In reply to: [WooCommerce] Strange problem when activating Woocommerce@ckadenge
Hi, Thank you for your reply,I use latest versions of everythings (Woocommerce, WordPress)
As I mentioned the plugin doesn’t activate, So I can’t get details of Woocommerce system report
However I enabled all debug flags and i checked all error_log, But nothing display or create in log files
This is very strange for me too
I think it is a database error which when activating it will hang during activation and stops the rest process
I also set the limitation of max_execution_time to 99999