Home › Forums › Support Forum › internal server error
This topic contains 3 replies, has 2 voices, and was last updated by Anti-Malware Admin 4 months, 1 week ago.
-
AuthorPosts
-
August 9, 2024 at 11:20 am #133529
I activated the last choice of the firewall menu and my site has disappeared due to internal server error. What can I or you do?
August 9, 2024 at 1:29 pm #133538That is very unusual. We will need to know what the error is in order to fix it. Can you please check the error_log files on the server to see what the last few errors are?
August 9, 2024 at 2:40 pm #133542– phpMyAdmin SQL Dump
– version 5.2.1
–
– ΧÏόνος δημιουÏγίας: 10 Αυγ 2024 στις 00:38:22
– Έκδοση διακομιστή: 8.0.33-25
– Έκδοση PHP: 8.2.17
SET SQL_MODE = “NO_AUTO_VALUE_ON_ZERO”;
START TRANSACTION;
SET time_zone = “+00:00″;
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
– ——————————————————–
–
– Δομή πίνακα για τον πίνακα `wp_zt4yh9m9k8_wfknownfilelist`
–
CREATE TABLE `wp_zt4yh9m9k8_wfknownfilelist` (
`id` int UNSIGNED NOT NULL,
`path` text NOT NULL,
`wordpress_path` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3;
–
– Άδειασμα δεδομÎνων του πίνακα `wp_zt4yh9m9k8_wfknownfilelist`
–
INSERT INTO `wp_zt4yh9m9k8_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES
(29981, ‘/var/www/wp-content/themes/milenia/template-parts/milenia-testimonials/error_log’, ‘wp-content/themes/milenia/template-parts/milenia-testimonials/error_log’);
–
– ΕυÏετήÏια για άχÏηστους πίνακες
–
–
– ΕυÏετήÏια για πίνακα `wp_zt4yh9m9k8_wfknownfilelist`
–
ALTER TABLE `wp_zt4yh9m9k8_wfknownfilelist`
ADD PRIMARY KEY (`id`);
–
– AUTO_INCREMENT για άχÏηστους πίνακες
–
–
– AUTO_INCREMENT για πίνακα `wp_zt4yh9m9k8_wfknownfilelist`
–
ALTER TABLE `wp_zt4yh9m9k8_wfknownfilelist`
MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=53353;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
August 10, 2024 at 3:02 pm #133593This is not your error_log file at all, this is just an SQL Export file with some records from your database.
After looking at your website I can see that the following comment is present in every single out page on your site, including all the admin-ajax.php generated JavaScript pages like the one that my own plugin uses for the brute-force login protection:
If you can find the rogue file on your server that contains this comment text then you can remove that comment to fix all the dynamic JavaScript on your site that is currently breaking, including my login protection.
If you cannot find it and you would like to give me access to your site then I can look for it too. Please email me directly if you want to pass on any sensitive data.
eli AT gotmls DOT net
-
AuthorPosts
You must be logged in to reply to this topic.