Thread Starter
slons
(@slons)
Tak wygląda mój wp-config.php:
<?php
// ** MySQL settings ** //
define(’DB_NAME’, 'xxxxxxx’); // The name of the database
define(’DB_USER’, 'xxxxxxxxx’); // Your MySQL username
define(’DB_PASSWORD’, 'xxxxxxxxxxx()’); // …and password
define(’DB_HOST’, 'xxxxxxxxxxxxx’); // 99% chance you won’t need to change this value
define(’FS_CHMOD_DIR’, (0755 & ~ umask()));
define(’FS_CHMOD_FILE’, (0644 & ~ umask()));
// You can have multiple installations in one database if you give each a unique prefix
$table_prefix = 'wp_’; // Only numbers, letters, and underscores please!
// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to 'de’
// to enable German language support.
define (’WPLANG’, 'pl’);
/* That’s all, stop editing! Happy blogging. */
define(’ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);
?>
Po zastosowaniu powyższej wskazówki nic nie pomogło.
Może jakieś inne rozwiązanie?
Jeżeli nijak nie możesz dojść do ładu z uprawnieniami …to możesz pobrać wszystko na swój komputer, potem wykasować pliki wp z serwera i na nowo je zuploadować.
Thread Starter
slons
(@slons)
problem rozwiązany;
nie wiem czemu ale po zmianie nazwy mojego szablonu w wp-content/themes/ na „default” wszystko ruszyło. Cały czas działało na mojej nazwie własnej, a po tych zmianach z uprawnieniami coś się porobiło, że teraz działa tylko i wyłącznie na „default”. Musiałem pozmieniać ścieżki umieszczonych zdjęć bo wcześniejsze były pod starą nazwą szablonu. Może ktoś wie gdzie szukać problemu, żeby powrócić do tej pierwszej wersji?