Internal Server Error
-
Good morning,
I have tried searching everywhere but haven’t found a solution to my problem.
I am working locally with XAMPP and on the WordPress site I am building, I have installed the Divi theme, and the Akismet, Fluent Forms, and SeatReg plugins. I worked hard to build the site layout without downloading the SeatReg plugin without any issues. Now I need it to create the seating section, and as soon as I try to activate it, I get an “Internal Server Error”. I have also tried activating and deactivating the custom permalinks, but nothing changes. I absolutely have to disable the SeatReg plugin for everything else to work. I noticed that when I activate custom permalinks but the plugin is only installed without being activated, it creates a .htaccess file in the WordPress root, and inside it is this code:
# BEGIN WordPress # The directives (lines) between "BEGIN WordPress" and "END WordPress" are # dynamically generated, and should only be modified through WordPress filters. # Any changes to the directives between these markers will be overwritten. <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase /xampp/bicocca-eventi/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /xampp/bicocca-eventi/index.php [L] </IfModule> # END WordPressIf I also activate the plugin, the .htaccess changes to this new code:
# BEGIN SeatReg WordPress plugin # The directives (lines) between "BEGIN SeatReg WordPress plugin" and "END SeatReg WordPress plugin" are # dynamically generated, and should only be modified through WordPress filters. # Any changes to the directives between these markers will be overwritten. <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^seatreg/?$ index.php [L,QSA] </IfModule> # END SeatReg WordPress pluginI have no idea what I can do to solve the problem. Would it be possible to have some suggestions? I will try my best to work on it and study the solution because I am not exactly an expert in this.
As I said, I have to deactivate the plugin and the permalinks for everything to work again.
The version of the SeatReg plugin is 1.56.7, in case this information is useful.
Thank you for your patience, and I hope for a response.
The topic ‘Internal Server Error’ is closed to new replies.