0

I am using apache to run php files in firefox dev edition but some of them won't work.

I guess its because of the following errors that are being shown in console for

apache2: [Mon Dec 18 08:57:59.610192 2017] [mpm_prefork:notice] [pid 121] AH00163: Apache/2.4.28 (Unix) PHP/7.1.7 configured -- resuming normal operations

[Mon Dec 18 08:57:59.610276 2017] [core:notice] [pid 121] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND' .

If I click "submit" in my self-made register form, it is supposed to open the next file, which fails:

dekzok
  • 35
  • 9
  • Could you add the code from a page that doesn't work. – Nigel Ren Dec 18 '17 at 08:21
  • The things, which you have posted are not errors. They are just normal logs, that Apache is running.. – Geshode Dec 18 '17 at 08:28
  • @NigelRen I am trying to but they dont allow me to post urls to files – dekzok Dec 18 '17 at 08:32
  • You need to add the code to your question, paste the code lines in. (try and get the smallest piece of code which fails) – Nigel Ren Dec 18 '17 at 08:33
  • @Geshode I found them in the file error_log file inside apache2 – dekzok Dec 18 '17 at 08:33
  • @NigelRen I did, even though stackoverflow thinks its html – dekzok Dec 18 '17 at 08:42
  • I see. But these two are just notices and not errors. – Geshode Dec 18 '17 at 08:46
  • What does your signup.php look like. Have you tried to put the complete path into the header? – Geshode Dec 18 '17 at 08:52
  • @Gesthode I have. I need 10 reputation for it hahaha. Here they are: . (I know, the link does not work. Stackoverflow makes me crazy. Please send me an email at tomadelmeijer@xs4all.nl and I'll send you all of the relevant files and images.) The file and what it looks like when I click "signup". the url was supposed to show "submit=success" or "access=success" or some whit at the end. – dekzok Dec 18 '17 at 09:43

0 Answers0