ksavoie
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] undefined variable: productimgheightAny E.T.A. on when the update for this bug will be posted?
Thanks.Forum: Plugins
In reply to: [crosswordsearch] Can't create puzzle on WP multisiteI see that
angular-route.min.js
angular.min.jsare there, just not the .map
Forum: Plugins
In reply to: [crosswordsearch] Can't create puzzle on WP multisiteMy apologies, the paths are correct. I should have dug a little more.
The browser is barking about these 2 missing references, but are not directly referenced on the page. Could they be referenced from within Angular?
plugins/crosswordsearch/js/angular-route.min.js.map
plugins/crosswordsearch/js/angular.min.js.mapForum: Plugins
In reply to: [crosswordsearch] Can't create puzzle on WP multisiteAaaahhh, OK, missed that one. (b.t.w. ‘networkactivate’ does throw table creation errors)
I can now create a project. However on the post that I have the shortcodes for ‘build’ and ‘solve’ , all 3 angular.js JSs are not referencing correctly.
sample path:
<script type=’text/javascript’ src=’https://mydevserver.com/devsite01/network-site-path/wp-content/plugins/crosswordsearch/js/angular.min.js?ver=4.2.3′></script>Forum: Plugins
In reply to: [crosswordsearch] Can't create puzzle on WP multisiteHere is the error:
The project could not be added.
Table ‘my_Database_Name.rsc_12_crw_projects’ doesn’t exist
SHOW FULL COLUMNS FROMrsc_12_crw_projects
I peaked at the database saw that there were rsc_crw_projects/editors/crosswords tables. But none created specific for each network site. My guess is that the plug doesn’t take into account on multisites, the table creation numbering scheme. In a multisite, tables specific to each site are prefixed with IDs. ?Idea?, On network activation, does the plug take into consideration creation of the tables for existing multisites or only new?
Forum: Plugins
In reply to: [crosswordsearch] Can't create puzzle on WP multisiteWell I deactivated, deleted, and re-installed the plug, but alas, unfortunately same behavior.
Forum: Plugins
In reply to: [crosswordsearch] Can't create puzzle on WP multisiteMySQL 5.5.41
and yes the encoding on the tables are ‘utf8mb4_unicode_ci’.Forum: Plugins
In reply to: [crosswordsearch] Can't create puzzle on WP multisiteUnfortunately this is not the answer as I am the only user of this test site (thus net admin) and I have additionally tested with AAM disabled and am still not able to crate a puzzle.
Forum: Plugins
In reply to: [WP-Polls] WP Multisite, Can't create pollYes
I skirted the issue by adding the class ‘notranslate’ to all the numerics. This skips translation on that element.
Anyone have any clue on this?
Hopefully to simplify my issue:first visit to site, calendar numbers display:
…20,21,22,23,24,25… (fine)click button to translate to Spanish, calendar numbers display
…20,21,22,23,24,25… (fine)click button to translate to English, calendar numbers display
…20,Twenty One,Twenty Two,Twenty Three,Twenty Four,25… (what the?)click button back to Spanish
…20,21,22,23,24,25…again to English
…21,Twenty Two,Twenty Three,Twenty Four,25…
>>>and so on…??Only those 4 numbers?? the rest are fine.
Hope that clears things, Thanks.P.S. If it’s of any consequence the calendar is generated by ‘Events Calendar Pro’ and it’s pretty much out of the box.
1) Doesn’t adding the inherent ability to write to the servers /tmp directory pose any security risk? Wouldn’t it be more prudent to write to a module tmp directory?
2) I have several sites running on this server, all with WordFence running. This file name is not unique. What occurs if more than one WF needs to write a temp file?
3) The client that this particular tmp file looks to belongs WF is not currently running a scan. Can I safely delete this file?
Thanks for the assistance.