OpenSUSE Network :: PHP/Apache2: PHP Pages Are Just Blank
Jul 1, 2010
THIS ISN'T A SCRIPTING ERROR! I'M USING PHPMYADMIN (or trying to)! People on #httpd are useless for help.
Well, ir jus installed Apache2 and PHP5 on my openSuSE 11.2 server, and I just get blank pages for PHP, but HTML works fine. Ima jus guess this is a common error.
View 3 Replies
ADVERTISEMENT
Aug 3, 2010
I installed apache2 with 'zypper in apache2 apache2-doc' and there's no man pages,
tried
man apache2
man apache
man httpd
View 4 Replies
View Related
Sep 9, 2009
when i input man <cmd>.....it's saying formatting pages....n then it is displaying blank page.
View 6 Replies
View Related
Dec 24, 2010
I just did yet another fresh install of OpenSuse 11.1, (no DVD drive otherwise I would use the newer version), all updates have been performed, I installed apache2 and it's modules, php5 and some of the modules I needed, mysql, sshd for local only access, and webmin, postfix is used only for local mail between php scripts and the system, mainly because out-of-the-box, postfix is an open relay, and can take weeks to configure as an SMTP server, so I have to use php scripts that do not use a mail server, anyway.
The problem is, apache2 only seems to know how to serve php files, html files only get shown on ANY browser as source code not the contents.
I've been trying for 3 weeks,,, messing with this option, setting that option, and screwing up the system, hence reformatting and re-installing OpenSuse several times, so if anyone wants to try and get apache to serve html files properly and to have apache use mod_rewrite as default on ANY folder whether inside or outside the document root, I can give that person full ssh access. I've got to the point now, that I don't really give a damn what happens to the server.
What I should be able to do, is, leave the apache and php setting as default,,, upload either an html or php file to the document root and direct a browser to the address, and it'll work without changing a single item, the same is if that file has rewrite, it should work flawless, or if I upload an html or php file to a folder outside the doc root, I change the doc redirect to point to the folder, and it should work without changing anything else.
View 14 Replies
View Related
Mar 16, 2010
I'm using KDE Version 4.4.00 on OS11.2 all my browsers (konqueror, firefox, chrome) webpages loads painfully slowly on vista same connection, same machine is loading is faster. I did not notice this in OS11.1 on same machine.I tried disable IPv6 in boot and in firefox but it did not improve situation significantly. I still get long looking up of dns time after time.Am I "paranoid" or is there some way I can address this this slow loading issue?
View 9 Replies
View Related
Oct 8, 2010
i try to install bugzilla on suse 11.2. For that i want to add a new user / group to the apache2. I want to add the following commands to the envvars but there is no such file available
export APACHE_RUN_USER=apache2
export APACHE_RUN_GROUP=apache2
View 2 Replies
View Related
May 6, 2011
I'm running apache2 and I installed php5 with yast. httpd2 -M states that php5 is loaded. /etc/apache2/conf.d/php5.conf is being included in httpd.conf and it contains:
Code:
<IfModule mod_php5.c>
AddHandler application/x-php .php
AddHandler application/x-httpd-php .php4
AddHandler application/x-httpd-php .php5
[Code]....
The first line was added by me since that's what mime.types actually contains.
php.ini is in /etc/php5/apache2 and since I was not sure apache/php was finding it I added a PHPIniDir "directive" into httpd.conf. I have not changed it.
Test file is the typical /srv/www/htdocs/info.php with <?php infophp(); ?>
Normal index.htm is working fine. php -a is working fine.
I spent a long afternoon around this configuration and I looked in plenty of pages for solutions. I only do occasional system administration so I might have easily overlooked something trivial, but I run out of ideas.
There is a thread in this web site with a similar problem but no solution:
Php5 not recognized in SUSE 10.2 Apache2
What could be missing/wrong if php5 is loaded and the addhandler is defined? How can I further test?
View 9 Replies
View Related
Nov 22, 2009
I have openSUSE 11.2 64-bit KDE, I have installed it with lan cable connected, install updates and than switch to wireless.Everything worked great until I went to my girlfreind with laptop, there I can connect to router, use Skype but can't browse pages with firefox, can't install packages with YAST Also wired connection gives the same result but her PC have no problem with Internet.I have traied ifup, deleting /etc/resolv/conf, disabling NetworManager routing options with no succes
View 9 Replies
View Related
Feb 8, 2011
I'm completely new to this whole hosting on linux thing. I'm using apache2 and have everything setup as if I was doing it on a windows machine but when I navigate to the site via URL it displays the source code as plan text and thats all I see. I'm running openSuse 10.3.
View 9 Replies
View Related
Mar 20, 2011
I am trying to install BackupPC on openSUSE 11.4 64 bit.BackupPC is complaining that I am not running the Apache server as user backuppc but as user with id 0 (root)I have the following in the /etc/apache2/uid.conf (which is getting read as I can put a syntax error in the file and it complains):
User backuppc
Group www
When I run either the httpd2-itk (default in rcapache2) or the plain httpd2 processes and then do a:
ps aux
The user reported as running the http processes is root NOT backuppc.On a openSUSE 11.3 machine where I have BackupPC running successfully the ps command returns backuppc as the user running the processes.Is this something others are seeing or do I have some configuration incorrect?
View 8 Replies
View Related
Mar 2, 2010
I have installed the package "Web and LAMPP Server" with the YAST2 installation manager on my openSuse 11.1. The installation runs well without any error messages. When I try to start Apache2 in the YAST2 runlevel manager or from the command line it fails.The start problem seems to me simular as amavis configuration. I have to configure /etc/amavisd.conf before a was able to start amavis in the YAST2 runlevel manager.
How can I make Apache2 to start? Do I have to configure a special file before I am able to start Apache2 in the YAST2 runlevel manager or why doesn�t Apache2 start?
View 1 Replies
View Related
Mar 19, 2011
For some reason Firefox loads pages really slow on my 11.3 install. Chrome everything loads fast. I am running the latest of firefox.I have done the usual tweaks to the about:config that I found on the internet. Is there a reason for this and can I fix it?
View 8 Replies
View Related
Dec 13, 2010
Im using fedora 8 and have installed php5 ,and mysql and i see only php blank pages ,some idea? must be php.ini, but i am newbie installing php and apache, i disabled selinux, and grant all the permisssions to excecute..
View 3 Replies
View Related
Feb 14, 2009
After the Suhosin-Patch, I can no longer load mythweb pages from my mythtv server. Checking the apache2 error.log yields the following.
PHP Code...
I noticed that this appears to be an old bug come back to life again, but the fix to it was never revealed.
View 3 Replies
View Related
Jul 16, 2010
My HP F4180 only prints blank pages. It can, however, print out a test page, so there's no issue with the ink or hardware, it seems. Also, it used to print properly in the past. I've run hp-check, but the program ends up with no warnings or findings. Likewise, the HP appelet ends every print job with a 'completed' status, seeming to think all's well. The only remote clue I've found so far: HP's troubleshooting tool noticed that the page format is 'letter' (small 'l') according to the printer settings in System>Printing, but 'Letter' (capital 'L') according to the Open Office printer properties dialogue box launched when trying to print. The troubleshooter referred to this discrepancy as a possible 'alignment' issue. Could this possibly account for the failure to print? If so, how could the two page size descriptions be made identical (they come from drop down menus which I don't know how to access)?
View 6 Replies
View Related
Jan 11, 2011
Writing this from the windows box since my problem is php pages display blank in any web browser on my kids computer running 10.10. and the forums are php based.All the threads I have seen are from people with a local apache server and php server running. This is just a workstation and nothing server like installed (well not apache or php anyway)so everything I have found tells me to check config files that of course are not there.Anyway since his favorite web game is php based he is currently a bit upset. It did work when I initially installed 10.10 on a full flatten and reload.
View 2 Replies
View Related
May 29, 2011
I am having problems in printing 'complex' PDF files. Simple pages are no problem. Good examples is Royal Mail postage printing. Generated PDF displays correctly - and in Ubuntu 10.10 printed perfectly. Since I upgraded to 11.04 I get a blank page. No matter what I do. I have tried everything suggested when I googled the problem - but no solution works. I am printing across the network through my NAS box (no changes to that at all) to an HP Laserjet 1010. It all works correctly and as expected under Windows - so the setup is fine with printer and NAS. its a problem introduced by 11.04.
View 3 Replies
View Related
Jun 27, 2011
We just recently started using Linux Ubuntu. I've been having trouble opening PDF files. I can open and close just a few PDF files one at at time, but then suddenly when I click on the PDF link, it opens up to a blank page. After that, all I get are blank pages
View 4 Replies
View Related
Jul 28, 2010
I installed PHP 5.3 from remi repository and now some PHP pages end up as blank pages. Joomla pages load with no problem but iDevAffiliate pages end up as blank pages. Could it be something in the php.ini file? I have no idea where to look. Any ideas?
P.S.: I run CentOS 5.5 and MySQL 5.1
View 4 Replies
View Related
May 22, 2011
I would like to set-up a pretty fast a running apache. I would like to use him so to launch a pretty small web site of 10 static html pages. At this time there is no security concerns (even though I want to do it right) , because the computer has not even ethernet cable. I have some experience, 8 years ago I Was setting up virtual hosts in fedora, so this process is not a blackbox for me.
View 9 Replies
View Related
Jun 1, 2011
Im unable to print pdfs. the printer only gives me a blank page. what do i need so it can print? I tried going to "advanced" and checking "print as image" but it does not work. Printer still gives me a blank page.
I have an HP printer Photosmart C6100 series.
View 6 Replies
View Related
Jun 25, 2011
I installed Xubuntu and was thrilled to see that it had already setup my Brother HL-2140 USB laser printer.However, there is something seriously wrong with the setup. When you try and print, even a test page - it just churns through the entire paper tray printing nothing. Also, when you restart the computer it tries to print the jobs again. I went to Printing and selected the printer but could not find where you could see the print job queue. I did see it during troubleshooting and was able to delete the jobs on the troubleshooting screen.
View 3 Replies
View Related
Aug 5, 2011
I'm trying to get a Brother HL-2040 printer working, without much success. I installed the brother-cups driver, but that didn't work. When I try to print, the printer just shoots out blank pages, and the only way I can stop it is by unplugging the printer. Worked OK on Ubuntu 10.10. I have gnome fallback, if that matters. There's a post saying that I need to download a ppd file, [URL] but when I try to get it, it opens a page instead of downloading a file. Also the information is from 2008, and I don't know how well that will work with all the changes that have been made to Ubuntu and the newer kernel. I got lucky! went to: [URL] and got the .deb files for the lpr driver and the cups driver. Had to use sudo dpkg -i in the terminal, as I couldn't get the software GUI to work. But it prints.
View 1 Replies
View Related
Mar 16, 2010
I have dualboot between Windows XP and Ubuntu 9.04. I have HP deskjet prineter, model=D1560. Ubuntu installed the printer automatically. The problem is that when I print any page in Ubuntu, the printer does not print anything and eject the page blank. But Windows XP is printing finely.
View 1 Replies
View Related
Jun 27, 2011
Recently i had migrated from windows 7 to fedora 15. i have lot of flipbooks with me and unable to open those flipbooks in fedora. finding a suitable solution to open those flipbooks. is there a software to open these books linux. in windows there is no requirement for special softwares to open flipbook, since it is similar to flv or swf files. i had already tried with wine. with wine the file is opened but do not displays the contents or pages, show a blank white screen. @people who dont know about flipbooks: flipbooks are flash objects usually created from pdf files used for reading, flipbooks simulate the reallife book actions(page turning).
View 1 Replies
View Related
Jun 9, 2011
I am running in a problem that i have put a postfix regex which needs to discard emails having no subjects, while it works fine for gmail,hotmail and other domains but it does not work for [URL] ultimate reason behind this is because yahoo does not send subject line if subject is not included in email.
View 3 Replies
View Related
Oct 17, 2010
I broke my apache server. I went into the Yast administrator / HTTP Server and enabled the "rewrite" module. The server stopped working so I went back in and disabled it. Now the server still doesn't work and when I try browsing to any of the sites on it all I see is a page that says "No database selected" for any sites using databases. For static sites I get a 404 error. I broke rule #1 and didn't have back-up configuration files so now I'm stuck. What could the Yast module have done to my configuration files? I have restarted apache several times and even re-booted the computer.
View 3 Replies
View Related
May 19, 2014
I'm struggling on installing a KONICA-MINOLTA printer magicolor 4695MF printing properly with Linux Mint Debian Edition (up to date). The test page works fine...
KONICA-MINOLTA delivers 2 PPDs: one for standard printing and one for OpenOffice printing (available on the KONICA-MINOLTA support site).
Leaving a side the one for OpenOffice which is poor in using the capabilities of the printer, I concentrate only on the global one (M4695PX.ppd).
It's much more difficult for other applications, starting with EVINCE: some PDF files are printed properly (i.e. those generated in OpenOffice by the CUPS PDF printer), others come out as one only blank page, regardless to the original length of the document.
So documents received from 3rd party may be "printable" or not. And trust Murphy, the most critical aren't printed...
Attached, the troubleshooting file generated by [system-config-printer] => [URL] ...
View 0 Replies
View Related
Feb 19, 2010
I have a Cent OS 5.4 32 bit final installed in my dedicated server.
I used to run lighttpd with php in my server until now and all was fine.But yesterday I changed my website which needs apache to run. So installed apache using yum install httpd command.
Then I added the virtual host name of my domain in webmin panel but when i try to run my php script in browser then its not opening php pages.
Instead it downloads php files like index.php when i open in browser.So I guess apache is not able to compile and run php pages. Only html pages are opening right now..
View 2 Replies
View Related
Jul 20, 2011
I just installed 11.04 on my Samsung n130.
It does connect to the router, but when I open a page it does not load it...
It works ok with the ethernet cable.
Edit: after restoring from sleeping mode, it does not see any wireless network, I have to reboot.
View 4 Replies
View Related