Shortcode table is failing (gets a blank that says page not found) when next page icon clicked.
]]>hi there
I still have the same problem with csv export “Unable to write to temporary directory /var/lib/mysql-files/”
I changed the tmp dir correctly, I even use:
if ( defined( ‘WP_TEMP_DIR’ ) ) {
return trailingslashit( WP_TEMP_DIR );
}
and it returns the correct path “/myhome/myaccount/public_html/wp-content/tmp/”
notice that we can′t change some setting because we are using shared hosting
Thanks for reading
]]>I love this plugin! It’s attractive and easy to work with.
I am using version 2.10.3 running on WP 5.7.2 under PHP 7.4 and it works fine, but I am getting concerned that it is getting older and problems may loom on the horizon.
I think it’s an opportunity to devote resources to its development by creating a PRO version upgrade with higher-end features with a licensing system tied to the installed domain at an affordable price. Have a new project and need PRO? Purchase the PRO version ($29-$49/one-time with 1 site license) and add licenses as needed ($10/license?).
I would welcome such a plan.
Don
]]>Hello,
This plugin in so helpful. However, in multisite, I am getting this message while importing the data “wp_2_tabulate_changesets’ doesn’t exist — Unable to open changeset”
Hello, I want to insert a table into the footer of the site but I don’t understand how to do this. Can you help me with this?
]]>Hi! Is it possible to create a table with horizontal scrolling, and two fixed columns at the beginning? How can i do this?
]]>Hi
The issue is that the tables themselves(cells in a column) are small and bunched up, the display is not the same as they could be in the size of the Editor, and I couldn\’t seem to stretch them big. Is there a way to fix that?
]]>I am looking for suggestions and/or best practices.
A small town wants me to build a database of all of their city ordinances so residents can search and download any ordinance in which they’re interested and also city forms and applications. Great idea!
When I build the database, how should I store the link text so when the search results are displayed, a citizen can just click on the item and the PDF will display or download? It strikes me that including the HTML code with the link could work:
<a href="path/to/pdf/ordinance322.pdf">Ordinance 322</a>
Any suggestion is welcome!
]]>When I am trying to export the data of a table to CSV using the button CSV, it throws an error,
An error occured
Unable to write to temporary directory /var/lib/mysql-files/
kindly help me on this..
]]>Hey
I wonder if it is possible to do search in several tables without showing it. Is that possible?
]]>the ID field is not named ID !
And in page: [tabulate table=t1 search=yes]
For example, I was using :
CREATE TABLE t1
(
f1
INT(11) NOT NULL AUTO_INCREMENT,
f2
CHAR(255) NULL DEFAULT NULL,
PRIMARY KEY (f1
)
)
COLLATE=’utf8mb4_general_ci’
ENGINE=MyISAM
AUTO_INCREMENT=4
;
Finally I found that renaming the PK field to ID solve the problem.
]]>Hello,
First off, great plugin. It was exactly what I was looking for.
I’m having an issue when importing a CSV with decimal values. I try to import 1,000.00 and it gets converted to 0.00. The CSV file has a dollar sign and comma, could this be what is doing that? And if so, is there an easy way to hook into this to have it format the cell on import? A client will be using this to import CSV files and I dont to make them change their CSV formatting.
Thanks
Alex
Hello,
Amazing plugin! I wanted to know how this plugin can be used with REST API plugin to fetch table data in JSON format.
Thanks in advance ??
]]>I realise probably isn’t currently a feature but it would be great if the cross referencing could use something like a ‘name’ or ‘title’ field for the dropdowns. At the moment choosing the Id works but isn’t hugely intuitive for ‘clients’ as they first need to find the ID. Any ideas whether this is likley to be a feature?
]]>Just went and updated the plugin, but it caused a HTTP 500 on my site so I’ve had to disable it.
]]>Thought I’d open a new thread on this. Getting a HTTP 500 when trying to move to another page of a paginated table.
Check this URL:
https://cccbr.org.uk/services/library/bellringers-obituaries-index/
I put debugging on and it came up with:
Fatal error: Class ‘WordPress\Tabulate\Controllers\Controller’ not found in /home/cccbr/public_html/wp-content/plugins/tabulate/src/Menus.php on line 136
Any help appreciated.
Thanks,
Doug.
Hi,
When I try to use “format=form” in a page, it doesn’t work.
I just get at blank page, and even if I have 2 different
[tabulate table=lr_contact]
[tabulate table=lr_contact format=form]
None of them is showing.
I use WP 4.7.2 with Customizr Pro template.
]]>Hi,
First of all, Great plugin, thanks a lot!
My table in mysql has a field pointing to a file stored in wp-contents/uploads.
I′d like the file (picture) showing up when searched from the front end (Currently the file name shows). Is that possible?
Moreover, is there a way to let the frontend user search only in one field (not needing to set which fields AND search conditions in search form)?
Kind regards,
Javier
]]>Hi,
the table shortcode template is missing the “data-controller” attribute on the pagination buttons.
Query string:
page=tabulate&controller=&action=&table=sometable&filter%5B0%5D%5Bcolumn%5D=id&filter%5B0%5D%5Boperator%5D=like&filter%5B0%5D%5Bvalue%5D=&tabulate_p=2
Otherwise, cool plugin!
With regards,
Primo?
is there a way to restrict the tables that display for selection on the Tabulate Overview page.
I only want certain tables to appear there even for administrators.
I would also like to to have the Grants page not appear at all.
I could probably hack the code but not what I want to do if there is a better way.
Thank you.
Great plugin otherwise.
]]>Hello whenever I activate Tabulate I am unable access the Dashboard. It gives the below error
Fatal error: Uncaught exception ‘Exception’ with message ‘Serialization of ‘Closure’ is not allowed’
It says it is on the functions.php line 443. Looking at that file line 443 is the return serialize( $data );
function maybe_serialize( $data ) {
if ( is_array( $data ) || is_object( $data ) )
return serialize( $data );
// Double serialization is required for backward compatibility.
// See https://core.trac.www.ads-software.com/ticket/12930
// Also the world will end. See WP 3.6.1.
if ( is_serialized( $data, false ) )
return serialize( $data );
return $data;
}
I used the short code: [tabulate table=blood] on my page but I get this when I view page: The ‘table’ attribute must be set.
Thanks
I know this version of worpress is not officially supported yet, but I figured I’ll let you know that the pagination buttons (next, prev, first, last) give me a 500 server error. I’m using PHP 7.0
the rest works great – love this plugin. Hope the pagination issue gets resolved.
]]>Does this create a foreign key constraint from the table I’m creating?
Also aside from Primary keys and unique indexes is there a means to create other indexes?
Thanks,
Eric
P.S. So nice to see someone implementing at least some basis for truly using database tables relationally. PLEASE keep going… Thanks
]]>I love the idea of this plugin, and it’s been great not having to log into phpmyadmin.
While trying out the CSV export function, I encountered the follow message:
Unable to create temporary export file:
/tmp/tabulate_56f2c42446b46.csvDebug info:
Error was: Access denied for user ‘db_user’@’localhost’ (using password: YES)
I saw an earlier posting that mentioned a similar problem among other, but it wasn’t clear if this issue was addressed in any way. Hoping there’s a simple/quick fix for it.
]]>When trying to CVS export a table (any) I get:
Unable to create temporary export file:
/tmp/tabulate_56d05c82d83c4.csv
When setting grants (checked) only for Administrators (I’m an admin) for only one table, I still can read/… all tables. Grants don’t work.
When I click on CREATE or EDIT tab, I get this:
An exception has been thrown during the rendering of a template (“Unable to get column id on table cennik_upd”) in “record/admin.html” at line 6.
The only thing that works is reading tables, views.
I’m on Tabulate 2.7.2 version
]]>Can I allow anonymous end users to search my database? Is there a way I can give end users the same search view as I have in the admin area?
]]>Hi,
great plugin!
I can also use the filters in the front end? using the short code I can not see them on the page of the site. Thx!
hey guys, is there a way to create a report that includes multiple tables such as
select u.user_login,m.meta_value
from wp_user u
join wp_user_meta m on m.user_id=u.user_id
Hi,
1. Is it possible to have a page with all the action user did, who edited or delete what?
2. Is there ajax search, when user type in, search result filter without having need to press the search button. How do I achieve this?
Thank you
]]>