General :: Php Programs Errors Not Displaying On Browser
Feb 8, 2011
i have installed fedora14 on my system, while running the php programs errors are not displaying on the browser. display the error while running on the browser at localhost.
View 2 Replies
ADVERTISEMENT
Sep 7, 2010
how to disable displaying image on web browsers. Example I have a link [URL].
- when I connect to this link on my browser, it will not display the image
- But I can use <img src="/img/test.jpg" to websites can read it.
View 9 Replies
View Related
Nov 16, 2010
I have a LAMP environment on Ubuntu 9.04 desktop. I created a directory in /home/user that I use for all my development work called /projects.
I am able to access this directory via localhost/projects as the URI in my web browser; I see a listing of all the separate directories and I am able to click on each directory and see its contents.
Parent Directory
Site-Structure/ 30-Aug-2010 11:39
builds/ 03-Sep-2010 00:02
d6/ 12-Nov-2010 13:25
d7/ 31-Oct-2010 17:44
[Code]....
I have default, default-ssl and projects in my /etc/apache2/sites-available directory. I haven't changed these files since I first created them. I haven't changed the permissions on any of the directories within /home/user/projects since I first set this up.
What can I do to access this directory from the address bar of a browser again?
View 4 Replies
View Related
Jan 26, 2011
We are currently troubleshooting the following error, which was repeatedly being displayed on the console:
kernel: Northbridge Error, node 2<0>K8 ECC error."
After replacing all of the memory, the error remained, so we tried updating to the latest kernel. (Currently having to use centos-plus because we are using XFS)
After the kernel update the error disappeared fro 5 days (previously UNHEARD of - would often repeat several times a day), it appeared again and hasn't appeared since.
It does not seem like any real damage is done here - and I would like to suppress this error somehow. Optimally I would like it to only be forwarded to the log files - and NOT be displayed on the console.
Could someone point me to an easy way to set that up?
View 7 Replies
View Related
Jan 10, 2011
I have been having some issues with the browsers, I use firefox and I have noticed that many of the websites I visit don't display correctly. I have attached some examples..not all sites display like that but many do.
View 2 Replies
View Related
Dec 19, 2010
I'm using fedora 14. And I have installed apache, PHP and MySQL. I tried testing PHP with phpinfo(). But when I view it view my browser (localhost/test.php) it just shows the code itself instead of displaying the phpinfo page. This is the content of my test.php page.
<?php
phpinfo();
?>
View 3 Replies
View Related
Aug 25, 2010
I am running AnyMeal, which is a KDE program. There's a link in the set-up for FAQs, but when I try to open it I am told "Could not launch the browser: Could not find kfmclient". I checked /etc/alternatives, and the x-www-browser is set to be iceweasel (Debian's firefox), which is what I use. I do not have Konqueror installed. I use Fluxbox, however, I also run some Gnome and KDE programs. I checked if there is a package I may need, but came up empty:
Code:
mark@debian:~$ locate kfmclient
/usr/share/locale/en_GB/LC_MESSAGES/kfmclient.mo
mark@debian:~$ apt-cache search kfmclient
mark@debian:~$
how I can set it up so that the "kfmclient" can be recognised as iceweasel?
View 2 Replies
View Related
Feb 23, 2011
i tried to execute wireless programs on NS2 i found errors like command not found! but i executed wired programs on the same successfully is their any paths that i should setup for executing wireless programs?
and also i tried a simple c program in fedora7 which executed successfully but when i tried same program on .cc extension and complied with g++ -g filename.cc i found errors like cannot link to g++....why?
View 1 Replies
View Related
Jan 31, 2010
I've been trying to compile and install different terminal emulators:Eterm, aterm, and libAfterImage for urxvt.
I've been getting all these errors, and it seems odd to me. I did some fiddling awhile back enabling KMS with my radeon, install custom packages for xf86-ati, mesa, and libdrm. Could that or some other fiddling have broken these dependencies?
Here is an excerpt, with the full error log attached and here:url
Code:
In file included from libungif/../xwrap.h:5,
from libungif/../asim_afterbase.h:23,
from libungif/../afterbase.h:36,
from libungif/gif_hash.h:24,
from libungif/gif_lib_private.h:5,
code....
View 1 Replies
View Related
Feb 15, 2011
I have a personal apache server with php5 module in it that I have set to host user directories Host/~username. When I introduce any errors to the php file, such as echo "Syntax error; , I get a blank white screen. The error exists in the apache log file in /var/log.
I have found the php.ini file in and found every occurance of "error" in it and set it to "On" or E_ALL depending on what the argument wants. I still get a white screen.
View 4 Replies
View Related
May 24, 2011
so the problem is that when I try to install anything with Software Center I get this error
Code:
installArchives() failed: Selecting previously deselected package alarm-clock-applet.
(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading
[code]....
View 3 Replies
View Related
Jun 7, 2010
GNU/linux kernel 2.6, slackware 12.0
Can ls display the whole path of a file? Suppose I have /media/cdrom1/*. So I want the output of ls to be
/media/cdrom1/file1
/media/cdrom2/file2
..................
/media/cdrom2/fileN
View 12 Replies
View Related
Oct 10, 2010
I am working on ns2 for my new project. I have successfully installed ns2 on fedora 8 but whenever I try to run in wireless example it does not display the scenario in nam window. It works with wired but not with wireless. It also create nam trace file but does not show anything. I also tried to run Marc Greis tutorial wireless ex but same problem continue.
View 7 Replies
View Related
Oct 12, 2010
My Ubuntu system is occasionally becoming very sluggish. I'm running many things simultaneously and it's very difficult to tell which program is the culprit.
I suspect that the sluggishness is due to disk activity since the CPU usage is consistently under 50% on each of the 4 cores of the CPU, and over 30% of the 6GB of RAM are free.
Is there a tool that can show me in real time the number of disk IO operations per second and the amount of data read/written per second? Can all this info be broken down and displayed per process?
View 2 Replies
View Related
Jul 22, 2010
Can anybody tell me what kind of fsck errors are found on a system?
View 5 Replies
View Related
May 3, 2011
I have a server laptop sitting around at home which is a pretty bland server, on which I generally leave the lid open and there is a login prompt always displayed.
However, I'd love to be able to display useful information on /dev/tty1 so whilst the server is just sitting there, rather than displaying a login prompt on the monitor, it could now display, for example, the current time and weather forecast for the day. Or something along those lines.
View 2 Replies
View Related
Nov 15, 2010
I compiled the buildroot for zImage and rootfs.jffs2 for SMDK6410. Used the linux kernel 2.6.35 and busybox 1.17. And deployed these two images using DNW. The kernel and rootfs loaded successfully and able to do execute linux commands from DNW but not from LCD screen. I am new to the linux development and want to see a sample framebuffer / desktop application on the screen.
View 2 Replies
View Related
May 19, 2011
After booting my PC which is running CentOS, it did not display the desktop. It just displayed a terminal window and a firefox browser all on a black screen!
View 5 Replies
View Related
Apr 28, 2011
Does anyone know how to stop the du command from displaying the directory name?
View 1 Replies
View Related
Sep 14, 2010
I have been trying to configure webalizer on a centOS 5.5 system. I did the yum install and I found this helpful link...However when I try to change the dir it puts the info into, it keeps giveing me an error cannot cd to the directory. I changed the /etc/webalizer.conf file as described in the above article and try to run it manually same results. /etc/cron.daily/00webalizer Error: Can't change directory to /home/webalizer/When I put the original dir back in the path it writes to /var/www not /var/www/output like it should. I even tried a local /var/wwww/output dir. Then I tried a link to /home/webalizer/output (a dir I created) and same results.(with orginal .cfg in place)I go to my www page remote or on the local network I get page not found errors.In summary.1. Why wont the /etc/webalizer.cf file allow me to change the location of the files?2. How do I display the www page to view the data?3. How can I secure the www page so only I can view the data.
View 4 Replies
View Related
Mar 31, 2011
i am new to redhat linux,how do i list all newly added network interface card.can someone kindly help me with this?
View 11 Replies
View Related
Oct 14, 2010
I need to display chinese character in filename and also on firefox, any link so that I can check out how to do this?
View 1 Replies
View Related
Jun 8, 2010
I'm running Linux Fedora 12 here and I launched a script to create a profile and it launched successfully...
Now the problem is, after the creation of the profile its suppose to launch "first step" but now this windows appears blank and when i move the cursor around it picking the links..
View 3 Replies
View Related
Jun 19, 2010
I have installed both Fedora and Ubuntu with Gnome Desktops and it displays the information an inch to the left, this problem may have to do with the fact that the display comes up as unknown.
View 1 Replies
View Related
Feb 11, 2011
Sometimes when I try to display the mounted device in linux it displays devices which are not currently mounted. I want to correct this this using script.
View 1 Replies
View Related
Jul 4, 2011
I'm trying to setup an alias, that when I change to another directory, any directory, it will also display all its contents like ls -al:Well, that doesn't work. I guess it's an issue with the use of wild-cards.Maybe I should define a new, so far unused, name for the alias like cdl for example.Would be great if someone could help me. I search in several examples for bash aliases but couldn't find the right solution.
View 9 Replies
View Related
Aug 19, 2010
Code:
$ aptitude s
sbin/ selinux/ server/ srv/ sys/
This is what happens when I hit TAB. It always showed "show" and "search" actions before... Why directories now?
View 2 Replies
View Related
Oct 17, 2010
I use Ubuntu 10.04 LTS.
I was compiling an application called Audacious. One of the dependent packages I needed to obtain was called Glib. After installing Glib (and a package it also required), my GNOME began failing and after rebooting the computer, the login GNOME login screen fails to displaying. Does anyone know what's gone wrong?
[URL]
Now after installing Glib, restart your computer and your GNOME will have failed. Why the F did this happen?
View 8 Replies
View Related
May 8, 2011
gentoo linux starts but hangs after displaying some lines, no error message, no panic, just stops after about 20 lines
View 2 Replies
View Related
Mar 6, 2010
I have a server running ArchLinux; I recently installed openntpd on it. Since I started paying closer attention to the clock, I started noticing other things; specifically when I run the "date" command, it's returned in PST when it should be "EST":
[spice@sandbox ~]$ date
Sat Mar 6 00:17:42 PST 2010
I have set the hwclock to localtime, configured "HARDWARECLOCK" to "localtime" in rc.conf, and chosen two different (but accurate) values for TIMEZONE in rc.conf:
[spice@sandbox ~]$ hwclock
Sat 06 Mar 2010 03:17:38 AM PST -0.922220 seconds
[spice@sandbox ~]$ cat /etc/rc.conf | grep TIMEZONE
TIMEZONE="US/Eastern"
[spice@sandbox ~]$ cat /etc/rc.conf | grep HARDWARE
HARDWARECLOCK="localtime"
However, as you can see, "hwclock" and "date" both say they're showing PST, although hwclock is showing the time in EST. I am not sure whether this was the case before installing openntpd. Is there another place where I should be setting the time zone?
View 2 Replies
View Related