error 500 after server change

Bunstonious

  • Espada
  • Posts: 204
Re: error 500 after server change
« Reply #15, on March 25th, 2014, 11:06 PM »
So I would like to thank all of you for your help, I have worked out the issue.

Turns out that it was the Facebook plugin having an issue so I deleted all the files for it and it worked fine.

I would suggest @havok having a look at the plugins.

What's of note is that the server I am using is logging the error to the root "error.log" not the "forum-error.log" which is interesting and why it remained a mystery.

Thanks @Pandos and @Nao
Quote from Random Guy
Not putting miles on your Ferrari is like not having sex with your Girlfriend so she'll be more desirable to her next Boyfriend

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: error 500 after server change
« Reply #16, on March 26th, 2014, 07:47 AM »
Did it work after disabling the plugin, or did you have to remove it entirely?
I doubt this plugin has anything to do with errors 500 though.
Were only users using facebook locked out in a 500, or everyone?

Bunstonious

  • Espada
  • Posts: 204
Re: error 500 after server change
« Reply #17, on March 26th, 2014, 08:00 AM »
Literally as soon as I deleted the plugin files the forum started again.

I don't know what about it caused the issue, but the logs suggested the Facebook plugin.

Weird.
Posted: March 26th, 2014, 08:00 AM

And everyone was affected

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: error 500 after server change
« Reply #18, on March 27th, 2014, 05:23 PM »
Out of interest... Can you restore the plugin files, and see if it breaks it again..?

havok

  • Posts: 29
Re: error 500 after server change
« Reply #19, on March 27th, 2014, 08:38 PM »
i had been having issues with my host so idecided to switch rather  than wait 2 months for my renewal date on the hosting plan.
since i switched hosts from godaddy, i have had no issues

Bunstonious

  • Espada
  • Posts: 204

Kian

  • Posts: 51
Re: error 500 after server change
« Reply #21, on July 24th, 2018, 02:52 PM »
Quote from Nao on March 21st, 2014, 03:04 PM
It only shows up if you MOVE the data from a server to another, not if you create the data on the final server..?

Then it's a permission issue, isn't it...??!
Yes, I actually just migrated from my last work to a VPS at OVH restoring my last backup.

Whenever I post a message, I get this server error (Apache code 500), though the messages is correctly posted.

Still trying to figure this out.
I may be missing mods or having permission issues.


Code: [Select]
192.168.168.10 - - [24/Jul/2018:14:53:45 +0200] "POST /?board=22;action=post2 HTTP/1.1" 500 434 "http://test.potesnroll.com/?topic=1090.msg207397" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"



I could be missing a module :

Code: [Select]
root@vps569571:/etc/apache2/mods-available# ls
access_compat.load  authnz_fcgi.load      cern_meta.load     dump_io.load       lbmethod_bybusyness.load  mpm_prefork.conf     proxy_ftp.conf       rewrite.load           status.conf
actions.conf        authnz_ldap.load      cgid.conf          echo.load          lbmethod_byrequests.load  mpm_prefork.load     proxy_ftp.load       sed.load               status.load
actions.load        authz_core.load       cgid.load          env.load           lbmethod_bytraffic.load   mpm_worker.conf      proxy_hcheck.load    session_cookie.load    substitute.load
alias.conf          authz_dbd.load        cgi.load           expires.load       lbmethod_heartbeat.load   mpm_worker.load      proxy_html.conf      session_crypto.load    suexec.load
alias.load          authz_dbm.load        charset_lite.load  ext_filter.load    ldap.conf                 negotiation.conf     proxy_html.load      session_dbd.load       unique_id.load
allowmethods.load   authz_groupfile.load  data.load          file_cache.load    ldap.load                 negotiation.load     proxy_http2.load     session.load           userdir.conf
asis.load           authz_host.load       dav_fs.conf        filter.load        log_debug.load            php7.0.conf          proxy_http.load      setenvif.conf          userdir.load
auth_basic.load     authz_owner.load      dav_fs.load        headers.load       log_forensic.load         php7.0.load          proxy.load           setenvif.load          usertrack.load
auth_digest.load    authz_user.load       dav.load           heartbeat.load     lua.load                  proxy_ajp.load       proxy_scgi.load      slotmem_plain.load     vhost_alias.load
auth_form.load      autoindex.conf        dav_lock.load      heartmonitor.load  macro.load                proxy_balancer.conf  proxy_wstunnel.load  slotmem_shm.load       xml2enc.load
authn_anon.load     autoindex.load        dbd.load           http2.load         mime.conf                 proxy_balancer.load  ratelimit.load       socache_dbm.load
authn_core.load     buffer.load           deflate.conf       ident.load         mime.load                 proxy.conf           reflector.load       socache_memcache.load
authn_dbd.load      cache_disk.conf       deflate.load       imagemap.load      mime_magic.conf           proxy_connect.load   remoteip.load        socache_shmcb.load
authn_dbm.load      cache_disk.load       dialup.load        include.load       mime_magic.load           proxy_express.load   reqtimeout.conf      speling.load
authn_file.load     cache.load            dir.conf           info.conf          mpm_event.conf            proxy_fcgi.load      reqtimeout.load      ssl.conf
authn_socache.load  cache_socache.load    dir.load           info.load          mpm_event.load            proxy_fdpass.load    request.load         ssl.load
root@vps569571:/etc/apache2/mods-available# ls ../mods-enabled/
access_compat.load  auth_basic.load  authz_core.load  autoindex.conf  deflate.load  env.load     mime.load         negotiation.conf  php7.0.load      setenvif.conf  status.load
alias.conf          authn_core.load  authz_host.load  autoindex.load  dir.conf      filter.load  mpm_prefork.conf  negotiation.load  reqtimeout.conf  setenvif.load
alias.load          authn_file.load  authz_user.load  deflate.conf    dir.load      mime.conf    mpm_prefork.load  php7.0.conf       reqtimeout.load  status.conf
root@vps569571:/etc/apache2/mods-available#

Nao

  • Dadman with a boy
  • Posts: 16,079