Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter kllantz

    (@kllantz)

    Alright, so it is fixed. There was an error in the database from the original installation on the server. It would overwrite the htaccess file everytime the permalink button was clicked, this would in turn break the site. Fixed the line in the DB and all is well.

    mysql> select * from _JFM_options where option_value like ‘%php-70%’;
    ERROR 2006 (HY000): MySQL server has gone away
    No connection. Trying to reconnect…
    Connection id: 2139472
    Current database: kennyla1_WPJFM

    +———–+—————–+——————–+———-+
    | option_id | option_name | option_value | autoload |
    +———–+—————–+——————–+———-+
    | 2966 | epe_php_handler | application/php-70 | yes |
    +———–+—————–+——————–+———-+
    1 row in set (0.06 sec)

    mysql> update _JFM_options set option_value = ‘application/x-httpd-ea-php70’ where option_id=2966;
    ERROR 2006 (HY000): MySQL server has gone away
    No connection. Trying to reconnect…
    Connection id: 2139616
    Current database: kennyla1_WPJFM

    Query OK, 1 row affected (0.00 sec)
    Rows matched: 1 Changed: 1 Warnings: 0

    Thread Starter kllantz

    (@kllantz)

    So just checked the link structure and the error is in the custom permalink default. When I try to change it in order to remove the extra ‘ , the whole site goes down like it is now.

    Thread Starter kllantz

    (@kllantz)

    So I deleted the posts and regenerated the first, the problem is not with the post itself, but with being able to access the post, the link created by the widget on the front page or within the menu is sending it to the wrong place and there is no way to get it to generate the correct link.

Viewing 3 replies - 1 through 3 (of 3 total)