Beiträge von Lukass
-
-
Hi und danke für die schnelle Antwort! Hier der Code meiner config datei. Ich öffne das über den WEB FTP Browser bei all-inkl. so ein Problem hatte ich noch nie, daher bin ich etwas ratlos.
PHP
Alles anzeigen<?php define('WP_CACHE', true); // Added by WP Rocket /** * 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.wordpress.org/Editing_wp-config.php * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'lalala'); /** MySQL database username */ define('DB_USER', 'lalala'); /** MySQL database password */ define('DB_PASSWORD', 'xyz'); /** 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', ''); define( 'WP_HOME', 'https://www.lehrerseite.com' ); define( 'WP_SITEURL', 'https:/www.lehrerseite.com ); /**#@+ * Authentication Unique Keys and Salts. * * Change these to different unique phrases! * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org 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', 'JzkixHg $53AzF-Ut/#/^qJ=,h-DcN;98_?5(n=)~|nE.QoY=5UM5^?C(7l1SmjL'); define('SECURE_AUTH_KEY', 'W`f6wn7xxX*-T_|-Zf=atxG[mZc VADpXB,Aak/=N>=9PE)DG-,oRC|nhp@eJ;&H'); define('LOGGED_IN_KEY', 'cg4d|+=RaDI2|lo0yLec{+,|jUlmv,:MBd}%^dpqN!uGsEkX}{/zE]H)Jt+i@=TJ'); define('NONCE_KEY', '|IxO@x=6G@jX REV=]fa)iP^8Ifk1&B%hb6#08zCc^?R~E !$$I5k3dY},Hy?hPj'); define('AUTH_SALT', 'dHi->eBN]TBIgP@pa`](%oP5g;9En0d1K|r+-d<d} M7H[%G_S=}B-(^4J(v29|k'); define('SECURE_AUTH_SALT', 'H$ :r|x-H3J:U8;6qSV;@<e0wso|a`rA] Lo;oL8,}ck%(8VYV77<kv sJcf}9PG'); define('LOGGED_IN_SALT', '!W?BM`=xTYMJZ3_RS p=5K5Sw=$~XH*OW#iRSmlQtJjrYEL3)]ca~w!)y@2WLz7N'); define('NONCE_SALT', 'sJrO/U)oGfqGhZH`L:i5MG{o`JP/cz)R}c#$_2Zd4co`}npW,Ra3fX|>]/WY3l{i'); /** * 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 = 'xx4ij_'; define( 'WP_POST_REVISIONS', 10 ); /** * 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. * * For information on other constants that can be used for debugging, * visit the Codex. * * @link https://codex.wordpress.org/Debugging_in_WordPress */ define('WP_DEBUG', false); /* 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'); -
Hi,
ich habe meine Datenbank und FTP kopiert und versuche gerade ein Projekt auf eine andere Domain zum laufen zu bekommen. Leider bekomme ich den obigen Fehler beim Aufruf von https://www.lehrerseite.comIn der Config.php habe ich nur Zugangsdaten für die neue DB eingetragen, sonst alles belassen. Es scheint ein Fehler irgendwo bei den Security Code zu sein (erste Zeile)...hier mein eine Kopie davon (mit geänderten Code) :-)
* @since 2.6.0
*/
define('AUTH_KEY', 'JzkixHg $5lalalat/#/^qJ=,h-DcN;98_?5(n=)~|nE.QoY=5UM5^?C(7l1SmjL');
define('SECURE_AUTH_KEY', 'W`f6lalala*-T_|-Zf=atxG[mZc VADpXB,Aak/=N>=9PE)DG-,oRC|nhp@eJ;&H');
define('LOGGED_IN_KEY', 'cg4d|+=lalalallo0yLec{+,|jUlmv,:MBd}%^dpqN!uGsEkX}{/zE]H)Jt+i@=TJ');
define('NONCE_KEY', '|IxO@x=6G@jXalalal]fa)iP^8Ifk1&B%hb6#08zCc^?R~E !$$I5k3dY},Hy?hPj');
define('AUTH_SALT', 'dHi->eBN]TBIgP@pa`alalala9En0d1K|r+-d<d} M7H[%G_S=}B-(^4J(v29|k');
define('SECURE_AUTH_SALT', 'H$ :r|x-H3J:U8;6lalalallao;oL8,}ck%(8VYV77<kv sJcf}9PG');
define('LOGGED_IN_SALT', '!W?lalalalxTYMJZ3_RS =5K5Sw=$~XH*OW#iRSmlQtJjrYEL3)]ca~w!)y@2WLz7N');
define('NONCE_SALT', 'sJrO/U)oGfqGhZH`L:i5MG{o`JllslssP/cz)R}c#$_2Zd4co`}npW,Ra3fX|>]/WY3l{i');/**
* 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!
Zeile 52 ist die erste define Auth Key Zeile...hab auch schon neue Keys etc generieren lassen, aber es kommt immer der gleiche Fehler.VG
Luk -
Hi,
es ist einfacher, wenn Du die automatisch generierte H1 Überschrift die er Dir aus dem Seitentitel übernimmt einfach löscht. Das geht in den meisten Themes indem Du auf Design -> Editor gehst und dann auf ...page.php gehst...dort steht relativ weit oben etwas mit <h1>title drin..die Zeile einfach löschen..dann wirst du keine automatische Überschrift mehr haben... hoffe konnte dir weiter helfen :) -
Hallo liebe WP Gemeide,
ich teste grad das obige Theme auf einem neuen Projekt und an sich finde ich es recht gut und gelunden. Jedoch nervt es mich, dass man nirgends die Schriftart anpassen kann. Irgendwie gefällt mir die Schrift nicht und ich komme über dem Editor nicht dazu, die Schriftart zu ändern.An sich arbeite ich nicht das erste Mal mit WP aber habe noch nie die voreingestellte Schriftart ausgewechselt. Es geht um die Seite: http://www.hundehaftpflicht-vergleich.org
Im Ideallfall sagt mir jemand, welche Datei ich über den Editor anfassen muss, damit ich die Schriftart ändern kann.
Besten Dank im Voraus!