Hi,
I use WP Excel CMS in my wordpress multisite and always worked fine. After migrating to AWS bitnami service, sometimes my WP Excel CMS crashes. About last monday, it happened. Here’s the log:
[Mon Oct 05 00:24:35.805018 2020] (…) Got error ‘PHP message: PHP Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:\nerror:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/wp-excel-cms/public/wp-excel-cms.php on line 147 PHP message: PHP Warning: file_get_contents(): Failed to enable crypto in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/wp-excel-cms/public/wp-excel-cms.php on line 147 PHP message: PHP Warning: file_get_contents(https://mywebsite.com/wp-content/uploads/wp-excel-cms/performance_sheet_10.json): failed to open stream: operation failed in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/wp-excel-cms/public/wp-excel-cms.php on line 147’, referer: https://mywebsite.com
It seems that file_get_contents() isn’t using https protocol, I don’t know. What can be happening and how can I solve it? I’m not a developer.
]]>is there any way to import the table with links and imgs?
]]>Thanks to @webteilchen for a nice plugin that is very useful and coded so it is easy to improve. There are some flaws and features missing but it is easy to customize even for me having no experience in WP plugin development but basic PHP skills.
I already did some conditional customization to create links and and special formatting inside the cells. Since I use jQuery DataTables in other websites I wanted to see if I could implement this into wp-excel-cms.
I would like to hear if this is of interest and you can test this (very beta) version. Download it here.
I have included DataTables 1.10.12 (and css) built with basic features so this can be expanded if you wish.
What I changed:
Wish list:
[wp_excel_cms name="guestlist" datatables=1]
so you can enable or disable DataTables and avoid loading unnecessary js and cssI am reading up on WordPress plugins so hoping to improve this.
]]>Using either shortcode or PHP I get errors with this plugin:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 1024 bytes) in /homepages/46/d271605949/htdocs/tualatinweb/new/wp-content/plugins/wp-excel-cms/public/wp-excel-cms.php on line 146
We are using wp excel cms plugin in our wordpress website to use excel data, and for that we are using
$data = wp_excel_cms_get(“guestlist”, “1”);
But after updating the wordpress version to wordpress 4.5.3 we are currently facing problem using the plugin
as the above function may be deprecated.
And the plugin works fine in WordPress 4.4.1
So, Can you please suggest me any way or updated function replacing the above.
The problem is that as soon as we use the wp_excel_cms_get() function in our php code it results in a blank page output.
No console error nothing to display.
I think the plugin is not compatible with the higher wordpress versions.
Please guide me to overcome this issue.
]]>Hello! I have a problem: on localhost (openserver) plugin works fine, but when downloading to a remote server returns an error:
/hosting/users/h3017998/www/anyarthur.mesto.biz/wp-content/uploads/wp-excel-cms/1.json
Warning: file_get_contents(/hosting/users/h3017998/www/anyarthur.mesto.biz/wp-content/uploads/wp-excel-cms/1.json): failed to open stream: No such file or directory in /hosting/users/h3017998/www/anyarthur.mesto.biz/wp-content/plugins/wp-excel-cms/public/wp-excel-cms.php on line 146
Warning: Invalid argument supplied for foreach() in /hosting/users/h3017998/www/anyarthur.mesto.biz/wp-content/plugins/wp-excel-cms/public/templates/default.php on line 7
please, help help to understand this!
]]>At some point, with wordpress < 4.5.2 I saw the “Edit” option working, now I updated to the most recent version and nothing happens when I hit “Edit” in the administration panel.
]]>PHP Notice: Undefined index: action2 in C:\wamp\www\wp\wp-content\plugins\wp-excel-cms\admin\wp-excel-cms-admin.php on line 450
PHP Notice: Undefined variable: file_data in C:\wamp\www\wp\wp-content\plugins\wp-excel-cms\admin\wp-excel-cms-admin.php on line 267
I get those when I tried to fix the undefined index ‘page’ bug
]]>I just installed the plugin and got this notice
PHP Notice: Undefined index: page in C:\wamp\www\wp\wp-content\plugins\wp-excel-cms\public\wp-excel-cms.php on line 114
as well as this
PHP Notice: Undefined index: page in C:\wamp\www\wp\wp-content\plugins\wp-excel-cms\admin\wp-excel-cms-admin.php on line 98
Uploading and rendering works fine with the plugin but when I delete a file, I get the below warning:
Warning: Invalid argument supplied for foreach() in \plugins\wp-excel-cms\admin\wp-excel-cms-admin.php on line 287
Can you please fix/supress the warning shown on admin page.
]]>Hi, i create a wp template page width this simple code to visualize some data. If i update excel file from excel cms backend page and i refresh wp page, i continue to see old data.
What is the right way to update the excel file?
thank you all
<?php $data = wp_excel_cms_get(“test”); ?>
<?php foreach($data as $entry): ?>
<?php if($entry[0]<>””) { ?>
<div style=” border:1px solid grey;”>
<div style=””><?php echo $entry[0]; ?></div>
<div style=””><?php echo $entry[1]; ?></div>
<div style=””><?php echo $entry[2]; ?></div>
</div>
<?php
}
endforeach;
?>
Hey,
Quick question is there any way to display data depending on which day it is?. Say I have 1 year’s worth of data and everyday I want to show the record that corresponds to today’s date.
Maybe some sort of integration of your plugin with sql?
]]>I have a .xlsx file with several sheets linked among them. Will this still work this way or can I only see one sheet? The first or main one?
]]>Hi, I’m really new to php and mostly a designer with some background in development.
So I was wondering if this plugin allows for the following functionality
Input field 1 : ____________
Input field 2 : ____________
submit
This would then show the relevant value corresponding to field 1 and field 2 from the excel database…
]]>I have an excel sheet with different formulas, which are using indirect statement to get values dynamically from other sheets. The values are updated on daily basis using day and month. The formulas are on the first sheet. I am also using Name Manager for formula references.
I uploaded the sheet yesterday and it was showing values for 31st January, which was fine but today it didn’t update values, even this morning I uploaded the fresh copy of excel, which on my desktop showing values for 1st February, but after upload it is still showing 31st January?
your help is highly appreciated.
Regards,
Shahid
Hi,
Is it possible to add color to specific rows and columns?
]]>For don’t know some reasons, this plugin keeps making my text, on the first row of the excel file, bold. I tried to convert xlsx table to HTML using websites and they worked perfectly. This plugin keeps making my first row only bold. How can I fix this?
Thanks
]]>The import gets rid of any excel column spacing or padding between longest words. See https://www.oconomowocdesign.com/division-1-wi-wrestling-rankings/ . What is the easiest way to add spacing on display?
]]>Hi,
thanks for your plugin. I’ve just downloaded and works properly. My question is: how can I change color of main raw or column and the format of text. Do you have any kind of documentation?
Thanks again
]]>Hello,
Can we also add download link for same file with that.
Thanks
]]>Hi
When i’m trying to edit the Excel file it appears as Write protected. I can’t figure out where the problem is.
Trond
]]>Hello,i try your plugin
and after upload file i see
[0] => Array
(
[0] => 0.4375
[1] => название телепередачи
)
but i need in [0] => 10:30
in zero i have time
]]>I am moving my web site from ASP.NET to WordPress. I have a page on the ASP.NET site that displays column data from an Excel file on several pages. The Excel file is a product inventory. Each product category has its own sheet in the excel file.
I would like to display some of the columns from each sheet in its own table. Each sheet on the .NET site has its own page, so it seems like it would be easiest to have each table in a separate page.
I’ve uploaded the excel file using WP Excel CMS and that seems fine, I just need to lay out the table. Is there a .net to PHP translator out there?
Thanks, Bill
]]>is it possible to limit page display to specified columns?
]]>Is there the ability to search for data in the spreadsheet? Or is it possible to set the spreadsheet up so that the wordpress theme search box can find the value in the searchbox?
]]>Hi!
I must say it’s great and simple plugin but I’m having trouble with large table (1500+ rows).
From some unknown reason when I upload excel sheet, plugin loads approximately 1000 rows more than it should. Basically, it duplicate some of existing data… It’s really frustrating because if excel sheet have for instance 500-600 rows, than everything is alright.
I’m stuck and don’t know what to do…
Can anybody help me please?
Hi,
I get the following warning:
Warning: file_get_contents() [function.file-get-contents]: Filename cannot be empty in /home/xxx/domains/xxx.com/public_html/xxx/wp-content/plugins/wp-excel-cms/admin/wp-excel-cms-admin.php on line 242
Line 242 =
$file_data[$i] = (array) json_decode(file_get_contents($files[$i]));
I think that because of the warning I can’t see the upload screen. Every time I try to upload a file in the ‘already uploaded’ section it tells me: Upload failed! Please give it a Name and Select a File.
The created upload folder has all the right permissions to upload files.
Hope you have some time to take a look at this.
M.
]]>Hey,
I want to filter the array with PHP.
When I use foreach to echo the Data, its sorted by the 1st Array Instance, right?
Example:
Array
(
[0] => TopInformation1
(
[0] => Information1
[1] => Information2
)
)
I want to echo it in this way:
echo $TopInformation1
echo $TopInformation2->Information2
The back-office doesn’t display the Import Preview.
The shortcodes doesn’t work. No data loaded from my excel file (multi tabs file)
]]>I upload an Excel file with a field with time (minutes and seconds) e.g. 33:45, 24:04, 25:33. When I use the plugin to display the Excel file the time field is then displayed like this:
0.015358796296296
0.015381944444444
How do I make it display correctly?
]]>