Hello everyone. I'm experiencing trouble while trying to set up LAMP server under Linux (Arch to be exact). Everything apart from PHP is up and running so I think, I've chosen a good section and a good forum for this. When I'm trying to run any php scripts from the web browser, I get blank (page source contains nothing) pages all the time. I have all the possible error reporting options turned on in the php.ini file, apache properly loads the module, I also get no errors in the log. It's playing on my nerves, because I need phpMyAdmin frantically. Do you have any idea on what can cause the problem? Thank you in advance, Krotton.
Try to run a php file with this content: <?php ThisShouldTriggerAnError (); ?> PHP: If you still don't see anything, it means that display_errors is off somehow. If you see an error message, please reply.
I was wrong - it was an Arch-specific problem. In the newest package, they have split into more extensions, I suppose. I just needed to update the extension list. Thank you. PS. Please let the topic stay here - it could help somebody in the future.