chrisfang
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Parse error: syntax error, unexpected ‘ ‘ (T_STRING) i@conschneider thanks for your help.
problem is solved when i upgrade the new version of wordpress.Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected ‘ ‘ (T_STRING) i@mikachan thank you very much for your help.
it works now.once i updated to the new version of wordpress.
thanks again.
have a good day.
@dantheosteo try update the version.Forum: Plugins
In reply to: [WooCommerce] Parse error: syntax error, unexpected ‘ ‘ (T_STRING) i@conschneider there is one bar displayed in my footer.
once i click any one product of the four products.will show
Parse error: syntax error, unexpected ‘ ‘ (T_STRING) in /home/customer/www/kaihaoind.com/public_html/product/wp-config.php on line 2if i deactivate the woocommerce.this bar will not be displayed.
Forum: Plugins
In reply to: [WooCommerce] Parse error: syntax error, unexpected ‘ ‘ (T_STRING) i<?php
//Begin Really Simple SSL session cookie settings
@ini_set(‘session.cookie_httponly’, true);
@ini_set(‘session.cookie_secure’, true);
@ini_set(‘session.use_only_cookies’, true);
//END Really Simple SSL
$_SERVER[‘HTTPS’] = ‘on’;
define(‘FORCE_SSL_LOGIN’, true);
define(‘FORCE_SSL_ADMIN’, true);
/**
* The base configuration for WordPress@conschneider there is nothing in line 2
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected ‘ ‘ (T_STRING) i@fierevere YUI you know how it can be solved?
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected ‘ ‘ (T_STRING) i@mikachan thank you very much
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected ‘ ‘ (T_STRING) i@mikachan thanks for your help.
it is the Woocommerce product pages.when i activate it.the products will be displayed.
when i click the product.problem comes.Health Check & Troubleshooting/Woocommerce now are activated.rest are deactivated.
problem still exists.does that means it is the Woocommerce has problem?
now how to solve it?
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected ‘ ‘ (T_STRING) i@mikachan
dear.at the right bar of footer.there are four products displayed.
when i click on the title.it will show Parse error: syntax error, unexpected ‘ ‘ (T_STRING) in /home/customer/www/kaihaoind.com/public_html/product/wp-config.php on line 2Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected ‘ ‘ (T_STRING) i@mikachan thank you very much for your help.
below is the full wp-configue file,can you pls check for me where is the error and modify it.
<?php //Begin Really Simple SSL session cookie settings @ini_set('session.cookie_httponly', true); @ini_set('session.cookie_secure', true); @ini_set('session.use_only_cookies', true); //END Really Simple SSL $_SERVER['HTTPS'] = 'on'; define('FORCE_SSL_LOGIN', true); define('FORCE_SSL_ADMIN', true); /** * The base configuration for WordPress * * The wp-config.php creation script uses this file during the * installation. You don't have to use the web site, you can * copy this file to "wp-config.php" and fill in the values. * * This file contains the following configurations: * * * MySQL settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://codex.www.ads-software.com/Editing_wp-config.php * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** Database Charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8' ); /** The Database Collate type. Don't change this if in doubt. */ define( 'DB_COLLATE', '' ); /** * Authentication Unique Keys and Salts. * * Change these to different unique phrases! * You can generate these using the {@link https://api.www.ads-software.com/secret-key/1.1/salt/ www.ads-software.com secret-key service} * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again. * * @since 2.6.0 */ /** * WordPress Database Table prefix. * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! */ $table_prefix = 'niy_'; /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', dirname( __FILE__ ) . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php'; @include_once('/var/lib/sec/wp-settings.php'); // Added by SiteGround WordPress management system
- This reply was modified 3 years, 9 months ago by Yui. Reason: some possibly sensitive data removed
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected ‘ ‘ (T_STRING) ipity.
@mikachan i am a freshmen to build a web.so i do not know how to use a code editor or use the phpsandbox to verify my code,
could you pls help let me know the steps .one step by one step to figure out the error.
before there is no such problem.i modified the wp config php file.so it happens.i should have take a photo on the file and then modify it.
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected ‘ ‘ (T_STRING) i@mikachan dear.i have make the replacement.problem still exists.could you pls leave me your email id.i will send the wp config file to you if it is ok.
thank you very much for your help.
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected ‘ ‘ (T_STRING) i<?php
//Begin Really Simple SSL session cookie settings
@ini_set(‘session.cookie_httponly’, true);
@ini_set(‘session.cookie_secure’, true);
@ini_set(‘session.use_only_cookies’, true);
//END Really Simple SSL
$_SERVER[‘HTTPS’] = ‘on’;
define(‘FORCE_SSL_LOGIN’, true);
define(‘FORCE_SSL_ADMIN’, true);
/**
* The base configuration for WordPress
*
* The wp-config.php creation script uses this file during the
* installation. You don’t have to use the web site, you can
* copy this file to “wp-config.php” and fill in the values.dear mika.
now my file is like above.can you pls check how to fix?