Error in Dreamweaver on table MySQL recovery

I have MySQL relational tables. When the user wants to delete a record in a table via a Web page and that this folder has one relationship with another table, the deletion must be prohibited.

Now I get a MySQL error message, but I want to make my own message to the user on a Web page. How can I do to make this possible.

Thanks for your replies.

Out of the ' die (mysql_error ());  Can do

If (mysql_error ($Result1)) {echo 'Your string here' ;}}

Type of statement will result in the right, so the If statement runs.  If you can a string in the simplest form, the echo, or redirect to an error page or anything right here.  The Die command finishes any processing on the page with the error.  It is bad practice to enter, unless you are in a debugging environment, whereby the comamnd Die is useful to stop the execution of other things.

But as I said in my previous answer, simply this does not resolve the issue.  There could be several reasons why remove it is not moved.  If you have dependencies, I can assume that you are using InnoDB tables with things like foreign keys.  Knowing how InnoDB works the deletion may fail because the row is locked or because there is a dependency of key.  This should be your next step in the process to understand how an end user will be a workaround.

Tags: Dreamweaver

Similar Questions

  • Error Warning: mysql_pconnect() [function. MySQL-pconnect]: access denied

    Hi all

    I am creating a website in Adobe Dreamweaver CS6. I am trying to add a page with a membership form that fields of entries in a database.

    I have set up a local test server (using xampp) that worked. That is to say the form accepts the data and passes through to the database.

    However, when I put the form and files to the remote server and try to access the page of form input (www.friendsofchopin.org.au/mem_form.php), I get the following error:

    Warning : mysql_pconnect() [Function.MySQL - pconnect]: access denied for user 'chopinau_admin'@'localhost' (using password: YES) in /home/chopinau/public_html/Connections/memconn.php on line 9

    Fatal error: access denied for user 'chopinau_admin'@'localhost' (using password: YES) in /home/chopinau/public_html/Connections/memconn.php on line 9

    memconn.php script is the following:

    <? PHP

    # FileName = "Connection_php_mysql.htm"

    # Type = 'MYSQL '.

    # HTTP = 'true '.

    $hostname_memconn = "localhost";

    $database_memconn = "chopinau_membership";

    $username_memconn = "chopinau_admin";

    $password_memconn = "xxxxxxxxxxxx";

    $memconn = mysql_pconnect ($hostname_memconn, $username_memconn, $password_memconn) or trigger_error (mysql_error (), E_USER_ERROR);

    ? >


    Grateful for any help in changing the code (total nube), also have a doc with screenshots and details of what I do in Dreamweaver and in my cPanel.

    See you soon,.

    Ben

    DonaldConnan wrote:

    Hi Preran

    I have the same problem. It works fine when I use it on my test in Dreamveawer CC (preview/debug in browser) machine, but as soon as I test it on the Web server, it gives the error. I use the same host, user and password.

    Concerning

    Donald

    Your remote connection may be different from your local connection.

    Did you check with your host that what connection you should use?

    'localhost' in the connection string might be just your domain name - "yourdomain.com".

    $connect=mysql_pconnect("localhost","root","password")or die("error in user");

  • Can't access iscsi with ' error in the evaluation table display iscsilist IndexSizeError:

    I have been using my readyNAS years and today, after having extended a target (in volume), I can't access the Volumes-> iSCSI tab anymore.

    SOS!

    I really need.

    The error I get in FF:

    "Error in the evaluation table display iscsilist IndexSizeError: Index or size is negative or greater than the quantity allowed.

    It's a bit different in Chrome, but it won't let me copy it.

    Error in the evaluation table display iscsilist IndexSizeError: cannot set property 'maxLength' on "HTMLInputElement": the provided value is (-1) is negative.

    Any suggestions please?

    Thank you!

    It was super useful:

    https://community.NETGEAR.com/T5/using-your-ReadyNAS/ReadyNAS-2100-error-encountered-uploading-updat...

    I downloaded the update of intermediate as a file and updated firmware to update.

    And now I can access the iscsi again tab.

    MDGM, thanks a lot!

    I'm a happier person now!

  • Error when starting Windows Vista and recovery system, 0xc00000f

    When I restarted my laptop, Windows Error Recovery appeared.

    None of these options (for example, Safe Mode) worked to solve the problem.

    The next page (Windows Boot Manager) appeared subsequently.

    Message from windows:

    Windows could not start. A recent hardware or software change might be the cause.

    File: \Windows|system32\config\system

    Status: 0xc00000f

    Info: Windows could not load because the system registry file is missing or corrupt.

    I tried to recover my windows using Recovery DVD of ASUS N2034 V1.0 15G3560310C0, but facing the error in the middle of the recovery process. I chose Windows recovery on partition 1 of the HD, because I don't want to lose my data in another partition. Message from Windows:

    Cannot open the WIM file

    Big red error message

    Hello

    1. who is the manufacturer of your computer?

    2 were there any hardware or software changes made on the computer before this problem?

    Try to start the computer in recovery options and then make a form of system restore it and check if it helps:
    http://Windows.Microsoft.com/en-us/Windows-Vista/what-are-the-system-recovery-options-in-Windows-Vista

    Need to do a fresh install, it would be useful to know what was last removed or installed before this started.

    It will be useful.

  • I get error code 0e01b5-26-00037200 creating recovery disc

    Original title: what is the 0e01b5-26-00037200 error code

    By making the recovery disc received this error code 0e01b5-26-00037200.

    If you have problems with the process of recovery of the manufacturers make recovery disks or their use at a later stage, contact the manufacturer

    It's their recovery process not microsofts

  • ERROR / T_ITEMS in the TABLE is changing, function of triggering/can not see ORA-06512... ?

    Hi all

    I CREATED THE TRIGGER TO CHECK NOM_ELEMENT BEFORE UPDATE ON THE T_ITEMS TABLE IF AN ANOTHER NOM_ELEMENT LIKE NOM_ELEMENT CURRENT OR NOT, IF AS AN ANOTHER NOM_ELEMENT DON'T SAVE UPDATED CURRENT NOM_ELEMENT.

    MY NO IS:

    1 - I CREATED the FUNCTION CALL CH_UNIQUE_ITEM_NAME

    CREATE OR REPLACE FUNCTION CH_UNIQUE_ITEM_NAME
    (NUMBER OF P_ID, P_ITEM_NAME IN VARCHAR2)
    RETURN NUMBER
    AS
    NUMBER OF X_COUNT;
    -FUNCTION "CH_UNIQUE_ITEM_NAME" TO CHECK NOM_ELEMENT LIKE OTHER NOM_ELEMENT OR NOT.
    BEGIN
    SELECT COUNT (ITEM_NAME)
    IN X_COUNT
    OF T_ITEMS
    WHERE ID! P_ID =
    AND UPPER (ITEM_NAME) AS UPPER (P_ITEM_NAME);
    RETURN X_COUNT;
    END CH_UNIQUE_ITEM_NAME;

    2. I CREATED TRIGGER CALL TRG_CH_UNIQUE_T_ITEMS

    CREATE OR REPLACE 'TRG_CH_UNIQUE_T_ITEMS' before FIRING
    UPDATE
    ON T_ITEMS FOR EACH LINE
    DECLARE
    NUMBER OF X_CHECK;
    BEGIN
    SELECT CH_UNIQUE_ITEM_NAME (: OLD.ID,: NEW.) NOM_ELEMENT) IN DOUBLE X_CHECK;
    IF (: NEW.) NOM_ELEMENT DISLIKES: OLD. Nom_element AND X_CHECK > 0)
    THEN RAISE_APPLICATION_ERROR (-20007, "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX");
    END IF;
    END;

    NOW WHEN I UPDATE ANY ITEMS FOUND ERROR "ERROR / T_ITEMS in the TABLE is changing, function of triggering/can not see ORA-06512.

    Form on T_ITEMS22222.png

    Please help me TO RESOLVE THIS ERROR. I TIRED TO SOLVE...

    Thank you

    You don't realize that you have just set a UNIQUE INDEX of several columns?

    create unique index index_name_uq on table_name( user#, upper(item_name) );
    

    In addition, a GUI Design point, (using the terms of the APEX) that you want to validate the data before submit you.

    (use a Page-level Validation)

    MK

  • I have an older Mac that I just installed El Capitan on. When I try to run CS4, I get a license error. Error 150:30. I downloaded recovery license 11.6.1 and it fell in my terminal. It asks for my admin password, but allow me to type.

    I have an older Mac that I just installed El Capitan on. When I try to run CS4, I get a license error. Error 150:30. I downloaded recovery license 11.6.1 and it fell in my terminal. It asks for my admin password, but allow me to type.

    Error 150:30 fix https://helpx.adobe.com/x-productkb/global/error-licensing-stopped-mac-os.html license is the only link I have, but waiting for CS4 on El Capitan may sound unrealistic

  • FND_REQUEST. SUBMIT_REQUEST stores error messages in which table

    Hi all

    FND_REQUEST. SUBMIT_REQUEST returns the value ZERO means there's an error by calling the concurrent request and request is not submitted.

    I want to know the error exact message triggered. How can I can see the error message.

    Don't FND_REQUEST. SUBMIT_REQUEST stores error messages in any table? If Yes, who is the table she uses to store errors?

    Thank you

    Nanga

    Each simultaneous program has a log file and they can be found on the server under $APPLCSF / $APPLLOG directory.

    You will have to perhaps enable trace and debug capture details on this CP.

    Thank you

    Hussein

  • Translator during the opening of an error in Dreamweaver CS4 page

    Hi all

    Whenever text software, with my saved pages when opening, I have a small dialogue window that opens shows that the translator could not be loaded due to a php error, and this pay each page as text. (See image)Capturer.JPG

    You have information to give me pour fix this error that comes from I don't know where?

    Thanks to all of you pour info you could give me.

    Kind regards.

    Vitoutso

    This can help JavaScript errors troubleshoot | Dreamweaver CS4, CS5, CS6, CS5.5

  • Error JavaScript prevents the table of contents, Index, search view

    I produced my RoboHelp HTML project webhelp and got an error javascript (this.maCom [...] (' is null or not an object) when you view the result. See the full error text below. So the table of contents, index and search are not displayed. We'll find the javascript error in the status bar of the browser that says "error on page". I found that if I saw the result of robohelp, the browser that launched shows the table of contents, index and search, but has a security warning about a restriction of running scripts or ActiveX controls. However, when I move the generated webhelp on my production server, the help doesn't have the security warning, but produces the error so that the table of contents, index and search do not show. I had done the same process to generate webhelp about 8 months ago but had no error whatsoever. In fact, this version is still in production and works very well.

    In my search for the problem, I found that it is the same error as message of the forum 4063663 (http://forums.adobe.com/message/4063663). I didn't have a second system with RoboHelp to be able to get other whphost.js, however, I have diff had the file generated with that found in template_stock and found only two different lines. These differences were only to replace a couple of variables with static text so I do not replace this file will solve any problem for me. That is the message of only forum I could find who addressed this issue.

    I was originally on RoboHelp 8.0.0 when I first encountered the problem, but has expanded and patched to version 8.0.2 and still had the same problem. I even created a new simple project. Once I moved the simple project on the production server, it also would display the table of contents, index and search.

    The strange thing is that only 8 months ago, I used the same process to generate webhelp without any errors (on 8.0.0). The only thing I can find is there is a Windows XP patch which affected the generation of webhelp. Furthermore, I also tried chrome and also produces the error.

    I don't know what is causing this problem or how to solve the problem. Anyone have any ideas?

    Versions:
    RoboHelp 8.0.2
    Windows XP
    IE 8.0.6001.18702CO
    Chrome 18.0.1025.168 m


    JavaScript error
    -------------------------
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0 .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729;. MS - RTC LM 8; InfoPath.2;. NET4.0C;. NET4.0E)
    Timestamp: Sun, may 2, 2012 16:32 UTC


    Message: Object EXPECTED
    Online: 344
    Char: 2
    Code: 0
    URI: http://server1/robohelp/whphost.js


    Message: 'this.maCom...' is null or not an object
    Online: 171
    Char: 3
    Code: 0
    URI: http://server1/robohelp/whphost.js
    --------------------------

    After further research and testing, I found the update of security for RoboHelp 8 and 9 (http://www.adobe.com/support/security/bulletins/apsb11-23.html) posted as an ad that I had not seen before. I used the feature updates of the product, but that said I was informed and did not include this update.

    Both javascript in this update files solve the problem. The table of contents, index and search now appear.

    Update:
    As I studied the problem further (when writing this reply), I found files that are newer than the latest security patches, I was aware of that. In addition, I discovered that my security organization decided to patch with APSB12-04 I don't know. This patch is why my 8.0.0 installation magically stop working. I see the announcement of the security, the bulletin was not all the required components for specific, that the patch can be applied to 8.0.1 and 8.0.2). (8.0.0, Adobe, please give more information on the ballots of so that organizations that deploy auto will be forced to find out what is running before the update. Information such as whether they apply to all versions of Robohelp 8 or simply a specific version. If APSB12-04 was supposed to apply to all versions of 8, then it did not work. In fact, he broke my installation of 8.0.0 for the generation of webhelp, but a later installation of 8.0.1 and 8.0.2. It seems that they have done a better job for APSB11-23. Maybe the security updates should be a kind of service pack that has a plant and a cancellation process. Right now, my security organization has replaced the files based on the specification in the security bulletin.

    I'll try to patch with APSB12-04 new since I've updated version 8.0.2 database to see if I still have the webhelp. If I can't view the table of contents, I have to take off once more and be 'in non-compliance."

  • SQLError: ' #3115 error: SQL Error.', details:' no table of this type: "contact", operation: 'running', detail "

    Hello
    Simply create database SQLite Database Browser 2.0 B1 after creating the database, when I tried to connect in flash cs4 - with air 1.1 his error show me

    SQLError: ' error #3115: SQL Error.', details:' no table of this type: "contact", operation: 'run', detailID: "2013" I tried to find anywhere but does not have the solution to this "

    my code is here

    import flash.filesystem.File;
    flash.data import. *;
    import flash.data.SQLConnection;
    import flash.data.SQLStatement;
    import flash.data.SQLConnection;

    var dbFile:File is File.applicationStorageDirectory.resol vePath ("mydb.db");.
    var sqlConn:SQLConnection = new SqlConnection ();
    var sqlState:SQLStatement = new SQLStatement();
    sqlConn.open (dbFile);
    sqlState.sqlConnection = sqlConn;
    trace (status sqlConn.connected + "current"); his show 'true' here
    sqlState.text = "SELECT name FROM contact."
    sqlState.execute ();
    var resultArray:Array = sqlState.getResult () .data;

    Thanks in advance

    Hello

    I create my Adobe Air App using Flash Professional CS5 and faced with exactly the same error.

    SQLError: ' #3115 error: SQL Error. ", details:' no table of this type:"categories", operation: 'run', detailID:"2013"

    My SQLite Db was created using Firefox SQLite Manager - extension. The db file is placed in the same folder as the .fla and .swf files. The db has three tables namely: duration and activity categories. I don't understand why I get this error. I even tried to copy paste any other source code of the AS 3.0 but same error reference guide each time.

    The code below is a modified version of the code example in the documentation for reference AS 3.0. Can you suggest how the error above can be fixed?

    / You can also respond to me directly at [email protected]

    /regards

    import flash.data.SQLConnection;

    import flash.data.SQLResult;

    import flash.data.SQLStatement;

    import flash.display.Sprite;

    import flash.events.SQLErrorEvent;

    import flash.events.SQLEvent;

    import flash.filesystem.File;

    var conn: SQLConnection;

    var insertCategory:SQLStatement;

    var dbFile:File;

    //*************************************

    databaseConnect();

    //*************************************

    function databaseConnect (): void

    {

    define where the database file is located

    var appStorage:File = File.applicationStorageDirectory;

    dbFile = appStorage.resolvePath ("MyBudgetCalc.db");

    Open the database connection

    Conn = new SqlConnection ();

    conn.addEventListener (SQLErrorEvent.ERROR, errorHandler);

    conn.addEventListener (SQLEvent.OPEN, openHandler);

    trace ("dbFile.exists:" + dbFile.exists);

    conn.openAsync (dbFile);

    }

    Called when the database is connected

    function openHandler(event:SQLEvent):void

    {

    conn.removeEventListener (SQLEvent.OPEN, openHandler);

    starts a transaction

    Object (this).inputfield.text = "openHandler called..";

    conn.addEventListener (beginHandler, SQLEvent.BEGIN);

    Conn.Begin ();

    trace ("openHandler sweetness...");

    }

    Called when the transaction begins

    function beginHandler(event:SQLEvent):void

    {

    conn.removeEventListener (beginHandler, SQLEvent.BEGIN);

    trace ("beginHandler - SQLEvent message:" + SQLEvent.message);

    Object (this).inputfield.text = "called beginHandler..";

    insertCategory = new SQLStatement();

    insertCategory.sqlConnection = conn;

    insertCategory.text = "INSERT INTO categories (id, name) VALUES (', Auto')";

    insertCategory.execute ();

    insertCategory.addEventListener (SQLEvent.RESULT, insertCategoryHandler);

    insertCategory.addEventListener (SQLErrorEvent.ERROR, errorHandler);

    trace ("sweetness beginHandler..");

    }

    Called after the record of phone number is inserted

    function insertCategoryHandler(event:SQLEvent):void

    {

    insertCategory.removeEventListener (SQLEvent.RESULT, insertCategoryHandler);

    insertCategory.removeEventListener (SQLErrorEvent.ERROR, errorHandler);

    No errors so far, so commit the transaction

    conn.addEventListener (SQLEvent.COMMIT, commitHandler);

    Conn.Commit ();

    trace ("outgoing insertCategoryHandler after conn.commit ()...");

    }

    Called after the transaction validation

    function commitHandler(event:SQLEvent):void

    {

    conn.removeEventListener (SQLEvent.COMMIT, commitHandler);

    trace ("commitHandler() output: all Transaction...");

    }

    Called whenever an error occurs

    function errorHandler(event:SQLErrorEvent):void

    {

    trace ("seizure of errorHandler ()..");

    If a transaction goes, roll back

    If (conn.inTransaction)

    {

    conn.addEventListener (SQLEvent.ROLLBACK, rollbackHandler);

    Conn.Rollback ();

    }

    trace (Event.Error.message);

    trace (Event.Error.Details);

    trace ("sweetness errorHandler()..");

    }

    Called when the transaction is rolled back

    function rollbackHandler(event:SQLEvent):void

    {

    conn.removeEventListener (SQLEvent.ROLLBACK, rollbackHandler);

    }

  • Inserting in a Table MYSQL Via Air/PHP unauthorized =?

    I have a problem inserting data in my mysql database tables through my air application. All the code is pretty much exactly the same as in some examples I've seen, but it will not simply do it. Is it because of some kind of restriction of security because the air application is on my computer and the server with my database mysql on elsehwhere? Or is it possible to insert data via an air application?

    Here is the example that I follow:-

    http://livedocs.Adobe.com/Flex/3/HTML/Help.HTML?content=data_access_2.html

    jimmyoneshot wrote:

    Thanks for the replies boys. I decided I'll change in a flex app rather then it would be any problems. It just means I'll have to add a login system.

    While were on the subject you guys happen to know of examples anywhere of how someone can DELETE data in a table sql via flex/php?

    I'm looking for is essentially when a user uses my application and between info in some text entries, if this specfic info exists in a table so that the data will be deleted from the table. The way this works is that they will choose an element in a tilelist populated by the data in this table mysql and this will insert the data from the selected item in the text entries and then they click a Remove button to remove this element. Cannot find anything similar anywhere well.

    You will need to use a common identifier, for example:

    give each line of your database of ID.

    then pass this value to ID the press of button to a PHP script, that something like:

    $deleteID = $_POST["delID"];
    
    mysql_query("DELETE FROM exampleTable WHERE ID='$deleteID
    '");
    

    maybe check if a line with this ID exists primarily for verification, then go back a value that indicates whether the deletion was successful or not.

    You can delete on other values, but remember they must be unique in the database, otherwise you run the risk of clear multiple values.

    Or you could delete on a compound key, based on the data that you store in the grid.

  • Why Dreamweaver cc have mySQL with the behavior of server errors when inserting records

    I'm busy trying to follow a YouTube tutorial on creating a Dreamweaver CC registration/login in site.

    I use my localhost as the server for testing. Everything is connected and works fine.

    But when I check my registration page (which has all the form fields in there and linked to my database) in my browser it shows errors on mySQL and MySQLi

    the form works again when I fill it. All data load still in my database.

    I don't know much about coding which is why I use Dreamweaver as it does for me automatically.

    Can someone help me please?screenshot1.jpg

    Because DW login scripts are extremely outdated and are abandoned in the new versions of PHP.

    Adobe has actually decreased the scripts of the program completely, partially because of this problem. You will need to update to mySQLi or PDO, that can be done with an extension fee of DMXZone or created manually.

    As far as I saw, Adobe didn't update/reintroduced modern login scripts in DW.

  • Having a problem with the addition of dynamic table in Dreamweaver CS6 with MySQL

    Hello, I am new get here. So my question is this:

    I have sccesfully has created a MySQL user table and a register and Login Page and the Page count of the user can update his information etc etc. But my problem is this, I created another table in MySQL, which the user can add his cars (brand, model and year of manufacture) and I've linked this table to the table user with a foreign key using user name as primary key for table use and as a foreign key to the table of cars. My question is how to display the data for each user so that each user will be able to see its records in this table. Every help is appreciated.

    Thank you for your time and help!

    I think it works, simply change to the highlighted

    $colname_CarUsers = "-1";

    If (isset($_SESSION['MM_Username'])) {}

    $colname_CarUsers = [["" UserID""]]; $row_User

    }

    @mysql_select_db ($database_MyCOnnection, $MyCOnnection);

    $query_CarUsers = sprintf ("" SELECT * FROM cars WHERE UserID = %s ORDER BY ASC CarBrand ", GetSQLValueString ($colname_CarUsers,"int")");

    $query_limit_CarUsers = sprintf ("%s LIMIT %d, %d", $query_CarUsers, $startRow_CarUsers, $maxRows_CarUsers);

    $CarUsers = mysql_query ($query_limit_CarUsers, $MyCOnnection) or die (mysql_error ());

    $row_CarUsers = mysql_fetch_assoc ($CarUsers);

  • Ranking of average values of a table MySQL in PHP (Dreamweaver code)

    Hi all

    I have a table with different entries in this document, including a bunch of columns in which people note criteria, on a basis of 1 to 10.

    As a brief example, I could be a part of the table that looks like this:

    Implementation Setting_Rating Product_Quality Customer_Service_Rating Speed_Rating
    Dining Room 15897
    Joes coffee8568
    Moe's Tavern3675
    Big Ben3548
    Mamas House98103
    Fast foodies7429

    What I want to do is to put some tests on my site. The three main functions, I would like to present are:

    "The region is the highest average rating"Customer_Service_Rating"". "

    "At least the top sides (scores from) institutions are:"

    «1: mamas house' "»

    "" 2: big Bens".

    ' 3: dining room 1.

    "The average rating of the Foodies fast is"5"" "

    ... etc, etc, etc.

    Taking these examples as my starting point - how in the world I get this?

    It is difficult to make statistical analyses on several columns. You would do this by using a combination of SQL and programming of the procedure.

    But you can try to create a VIEW that would consist of a UNION that would turn your columns in lines. Something like:

    SELECT the implementation, Setting_Rating, "Setting rating" from myTable

    UNION

    SELECT the implementation, Product_Quality, 'Product quality' from myTable

    UNION

    SELECT the implementation, Customer_Service_Rating, "Note Customer Service" from myTable

    UNION

    SELECT creation, Speed_Rating, 'Speed of note' from MyTable.

    Then you can do your analysis on the VIEW by using the standard SQL aggregates operators (MAX, AVG, etc.) and the Group By clause.

    > and that the table in question has already had a lot of data

    It would be a simple matter to transfer its current form data in the format that I have proposed. However, he would have to rework the front end, so it will take some time for you. Try to create the VIEW I suggested.

Maybe you are looking for

  • iOS 10

    After installing iOS 10 in tune with my ipad, fonts in gmail is very small, so it's really hard for me to read because I am over 50 years old.  The font size does not change even after that I have grow in settings. Help, please.  Thank you.

  • "Photo library" transfer off old 4th gen iPod Touch with 6.1.6

    Hello!  Here's a blast from the past.  I just turned on an old iPod Touch I found that has a lot of pictures on this topic.  It is a 4th Gen, 64 GB iPod Touch Works 6.1.6.  I would like to copy photos off, but here's the rub: more precisely the "phot

  • How to activate the sound in Adobe Flash plugin on Linux?

    I installed the plugin repo yum of Adobe Flash, but there is no sound. When I look in the online settings manager, there is no control to set the audio output device. On my system, there are several sound devices, only works for playback - hw:1, 0 to

  • Size of the program in XP'ss Add/Remove Programs too much for Agere Systems HDA Modem - 6.4 GB!

    Add/Remove program on HP515 XP sp3 laptop reported the size of the Agere Systems HDA Modem as being program3,582.00 MB (3.5 GB) you want to assume this is a mistake, because the driver was last updated was 2006 and Agere was acquired by LSI. However

  • Cannot print to HP Officejet 4500 wireless

    I have a HP Officejet 4500 wireless printer I have ever managed to get print wireless. It connects to my wireless very well, but when I install the device driver and go through the steps of setting up on my computer it always stops with this message: