SuperAtic
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Problem logging in to sites!Thanks Mika! Simple things that make an important difference!
Forum: Networking WordPress
In reply to: Problem logging in to sites!Forum: Networking WordPress
In reply to: Problem logging in to sites!May be somthing usefull in the error log?!?!
[14-Apr-2015 07:20:30 UTC] PHP Fatal error: require(): Failed opening required '/home1/superati/public_html/wp-content/plugins/jetpack/modules/after-the-deadline.php' (include_path='.:/usr/php/54/usr/lib64:/usr/php/54/usr/share/pear') in /home1/superati/public_html/wp-content/plugins/jetpack/class.jetpack.php on line 1130 [14-Apr-2015 02:02:57 America/Denver] PHP Fatal error: Call to undefined function wp() in /home1/superati/public_html/wp-blog-header.php on line 14 [14-Apr-2015 08:07:21 UTC] PHP Fatal error: Class 'Jetpack_Protect_Math_Authenticate' not found in /home1/superati/public_html/wp-content/plugins/jetpack/modules/protect.php on line 221 [14-Apr-2015 08:44:35 UTC] PHP Fatal error: Class 'Jetpack_Protect_Math_Authenticate' not found in /home1/superati/public_html/wp-content/plugins/jetpack/modules/protect.php on line 221 [15-Apr-2015 07:05:38 UTC] PHP Warning: filesize(): stat failed for /home1/superati/public_html/wp-content/cache/1984006604552e0dc2c4a425.44087079.tmp in /home1/superati/public_html/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 604
Forum: Networking WordPress
In reply to: Problem logging in to sites!Forum: Networking WordPress
In reply to: Problem logging in to sites!Hi Yes, I tried disabling all plugins but nothing change…
Attahced the wp-config…
<?php
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, and ABSPATH. You can find more information by visiting
* {@link https://codex.www.ads-software.com/Editing_wp-config.php Editing wp-config.php}
* Codex page. You can get the MySQL settings from your web host.
*
* This file is used by the wp-config.php creation script during the
* installation. You don’t have to use the web site, you can just copy this file
* to “wp-config.php” and fill in the values.
*
* @package WordPress
*/// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘WP_CACHE’, true); //Added by WP-Cache Manager
define( ‘WPCACHEHOME’, ‘/home1/superati/public_html/wp-content/plugins/wp-super-cache/’ ); //Added by WP-Cache Manager
define(‘DB_NAME’, ‘superati_net’);/** MySQL database username */
define(‘DB_USER’, ‘xxxxxxxxxxx’);/** MySQL database password */
define(‘DB_PASSWORD’, ‘xxxxxxxxxxxx’);/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);/** 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
*/
define(‘AUTH_KEY’, ‘put your unique phrase here’);
define(‘SECURE_AUTH_KEY’, ‘put your unique phrase here’);
define(‘LOGGED_IN_KEY’, ‘put your unique phrase here’);
define(‘NONCE_KEY’, ‘put your unique phrase here’);
define(‘AUTH_SALT’, ‘put your unique phrase here’);
define(‘SECURE_AUTH_SALT’, ‘put your unique phrase here’);
define(‘LOGGED_IN_SALT’, ‘put your unique phrase here’);
define(‘NONCE_SALT’, ‘put your unique phrase here’);/**#@-*/
/**
* 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 = ‘wp_’;/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*/
define(‘WP_DEBUG’, false);define(‘WP_HOME’,’https://74.220.218.181/’);
define(‘WP_SITEURL’,’https://74.220.218.181/’);/* Multisite */
define( ‘WP_ALLOW_MULTISITE’, true );
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, false);
define(‘DOMAIN_CURRENT_SITE’, ‘74.220.218.181’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);define( ‘SUNRISE’, ‘on’ );
/* That’s all, stop editing! Happy blogging. */
/** 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’);?>
Forum: Networking WordPress
In reply to: Problem logging in to sites!RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L]
This at the moment!
Forum: Networking WordPress
In reply to: WP Multisite DB not working properly!!!yes… actually I think is somthing related with the site path! I’m currently using an IP https://74.220.218.181/wp-admin/ (i’ve an index.html to hide the default theme!)
Forum: Themes and Templates
In reply to: Themeforest Invictus problemI definitely redesign the website with a new template!
Forum: Plugins
In reply to: Woocommerce Brands Plugin ShortcodeHi gethooked23!
Did you find a solution?
Forum: Themes and Templates
In reply to: Themeforest Invictus problemHi kevinhaig,
Thanks for check it and give me a feedback.
The “–” is a normal button in the theme, that hide the mannu,logo and footer to dispaly the background slideshow in fullresolution. This button is working good, but I think the problem is caused fron any update or anything like this…I never update the theme, maybe any external script?
I contact the doitmax support 3 times in 5 monhts but never receive a response.
Thanks again for your help,
Forum: Themes and Templates
In reply to: Themeforest Invictus problemHi Jan,
Thanks so much for your message. I try a lot of times to deactivate and reactivate the plugins and the theme. but the problem persist. I think is a theme invictus theme problem.
Forum: Plugins
In reply to: ThemeMyLogin front page errorProbably is a conflict with Pie register plugin?
You have another plugin installed that is conflicting with Pie Register. This other plugin is overriding the user notification emails. Please see Pie Register Conflicts for more information.
How I can solve this?
Forum: Plugins
In reply to: ThemeMyLogin front page errorI have tested https://www.mydomain.com/index.php and the front page work good!
But if I digit https://www.mydomain.com/ the front page don’t work!!![ Please do not bump, it’s not permitted here. ]
Forum: Fixing WordPress
In reply to: White page in wp-admin before installing plugingood idea t-p
??
I have changed the template and stylesheet table with other theme and all work perfectly!
Thanks so much for your help!
Forum: Fixing WordPress
In reply to: White page in wp-admin before installing pluginHi t-p,
thank you for you reply.
Actually my plugin folder is renamed plugin.old and I have a empty folder called plugins in wp-content folder.Also via MySQL I have disabled all plugin in
active_plugins
table witha:{}
code??