tcwaters
Forum Replies Created
-
Forum: Plugins
In reply to: [Social] not working with WP 4.0I am having the same trouble as many others are as well it seems.
Forum: Plugins
In reply to: [Social] Unable to connect with facebook accountI am experiencing an error with Facebook as well. Also Twitter. Last week, it appeared that Twitter was working, but now it isn’t. Issue seems to come and go. VERY frustrating.
Forum: Plugins
In reply to: [Social] Can't add Twitter accountsFor me, the issue was surrounding the Facebook “Connect with Pages Support” checkbox. The account was there, but not the pages. I deleted the FB account with the plan to re-add it, and then got the same as everyone else here.
I’ll try this fix when I’m in the office and have easier FTP access to the server and files.
For me, the next/previous month views work in other browsers, just not Safari.
The problem was resolved by retrieving the value for “option_name” =”table press_tables from the wp_options table, from a back up. It contained the correct array of all the table press tables.
The problem has been resolved.Thanks for your help in general, but also a BIG THANKS for the way you explained things and answered my questions.
Sometimes plugin developers answer questions, but their answers aren’t very easy for someone new to MySQL or the backend of WP, to understand. Your answers were the perfect mix of the requested information and enough explanation to enable me to learn AND fix the problem.
Sincerely,
Thomas WatersYes, this makes sense to me. I have requested the entry from the SQL back up. I have also looked at recreating the array. There are only 12 tables, so it may not be too difficult to recreate the array.
THX for your help and I’ll report back on the progress.
Can you find out if there’s an entry “tablepress_tables” in the “wp_options” table?
Yes, there is however, I did create a new table to test if a table could be added. so not sure how that affects things, but here is what is in it.
{“last_id”:2,”table_post”:{“1″:801,”2”:389}}
Am I correct, that this field should hold an array (??) of each of the table numbers and the rows that are associated with each one?
Added note:
When I say the data is in the database, I mean that there are rows with the custom type “table press_table” and if I look at the post_content for those rows, it appears to be the correct data,[[“Course Number”,”Course Title”,”Course Credits”],[“Fall Semester”,””,””],[“PHARM 3040″,”Statistics”,”3″],[“PHARM 3024″,”Pharmaceutical Sciences Seminar”,”1″],[“PHARM 3028″,”Pharmacology and Therapeutics”,”5″],[“Journal Club”,”1″,””],[“PHARM 3042″,”Research Practicum”,”41280″],[“Optional Electives”,”41278″,””],[“Spring Semester”,””,””],[“PHARM 3040″,”Pharmaceutical Analysis”,”3″],[“PHARM 3023″,”Foundations in Pharmaceutical Sciences”,”5″],[“PHARM 3024″,”Pharmaceutical Sciences Seminar”,”1″],[“Journal Club”,”1″,””],[“PHARM 3042″,”Research Practicum”,”41279″],[“Optional Electives”,”41278″,””],[“Summer Semester”,””,””],[“PHARM 3042″,”Research Practicum”,”41345″],[“Optional Electives”,”41283″,””]]
However, I don’t see anything anywhere that identifies these rows as what is missing on the pages, i.e [table “9” not found /] There is nothing in these rows that link the content to a TablePress table number?
Tobias,
I can locate the data in the wp_posts table. The data is all in there, however, it is not being displayed. Here are examples:
https://www.pages.pharmacy.pitt.edu/gradhandbook/formal-coursework-3/
https://www.pages.pharmacy.pitt.edu/gradhandbook/formal-coursework-2/
https://www.pages.pharmacy.pitt.edu/gradhandbook/formal-coursework-ms-one-year/I am running WP 3.9.1 as a multi-site install running on a Windows server. I can easily provide you access to the WP- admin interface. I can not easily provide you access to the MySQL database.
I am pretty clueless with SQL, and MySQL, however I have a tech for the University who is excellent who can assist as needed.
Forum: Networking WordPress
In reply to: Help with understanding "users" in multisite installationsWe are uasing the Active Directory Integration plugin, and I’m having trouble with logins. I wanted to gain a bertter understanding of users in a multisite set up so as to be able to better understand the interaction of the plugin with the basic functionality.
Forum: Fixing WordPress
In reply to: Home page to show only summary, but displays the whole storyThx Jose, that makes sense, although I’m not at all comfortable with code.
First, your plugin looks great, and I’m really impressed with it, however, after some experimentation, it seems as if it may be too heavily weighted towards user entered control- that users can select what levels, etc. I don’t need any of that. I just need to create levels for content based on AD Group membership so another plugin like Page Restrict may be a better fit for my need. If I test with Membership, I’ll post results.
THX!
Forum: Networking WordPress
In reply to: wp-admin/network/ NOT staying in the right pathI don’t believe so. I believe the issue began after we updated the site to 3.8. However, I understand your question. It is possible that something that was imported into a site or the sites is what has caused this to start.
Forum: Networking WordPress
In reply to: wp-admin/network/ NOT staying in the right pathOK. Here is what I did. I installed Word Press on the prod server;
I made it multi-site;
I manually added the sites, one at a time in the /wp-admin/network/sites.php;
On the old server, I exported each site individually.
Then on the new server, I imported these individual site files.I do not believe database content was ever copied from one DB and imported into another. I was having a problem at one point where the server admin did do something to the databases. But when I asked prompted by uyur question, I was told no.