1,073 Posted Topics

Member Avatar for Yorkiebar14

Hello, It sounds like there is something in your php code that is deleting the table out of the database. Do you have a backup of the tables fromm before you started accessing them with php? If you created the table initially by using php and your running the same …

Member Avatar for Reverend Jim
0
342
Member Avatar for lewashby

Hello Your missing a few things in your crontab file. Simply placing the file in /etc/cron.hourly is not enough. The format of an entry in a crontab file is like this sample file. Lines that start with a # are comments and ignored by cron: # use /bin/sh to run …

Member Avatar for Spencer_1
0
634
Member Avatar for jkon

Rubberman, as usual, is correct. One of the most important things you can do to make your cache more efficient is to make sure there is plenty of RAM in the server. To make the most efficient use of real memory, Linux automatically uses all free RAM for buffer cache. …

Member Avatar for rubberman
0
452
Member Avatar for mbhanley

Hello, Try this for your statement: $sql = "SELECT Distinct p.p_id, p.p_active, p.p_sku, p.p_slug, p.p_title, p.p_desc, p.p_price, p.p_qty, p.p_instock, i.p_img_id, i.p_img,i.p_img_thumb, i.p_id, c.c_id, c.c_title, c.c_slug FROM products AS p INNER JOIN categories AS c ON p.p_catid = c.c_id INNER JOIN product_img AS i ON p.p_id=i.p_id WHERE p.p_catid='$c_id' AND p.p_active='1' ORDER …

Member Avatar for rch1231
0
189
Member Avatar for smdjilani

Hello, You probably do not have php installed on in the system. Ubuntu uses apt-get from the command line or software manageer from the gui to add applications. Since it sounds like you already have apache installed, to install php and the php-mod for apache from the terminal (command line) …

Member Avatar for AARTI SHRIVAS
0
109
Member Avatar for Some-Jackass

Hello, The warning you are getting is telling you that the hostname of the server (which you said has no full stops) cannot be resolved to a IP address. You can fix this in one of two ways: 1. The easy way. edit the /etc/hosts file and add the name …

Member Avatar for Some-Jackass
0
238
Member Avatar for l_wicklund

Hello, I had an HP connected to a docking station and it is possible to get two monitors working. You have to have the laptop in the docking station when you boot it up and both monitors powered on. IF you go to the detect displays option in windows you …

Member Avatar for l_wicklund
0
274
Member Avatar for soniasharma924

Hello, This answer is if your web site is on one server and the database is on another and your database is in MySQL. What you need to do is to create a login to mysql for the <database user>@<the server you are requesting the data from>. For example: Lets …

Member Avatar for sktthemes
0
174
Member Avatar for reggievibes

Hello, In order to find out what is going on you really need to start with the basics. On your computer open a command prompt. Under Start, All Programs, Accessories, Command prompt. You will get a window that takes you to the old msdos prompt. 1. Can you get to …

Member Avatar for rch1231
0
182
Member Avatar for logicslab

Hello, Your going to have to test to see if the number is in a list of the prime numbers. They are fixed after all and you can find out what they are in multiple places on the internet. For example here is a site that has the first 1000 …

Member Avatar for logicslab
-1
377
Member Avatar for Emrys

Hello, You said you could hear beeping from the computer when you boot. Is it just one beep? If not the beep codes are designed to help you diagnose errors. You need to determine what the pattern is (i.e. One long beep repeated continually, 2 shorts and a long beep, …

Member Avatar for Emrys
0
124
Member Avatar for My2cents

Hello, I am pretty sure that you can turn the router into a simple switch. You would still be able to use the wireless capability but you would use the DHCP from the the UVerse router. If you run into issues you an go on line to the Linksys site …

Member Avatar for CimmerianX
0
418
Member Avatar for rahulrevolution

Hello, Here is something I had to use once on a system that did not ahve ls... echo .* only gives you back the results like ls with not size or other data.

Member Avatar for rch1231
0
154
Member Avatar for JohnCharles

Hello, The etc hosts entry should override the information being pulled for DNS from any nameserver. Based on my own mistakes have you checked the speling in /etc/hosts and on the Location entry? Do you have any sites running on the server or is this the first site you are …

Member Avatar for JohnCharles
0
309
Member Avatar for leghorn

Hello, I would import the CSV file into the MySQL database as a different table. For example if the table in the current database is customers then make the import table customers1. Then use sql queries to compare the two tables. This type of query is what MySQL is designed …

Member Avatar for leghorn
0
285
Member Avatar for lewashby

Hello, The problem is that you do not ahve the mysql serve running which is called mysqld. You may not have it installed but and the client and server are two different packages.

Member Avatar for lewashby
0
226
Member Avatar for mnewsome

Hello, I would try uninstalling the driver and then power off the computer. Next power the computer on and see what the system installs for the device. But if you can provide more information such as: What OS are you running on the computer? Is this a tower or notebook? …

Member Avatar for rch1231
0
144
Member Avatar for f14dtom

I have to agree with rubberman and mike_2000-17 for most of the same reasons. I run a couple of different Linux systems depending on what I am using it on. For servers on the web I run CentOS and for my laptops and desktops I run Fedora 14. I do …

Member Avatar for Vasvi
3
743
Member Avatar for saadsattar

Hello, How about giving us a little more information. Does the fan in the power supply come on? Do you hear any beep codes? How do you know the RAM is working?

Member Avatar for best4earn
0
187
Member Avatar for IsaacMessi10

Hello, You could use either vlookup or hlookup to fill the value in from the other table. Based on the information you provided you would need to use vlookup. VLOOKUP Searches for a value in the top row of a table or an array of values, and then returns a …

Member Avatar for IsaacMessi10
0
218
Member Avatar for xxmp

Hello, Rubberman is correct and what he is trying to tell you is you need the ID fields (first field of each table) to be a key field and built with a unique index (normally also set to auto increment). The when you join the fields the lookups will use …

Member Avatar for rch1231
0
124
Member Avatar for RitLew

Hello, Can you provide a little more information? What version of windows are you running? DO you show any problem devices in Device Manager? what sould device are you using (built in, expansion card, etc.)?

Member Avatar for arunmarvel5
0
259
Member Avatar for Kastarla

Ok try this. Instead of selecting R at the first screen continue on as if you were going to install (do the <F8> License, when you get to where you repartition if needed leave it the way it is and Setup will "Search for a previous installation" It will detect …

Member Avatar for Little Relhok
0
385
Member Avatar for timetraveller1992

Hello, Since you mention cron I am assuming a Linux system. You have to remember that cron does not work like a normal user. You have to provide the absolute path of the files you want to run and set variables to allow it to run. If you are tring …

Member Avatar for rch1231
0
365
Member Avatar for Nihil777

What you are seeing is the GRUB boot loader. It allows you to boot multiple operating systems from the same drive. If you leave the system at the screen it should go ahead and boot Ubunto after a few seconds. Here is a link to more information: [https://en.wikipedia.org/wiki/GNU_GRUB](https://en.wikipedia.org/wiki/GNU_GRUB)

Member Avatar for Nihil777
0
486
Member Avatar for alaa sam

Hello, This is a know issue with Mint. You need to install the gnome-screensaver and add it to gnome-session-properties. [http://www.linuxmint.com/rel_nadia_whatsnew.php](http://www.linuxmint.com/rel_nadia_whatsnew.php)

Member Avatar for rch1231
0
228
Member Avatar for ihatehippies

Ok from what I see you never test to see if the process ID is in your list of ID's to exclude. I think you need another test to see if the id is in the array of Process ID's. My guess is that the test should be done around …

Member Avatar for james.lu.75491856
0
804
Member Avatar for Rahul47

Hello, I am not sure what caused the file names however you can look back throught your command history by typing *history* at the command prompt. To remove the files I suggest you use something like: `/bin/rm -i /full_path_to_directory/*` The -i will cause rm to prompt you about deleting each …

Member Avatar for Rahul47
0
209
Member Avatar for khushhappy

Hello, Depends on if they are Windows based or Linux based or a mix of both. And then are they physiclal or virtual servers? Physical For the Windows systems that are part of your domain you can download for free from Microsoft sysinternals tools (like psinfo.exe). They can be run …

Member Avatar for rch1231
0
159
Member Avatar for anony

Personally I would move to another provider if they chose to change my OS without my consent. Your php will work just fine provided they have PHP enabled in IIS and MySQL installed on the server you are moving to. Why anybody would move clients off of a server OS …

Member Avatar for iamthwee
0
152
Member Avatar for archie.herbias

Hello, What you need is a router instead of a hub or switch. The router will manage the conection to the WAN (internet) and give each of you a local connection (LAN) and address. With a router your internet provider will only see the one connection from the router and …

Member Avatar for archie.herbias
0
269
Member Avatar for Aadhya169

Hello, Mac OS-X is a version of Linux compiled for the MAC with additional specalized applications added. Although there are a few viruses for Linux based systems they are few and far between but you cannot say that the MAC and Linux are Virus free. They are more secure and …

Member Avatar for Anima Templi
0
180
Member Avatar for sudipta.mml

Hello, The appliation yo are looking for is called rsh or remote shell. Try ***man rsh*** from google or the command prompt for more information.

Member Avatar for rubberman
0
303
Member Avatar for siss

Hello, What you need to do is set up the nfs mount point on the server you want to connect to. A good discussion on setting this up can be found at: [http://tldp.org/HOWTO/NFS-HOWTO/server.html](http://tldp.org/HOWTO/NFS-HOWTO/server.html) or Here: http://support.coraid.com/support/cln/CLN-HOWTO/ar01s06.html

Member Avatar for CimmerianX
0
308
Member Avatar for billy.umpel

Hello, For a genereal idea of what is involved in setting a PXE boot server here is a link to the CentOS (Red Hat distro) instructions which should be pretty close to what you need. [http://wiki.centos.org/HowTos/PXE/PXE_Setup](http://wiki.centos.org/HowTos/PXE/PXE_Setup)

Member Avatar for rch1231
0
70
Member Avatar for Ronnie.Sk1ttl3s.Eke

Hello, From what I can see there is something in the data in some of the inserts that is off or a special charcter . I tried to run your sql code and remove various rows from teh fe table and it would never load. If I removed the inserts …

Member Avatar for JOSheaIV
0
253
Member Avatar for leghorn

Hello, Hope this helps. From O’Reilly Media, Inc. bash Cookbook. Test Operators The operators in Table are used with test and the [...] and [[...]] constructs. They can be logically combined with -a (“and”) and -o (“or”) and grouped with escaped parenthesis (\(...\)). Table A-9. Test operators Operator True if …

Member Avatar for leghorn
0
126
Member Avatar for coder91

Hello, Try something like this substituting your table and field names: select table.timefield, count(table.timefield) AS NumberOf FROM table GROUP BY table.timefield HAVING NumberOf > 1 This should give you only times where there is more than on row and the number of rows.

Member Avatar for rch1231
0
272
Member Avatar for sathishnadu

Hello, Your going about it the log way. Try replacing lines 14 and 15 with this: `update summ ` `set summ.val = (select sum(det.vat) from det where det.id = summ.id);` Or do you really need the temp tables. Take a look into *group by* and *sum*.

Member Avatar for rch1231
0
243
Member Avatar for davidjennings

Hello, I think you are missing the DATE_ADD and have the wrong quote marks around the field name. Try something like this from the mysql manual: SELECT something FROM tbl_name WHERE `tbl_net_centre.reg-date` <= DATE_ADD(CURDATE(),INTERVAL 3 MONTH) ;

Member Avatar for davidjennings
0
819
Member Avatar for Zevoxa

Hello, I have a couple of comments and suggestions that I hope will help you. These are mainly to get you thinking in terms of what information you need to provide for the application to work. 1. If you are planning on using this program more than once then you …

Member Avatar for Zevoxa
0
102
Member Avatar for malluce

Hello, Yes all you do is use two greater than symbols and it appends rather than overwriting. `curl -k "$FIELDLABEL" >> result.txt`

Member Avatar for rch1231
0
147
Member Avatar for lewashby

Looks like some sort of Virtual NIC. Are you on a virtual system (ESX guest) or running any virtual software on the server?

Member Avatar for tnhjennis
0
248
Member Avatar for VEL Hassan

Since you are using Linux take a look at the ***wall*** command. wall stands for write all and writes to all users connected to the server.

Member Avatar for DoRight
0
175
Member Avatar for Squidge

It depends on how old an application you are looking at. There was a database called proFile on the Tandy 16 and 6000 series computers and later for Tandy Xenix on the T2000 or T3000 (80386) Systems. It was also sold seperately as FilePro and was a Relational database that …

Member Avatar for Squidge
0
150
Member Avatar for mcogliandro

Hello, I see three things. First the -type d is looking for directories not files. Second, you don't need the asterisk on the directory Third, I normally run a test command using* ls *instead of rm to make sure the output I am getting is what I intended. `find /Volumes/Backup/ …

Member Avatar for rch1231
0
158
Member Avatar for javanoob101

You can try moving either your wireless router or the wireless antenna for your card to a higher position while leaving it in the same room. If the antenna on either is to close to the floor the high frequency signal can cause interference with its self. Moving it to …

Member Avatar for javanoob101
0
182
Member Avatar for sanushks

Hello, I am not sure about SQL on Oracle but I believe it is like the other SQL languages and in MySQL and SQL Server JOINs only work in selects. For Updates you have to open multiple tables the old fashion way like this: UPDATE PDR.PH_Family_Match_by_Chassis, PDR.domCHASSIS, PDR.domCHASSIS_MODULE, PDR.domCHASSIS_OPTION SET …

Member Avatar for rch1231
0
262
Member Avatar for natedawgwadup

Yes it is possible but you will need to check a few things. First in the Network and Sharing Center make sure that the network connection is set for Home or Office and not Public. Public Networks are not allowed to connect to shared folders on your system. Next, select …

Member Avatar for rch1231
0
132
Member Avatar for dmashaka

Did you load the drivers for the keyboard and is the correct keyboard type set in your OS configuration. If it is new and all of the other keys work then take it back to the store and exchange it.

Member Avatar for rch1231
0
46

The End.