Forum Replies Created
-
AuthorPosts
-
Karsten Hollop
Participant@steven:all works fine ;) thank you
Karsten Hollop
ParticipantHi,
there are no error messages. when i klick on the pages button or one of the abcde… button the page reloads but dont open the “klicked” page…
best regards
Karsten Hollop
ParticipantThis reply has been marked as private.Karsten Hollop
Participanthi steven…
sorry, it is not possible because this is used on private intranet and not reachable from the internet.
btw the site 1…2…3.. navigation is also not working
best regards
Karsten Hollop
Participantthis was the answer :( !rtfm! ;)
If you are importing an exported file into a “clean” or “empty” database, do not map the Entry ID when importing. Mapping the Entry ID column tells the CSV Import to update the existing entries. If those entries do not exist, there are skipped, they are not imported as new entries.
01/16/2017 at 10:07 am in reply to: ERROR: Aus Sicherheitsgründen ist dieser Dateityp nicht erlaubt. #406970Karsten Hollop
ParticipantDisabling The Filtering
This process of disallowing certain types of files in WordPress is known as filtering. You can simply disable this filtering by using following code. You have to add it in your wp-config.php.
define(‘ALLOW_UNFILTERED_UPLOADS’, true);
-
AuthorPosts
