zuzwha
Forum Replies Created
-
Hi there,
here you are:
(btw I have an error in woocommerce plugin in logs
2022-05-13T03:08:45+00:00 ERROR Automattic\WooCommerce\GoogleListingsAndAds\Notes\NoteInitializer::add_notes Google account is not connected.
)WooCommerce Version: 6.5.0 – You are not using the latest version of WooCommerce. Update WooCommerce plugin to its latest version: 6.5.1
Product Types: ? Simple Product [simple]
? Grouped Product [grouped]
? External/Affiliate Product [external]
? Variable Product [variable]
Total Products: Product Total by Types.
Product Per Batch: 200
Product Query Type: WC_Product_Query
Default Customer Location: Default Customer Location
Shop Base AddressStore Address
US:CA
Multi Language Site: GTranslate is not compatible for multi-language feed. You can not make feed for each language. Supported multi-language plugins are WPML & Polylang.
Multi Currency Site: Below Multi Currency Plugins are compatible with Woo Feed Pro.
? Currency Switcher WooCommerce by Aelia
? WooCommerce Currency Switcher by Realmag777
? WooCommerce Multilingual
? PolylangWP DEBUG Status: WP_DEBUG is false. If you having any issue with the plugin then set WP_DEBUG to true so that you can find the issue from logs. You can learn more about debugging in WordPress from here.
WP CRON: Ok
Upload Directory: Ok – Writable.
Cache Plugin Installed: WP-Optimize – Clean, Compress, Cache plugin is installed on your site. Please make sure that feed file URL or directory is excluded from caching. If not excluded, your feed file may not be updated instantly after feed update. Please read this doc about: How to exclude feed file URL or Directory from caching?
WordPress Multi Site: No
Version: 6.5.0
Log Directory Writable: Yes
WP Version: 5.9.3
WP Multisite: No
WP Memory Limit: 512 MB
WP Debug Mode: No
WP Cron: Yes
Language: en_GB
Server Info: Apache
Php Version: 7.4.27
Php Post Max Size: 512 MB
Php Max Execution Time: 600
Php Max Input Vars: 1000 B
Curl Version: 7.47.0, OpenSSL/1.0.2g
Suhosin Installed: No
Max Upload Size: 256 MB
Mysql Version: 5.5.5
Mysql Version String: 5.5.5-10.3.7-MariaDB-1:10.3.7+maria~xenial-log
Default Timezone: UTC
Fsockopen Or Curl Enabled: Yes
Soapclient Enabled: Yes
Domdocument Enabled: Yes
Gzip Enabled: Yes
Mbstring Enabled: Yes
Remote Post Successful: Yes
Remote Post Response: 200
Remote Get Successful: Yes
Remote Get Response: 200
Divi: 4.17.3 (Latest:0)
Akismet Anti-Spam (Automattic): 4.2.3
Classic Editor (WordPress Contributors): 1.6.2
Complianz | GDPR/CCPA Cookie Consent (Really Simple Plugins): 6.1.6
EWWW Image Optimizer (Exactly WWW): 6.5.1
Google Listings and Ads (WooCommerce): 1.12.8
Site Kit by Google (Google): 1.74.0
GTranslate (Translate AI Multilingual Solutions): 2.9.12
Database Management tool – Adminer (Pexle Chris): 1.0.0
Really Simple SSL (Really Simple Plugins): 5.3.2
Simple Full Screen Background Image (AMP-MODE): 1.2.10
CTX Feed (WebAppick): 4.4.60
WooCommerce (Automattic): 6.5.0 (Latest:6.5.1)
Wordfence Security (Wordfence): 7.5.9
Yoast SEO (Team Yoast): 18.8
WP Fastest Cache (Emre Vona): 1.0.1
WP-Optimize – Clean, Compress, Cache (David Anderson, Ruhani Rabin, Team Updraft): 3.2.3
WPForms Lite (WPForms): 1.7.4.1
NextGEN Gallery (Imagely): 3.26
Feed Files
ArrayFatal Errors
No Logs Found.
`Thank you for your suggestions in advance.
Forum: Fixing WordPress
In reply to: how to modify CSS for 404.phpIt’s my first theme which I try to create…
Thank you so much, it’s working nowForum: Fixing WordPress
In reply to: how to modify CSS for 404.phpthank you for the answers…
Ive added the code to functions.php and result is this error on the website:Notice: wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. This notice was triggered by the style handle. Please see Debugging in WordPress for more information.
Do you please know what does it mean or what I should do?
P.S.
When I add style code to header or to 404.php with <style>,</style> then it is working, so probably I cant use style.css or I have no idea how to use it- This reply was modified 2 years, 7 months ago by zuzwha.
Forum: Localhost Installs
In reply to: 404.php is displayed instead of index.phpwell now it is working ??
in adminer Ive edited in wp_options first two lines: site URL and homeForum: Localhost Installs
In reply to: 404.php is displayed instead of index.phpthank you for your answer. I tried it. When I delete 404 page. I can see normally index page. So maybe problem is in .htaccess. I would like to see index.php when I want to access to https://localhost/wordpress/index.php and 404.php when I access to for example https://localhost/wordpress/shfdk
My .htaccess looks:
`DirectoryIndex index.html index.php
ErrorDocument 404 /errs/404.php## Can be commented out if causes errors, see notes above.
Options +FollowSymLinks#
# mod_rewrite in useRewriteEngine On
# BEGIN WordPress
# The directives (lines) between “BEGIN WordPress” and “END WordPress” are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
RewriteRule (.*) index.php
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]…and still I can see 404.php instead of index.php when I access to https://localhost/wordpress/index.php
Forum: Plugins
In reply to: [SSH SFTP Updater Support] The ssh2 PHP extension is not availableThank you for your answers…Ive fixed it already by this help:
Because some FTP credentials were needed when I wanted to install a plugin. Ive simply added this:
define( ‘FS_METHOD’, ‘direct’ );
to wp-config.phpForum: Plugins
In reply to: [SSH SFTP Updater Support] The ssh2 PHP extension is not availableI have not used Putty for anything, I just set client and server on my computer according to instructions on the internet.
Because my original problem was that I couldnt see or better to say load suddenly any picture on my localhost website. Just I hadnt this problem before and read about something that this can help. Sorry I dont understand too much ??Forum: Plugins
In reply to: [SSH SFTP Updater Support] The ssh2 PHP extension is not availableI can just succesfully login via Putty(SSH connection). Im not sure if I tried to use these my credentials via this plugin. But also in Theme file editor I have this error when I want to update a PHP file:
Something went wrong. Your change may not have been saved. Please try again. There is also a chance that you may need to manually fix and upload the file over FTP.
Also when I want to publish additional CSS in Customize settings I have this error:
Looks like something’s gone wrong. Wait a couple seconds, and then try again.
In debug log I have this error:
[26-Mar-2022 11:26:40 UTC] PHP Notice: Trying to get property ‘title’ of non-object in C:\Users\Zuzana\wordpress-5.9.2\wordpress\wp-includes\class-wp-customize-nav-menus.php on line 523
[26-Mar-2022 11:26:40 UTC] PHP Notice: Trying to get property ‘title’ of non-object in C:\Users\Zuzana\wordpress-5.9.2\wordpress\wp-includes\class-wp-customize-nav-menus.php on line 1152Im also not sure if these errors have connection with this plugin.
Forum: Plugins
In reply to: [SSH SFTP Updater Support] The ssh2 PHP extension is not availableThank you for your answer,
the problem is that when I delete this plugin, I have to put some FTP credentials when I want to install something and dont know how to solve it. I wanted to try this plugin and dont have an idea how it works, Im just learning wordpress and everything about itForum: Plugins
In reply to: [SSH SFTP Updater Support] The ssh2 PHP extension is not availableWell progress,
I moved this plugin to wordpress file and Ive activated it. Now when I want to install any plugin I have this error:
Failed to connect to SSH2 Server localhost:22
If SELinux is installed check to make sure that httpd_can_network_connect is set to 1Forum: Fixing WordPress
In reply to: background colorWell I tried this: <style>
span.d {
display:block;
background-color: red;
}
</style>
<body>
<span class=”d”><imgg src=”https://localhost/wordpress/Mywebsite/img/MyPicture.png>; width=”1277″ height=”435″></span>
<body>…and it works ?? Im happy and thanks for your effort to help.`
Forum: Fixing WordPress
In reply to: background colorI tried to put this code to additional CSS of Appearance/Customize:
.site { background-color: red; }also
body{ background-color:red; }
…but without effect :o(
Forum: Fixing WordPress
In reply to: background colorthat’s the problem. I dont want to use any theme. I would like to create my own theme.
- This reply was modified 2 years, 8 months ago by zuzwha.
Forum: Fixing WordPress
In reply to: Error establishing a database connectionyes, many thanks, you was right I also used wp-config-sample.php instead of wp-config.php
- This reply was modified 3 years, 1 month ago by zuzwha.
Forum: Fixing WordPress
In reply to: Error establishing a database connectionsorry Im beginner
probably fixed, now I have clear https://localhost/wordpress/wp-config.php without error. Is that correct?
you are right I messed up password and name of database and wordpress login