Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7172289
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T15:35:11+00:00 2026-05-28T15:35:11+00:00

80765 | localhost | Query | 135 | Locked | UPDATE pligg_links set link_summary=”,

  • 0
80765 | localhost | Query | 135 | Locked | UPDATE pligg_links set link_summary='', link_title_url='-165999', link_url='OMIT' |

| 80781 | localhost | Query | 143 | Sending data | SELECT * FROM pligg_links

| 80861 | localhost | Query | 135 | Locked | SELECT link_id, link_category, link_title, link_title_url, COUNT(tag_link_id) AS relevance, tag_link |

| 80872 | localhost | Query | 134 | Locked | SELECT count(*) from pligg_links where link_status = "queued" |

This last one goes on & on… same process it seems. Pligg’s support is pretty sparse and I’ve been trying to solve these issues for days.

Would anyone know an edit I can make either within PHPMyAdmin, a php file or inside Pligg to cut this out?

Secret ninja password: SHOW CREATE TABLE pligg_links\G

Thank you!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T15:35:11+00:00Added an answer on May 28, 2026 at 3:35 pm

    Change the table engine to InnoDB (phpMyAdmin can help you do this), as this lets you use row-level locking.

    On top of that, run this immediately after mysql_connect():

    mysql_query( "SET SESSION TRANSACTION ISOLATION LEVEL READ UNCOMMITTED");
    

    That mouthful will allow SELECT queries to run even if an UPDATE is running, by reading the rows before they get updated if they have to. In most cases, this is fine – it’s only if you’re dealing with majorly important issues like ones that involve money that you need to be careful.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an array that's made up of data returned by a SQL query:
I'm having trouble optimizing this query: SELECT a.id FROM a JOIN b ON a.id=b.id
My program needs to listen incoming socket connections (lets agree on port 8765), but
Routing make me crazy thees days :( I have two areas: CityPage and Job
I need a regex (to be used in .htaccess) with the following attributes, capturing
Is it possible to have multiple sockets, which can either by TCP or UDP
In Java, I want to round up to the closest integer value eliminating the
I'm trying to write a simple script around Lame to customize the program for
I am been having trouble counting the number of objects in this array in
I have a list of objects like this: ArrayList<Phone> list = new ArrayList(); list.add(new

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.