• Member Avatar for rch1231
    rch1231

    Replied To a Post in output of Insert statement(Problem2)

    To tell you more I would have to see a copy of the definition of the students table (i.e. field list) but basically the system is telling you it does …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Know user accessed menus

    You can also take a look at the web server access logs and based on the Ip they connected with find the pages they went to.
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in firefox downloads failing

    Have you tried clearing the cache. Firefox as options for limits on the amount space you use to store downloaded files. Your cache may be full or you may have …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Gaining Experience via software

    Virtual machines is a good idea as Rubberman said but you can also look at GNS3 which is a network simulator. It allows you to setup virtual routers and switches.
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Cannot modify header information

    The problem you face is that you are trying to use the PHP header function, header(), but there can be absolutely no HTML output before this function is declared. I …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Is there any Remote Desktop relay/proxy software for Linux?

    There are ways to use the Linux server to tunnel the port request through to the Windows server but they would have to connect and authenticate to the Linux system …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Linux ubuntu ssh command

    Hello, What you really need it to also have all of the paths and other variables that would be set if you were root. If you add a dash (-) …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in I first want to print all result of query1 than I want to print all result

    Hello, I am guessing that you left the semicolons in place when you ran the union.... This should work: (SELECT DISTINCT a.[rank], b.Description FROM CONTAINSTABLE(myTable, *, '"ra*'") AS a INNER …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in MS SQL need help finding subtotal with price and sales tax

    Hello, Ok first thing is stop using `"SELECT * " ` when you don't need every field from the table and second what you can do is simply multiply the …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Migrating wordpress site from localhost to live server(duplicator plugin)

    Looks like you are running Plesk. Have you checked on their site for how to give php permission to write to a directory? Since you are on a windows server …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Migrating wordpress site from localhost to live server(duplicator plugin)

    Hello, Your problem is actually listed in the top of the error message page that you included. You are getting FAIL when it checks to see if the directory is …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Divine Whether a Number is An Integer or Not

    Here is some code from The Perl Cookbook from O'Reilly & Associates, which is where I get the best examples for Perl coding: You must decide what you will and …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Problem with windows

    Hello, If it was me I would try the following to see if it could correct the issues:: 1) Boot is safe mode with command prompt and run sfc /scannow …
  • Member Avatar for rch1231
    rch1231

    Created System tracking - theft protection software

    I was stumbling trough the inter net the other day when I came across a company offering Free (3 systems or less) software to help find your Laptop, Tablet, phone, …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Error from visual studio

    Hello, Not sure what you are attempting to do but the two selects that are trying to use UNION are defiantly wrong. UNION is used to put to sets of …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in import logging error

    Hello, Your going to have to find out what application is using the file. Not as hard as it sounds. Open Task Manager and then go to the tab labled …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Program to combine information from two columns of an Excel spreadsheet

    Hello, I can probably help you with this but there is notsheet attached to the post that I can see. try posting a snapshot of the sheet or copy and …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Which is the best live chat software for websites?

    Hello, In order to be able to recommend something we could use a little more information. For instance what type of server is hosting your web site (Linux or Windows …
  • Member Avatar for rch1231
    rch1231

    Gave Reputation to cereal in problem with inserting data into the database

    It happens because you're missing the quote for the previous values, this: ('60', 'Ng\'wagindu), should be: ('60', 'Ng\'wagindu'),
  • Member Avatar for rch1231
    rch1231

    Gave Reputation to rubberman in XP Home Edition SP3 Printer Spooler won't start

    Go to the Services page in the Control Panel and see if the spooler is listed there. If it is running then try to restart it. If not running, then …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in get same column name from different table

    Hello, You did not really say what the issue was but if you want to get distinct values of function_name from the union you included you could use something like …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in NAS to Cloud GUI ?

    Hello, You have several options provided your router allows for a DMZ host or something along those lines. If you point the DMZ host to your NAS you could access …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in A little error needed help!!

    He is right so try something like this: double fahrenheit = ((9 * celsius) / 5 ) + 32; or double fahrenheit = ( 1.8 * celsius ) + 32;
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Looking for suggestions on client / server development

    Hello, Your headed in the right direction thinking client/server. In order to give you a realistic answer we really need a little more information about what the application is supposed …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in NAS to Cloud GUI ?

    Hello, In order to answer your question we need a little more information. Are you referring to NAS storage that is connected to a web server (you mentioned CPanel) that …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Mr

    You need to share the folder that the file is in so that the folder is accessable from other computers. If you only want to share the one file then …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Great Find ads on webs

    Two things I can think of are: Get MalwareBytes (make sure it is their site) which has a free malware scan tool that works great. [http://www.malwarebytes.org](http://www.malwarebytes.org) Second bring Windows up …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Can 192.168.0.4/24 and 192.168.0.4/28 be on the same network?

    No. Will not work. It does not matter what subnet they are on, having the same IP would cause a conflict in the LAN's ARP table which says which MAC …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Warning: mysql_fetch_array():

    You are setting id="" which means that no value is supplied for the query. It is like running this: `SELECT no_internals FROM department where id =` You need to either …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in boot fail in dell 3138

    Hello, Your problem is the UEFI boot setting. From the Dell support site: 1. Enter system setup. <F2> during boot up. 2. Use the arrow keys to highlight Boot menu …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in for loop not working with expect

    Hello, Seen this many times before and used to drive me crazy, the ls command is aliased to ls --color and the escape codes are showing up as part of …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in [Microsoft Excel '07] Count number of values in a sum expression

    Not that I have ever seen. If the values were in different cells then you can find out how many cells had values. The only way I can think of …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Filter HTML Tags via bash/shell script

    Hello, You could do this with bash by pulling the lines you wanted with grep and then parsing them with awk instead of sed. For example : `grep "http://www.gradle.org" index.html …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in rsync from a script not working right

    Hello, I think that you will find that the problem is due to the SD Card having a FAT filesystem and not a Linux file system. FAT doesn't track modification …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in grep does not work as expected

    Hello, You havean extra b in your grep. try this: `grep -v "0.0.0.0" | grep -vw "DLBytes:0" | grep -vw "ULBytes:0"`
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in chown not working

    Hello There is nothing wrong with chown. The file listing you provided only lists links to the actual files which appear to be stored in ../Movies-Secure. the l at the …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in file/folder upload permissions error

    Hello, This is going to be due to the settings in Apache that CPanel sets up. Is your new server running CPanel also if not it gets trickier. If it …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Summing values from two tables and summing them separately

    Hello, If I understand correctly you have two tables. One contains data for 2014 and the other contains data from 2015. What you want is to print a report that …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Which solution FTP server or private cloud solution

    Hello, You could set them up with something like GoogleDocs and they have a good interface but you always take a chance with data stored out on the cloud. You …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in NFS and permissions

    Hello, The ext4 permissions must be in place for read write before you attempt to access a directory via nfs. If you can't mount the ext4 partition as read-write then …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in [phpmyadmin basic] using search, cant press Back button

    I noticed a couple of things. You did not select any fields to search in, and you did not use the wildcard with your search. Have you tried clicking the …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Temperature Converter CGI assistance

    Hello, Your running the calculation after you print the output. You need to do the calculation then call the print routine. In the perl script swap lines 14 and 15 …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Select Insert problem

    Hello, Well I am not well versed in Oracle but I was able to find a page with several options for Oracle: [http://stackoverflow.com/questions/9332360/oracle-equivalent-to-mysql-insert-ignore](http://stackoverflow.com/questions/9332360/oracle-equivalent-to-mysql-insert-ignore)
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in can someone help me with my pig latin converter?

    Hello, You would need to build a special test for consonant pairs (ch,gl,gh,fl sh,th,st,sp kn,sn,sl,pl,wh, and any others you can think of...) like you did for the vowels. You will …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Image gallery using php and mysql

    Look into gallery3. It is a free application written using php and mysql which will do everything you are wanting and more. [http://galleryproject.org/](http://galleryproject.org/)
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in upgrade software on HP printer

    Hello, What you will need to do is to setup the wireless network in the printer setup. Here is a link to the HP supprt document that covers the printer: …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Printer driver for windows 98

    Hello, Pretty sure that they still do this but when Windows 3.1 was still supported and Windows 95 and 98 were new, HP always included in their initial printer codes …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in convert this code into my sql compatible code

    I see two problems with the sql that would need to be changed for mysql: 1 replace number wth int and replace varchar2 with varchar 2 You have the create …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in How can I use DOSBox?

    DOSBox emulates an Intel x86 PC, complete with sound, graphics, mouse, joystick, modem, etc., necessary for running many old MS-DOS games and programs that simply cannot be run on modern …
  • Member Avatar for rch1231
    rch1231

    Replied To a Post in Problem Running sfc /scannow.

    Hello, When you go to start the command prompt right click on CMD.EXE and select Run As Administrator. You should then have thr correct permissions and path to run sfc

The End.