barkermn01
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Themes and Templates
In reply to: Not all theme's showing in WordPressFound it there is a Theme manager in the wordpress
Forum: Themes and Templates
In reply to: Featured Image for Structure Theme (Home, Top Left)Put the Code from the Template into code tag’s on here so we can see the code so we can see whats not working.
I’m having the same problem the database is clean on these tags it’s only when there drawn for the output request’s that they get added
Forum: Installing WordPress
In reply to: Missing The Network Admin link from dropdownThanks! ??
Forum: Installing WordPress
In reply to: Missing The Network Admin link from dropdownTrimmed out random key defines due to back ticks
<?php /** * The base configurations of the WordPress. * * This file has the following configurations: MySQL settings, Table Prefix, * Secret Keys, WordPress Language, 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('DB_NAME', 'wordpress_multiuser'); /** MySQL database username */ define('DB_USER', 'wordpress'); /** MySQL database password */ define('DB_PASSWORD', 'password'); /** 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 */ /**#@-*/ /** * 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_'; /** * WordPress Localized Language, defaults to English. * * Change this to localize WordPress. A corresponding MO file for the chosen * language must be installed to wp-content/languages. For example, install * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German * language support. */ define('WPLANG', ''); /** * 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_ALLOW_MULTISITE', true); /* That's all, stop editing! Happy blogging. */
Forum: Installing WordPress
In reply to: Missing The Network Admin link from dropdownnew defines?
I only have the on in the default (root dir)
define('WP_ALLOW_MULTISITE', true)
then inside wp-content i created blogs.dir and created wp-config.php as the config say’s todo.
<?php define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', false ); $base = '/'; define( 'DOMAIN_CURRENT_SITE', 'testdomain1.com' ); define( 'PATH_CURRENT_SITE', '/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 ); ?>
Thats them all
Forum: Installing WordPress
In reply to: Carnt update to 3.2.1I would check the folder permissions, if that fails
Try a manual update of word press
Viewing 7 replies - 1 through 7 (of 7 total)