theKiwi
Forum Replies Created
-
Sorry – I didn’t realise there was more than one thing with the same basic name of “Download Manager” – actually now realise it’s “Download Monitor”..
I’ll try to find the right place and try again.
Roger
- This reply was modified 1 year, 6 months ago by theKiwi.
Forum: Reviews
In reply to: [TNG Wordpress Integration] Doesn’t work at all.Sorry for the trouble. The plugin is hopelessly broken under WordPress 6.3.x and above.
You can find and alternate method here on the TNG Forum
Roger
Forum: Plugins
In reply to: [TNG Wordpress Integration] Support for PHP 8Hi Uwe
Sorry I’m just seeing this now – I have the plugin working on PHP 8.1 as provided by Simply Hosting – what problems were you seeing?
Roger
Forum: Plugins
In reply to: [TNG Wordpress Integration] Game over for the pluginYes that is the case currently – the issue predates me becoming involved in trying to keep the plugin working – is to do with how the options get set and saved
PHP Deprecated: Function options.php was called with an argument that is deprecated since version 2.7.0! Thembtng_url_to_adminsetting is unregistered. Unregistered settings are deprecated. See https://developer.ww.wp.xz.cn/plugins/settings/settings-api/ in /home/xxxxxxxxx/public_html/xxxxxxxxxxx/wp/wp-includes/functions.php on line 5697And repeated for all 6 of the options available in the plugin. I am trying to figure out how to fix this, but it might take a while, so all I can offer right now is to use the WP Downgrade | Specific Core Version plugin
https://ww.wp.xz.cn/plugins/wp-downgrade/
to go back to WordPress 6.2.2 and stay there awaiting a resolution.
Sorry I don’t have better news
Roger
Forum: Reviews
In reply to: [TNG Wordpress Integration] Plugin ne fonctionne pasCan you join the TNG Forum at http://TNG.community and post the details there of what you have tried, including what theme you’re using.
Thanks
Roger
Forum: Plugins
In reply to: [TNG Wordpress Integration] Error after installing plugininHave you looked at this article on the TNG Wiki about getting WordPress and TNG working together?
http://tng.lythgoes.net/wiki/index.php?title=Using_TNG_and_WordPress_with_the_tng-wordpress-plugin
Roger
Forum: Reviews
In reply to: [TNG Wordpress Integration] Doesn’t work at allCan you send me an email with the UserId and password for:
Admin access to TNG
Admin access to WordPress
FTP access to the siteSend it to [email protected] and I’ll take a look and see if I can figure it out.
Roger
Forum: Reviews
In reply to: [TNG Wordpress Integration] Doesn’t work at allHave you looked at this page
http://tng.lythgoes.net/wiki/index.php?title=Using_TNG_and_WordPress_with_the_tng-wordpress-plugin
and followed all the instructions there?
What “isn’t working”? Do you get a blank page, or a page with header and footer and no content from TNG?
Do you see any error messages in the error_log on your server?
I have it working on my site with TNG 13.1 and WordPress 5.9 beta 4.
Roger
- This reply was modified 4 years, 5 months ago by theKiwi. Reason: Corrected WP version
Forum: Themes and Templates
In reply to: [Suffusion] Change needed to alter the document title on a pageUPDATE – I’ve solved this by altering general-template to change
function _wp_render_title_tag() {
to output nothing if we’re on the Genealogy page – determined by that page’s ID matching the ID of the Genealogy page – this let’s the genealogy data’s <title></title> tags take over as the page’s title.
Forum: Plugins
In reply to: [TNG Wordpress Integration] Adding escapes when savingHi
I have this in my site’s .htaccess file – it forces any request for an Admin page to open outside of the WordPress environment
# To get TNG Admin pages to open in /tng/ not in /Genealogy/
RewriteEngine On
ReWriteRule ^genealogy/admin(.*)$ tng/admin$1 [R,L]I was never able to figure out how to stop the errors like you’re reporting and others that I encountered, and so forcing the Admin to open outside of WordPress seemed like the easiest fix.
Hope this helps
Roger
Forum: Plugins
In reply to: [TNG Wordpress Integration] Styling TNG Data Tables in WordPressIf you edit the mytngstyle.css file that is in the css folder of your site, you can over-ride the colours and styles coming from TNG.
This is a link to the mytngstyle.css file on my site
http://lisaandroger.com/tng/css/mytngstyle.css
The things you want to change are classes like databank, sideback, databacktopmenu
Have a look through that file and it should give you some pointers
Roger
Forum: Alpha/Beta/RC
In reply to: Failed update, 5.2 alphaMy site failed to install the automatic update sometime later in the day on 22 March 2019 EDT. I’m currently on WordPress 5.2-alpha-44976. I’ve attempted the update several times since but every time it fails.
Also the “date of last check” is stuck on the beginning of Unix time “Last checked on December 31, 1969 at 8:00 pm”.
I have tried to install the wp-cli on my Mac OS X server, but am out of my depth trying to get it to run – I get a parse error message
Parse error: parse error in phar:///usr/local/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/IncludeFrameworkAutoloader.php on line 34Roger
Sjoerd
An update I posted today replaces ereg_replace with preg_replace so should not display this error with PHP 7
Roger
Forum: Plugins
In reply to: [Blog-in-Blog] Blog in Blog and JetPack 2.7An update here – I’d also posted in the Jetpack forum
http://ww.wp.xz.cn/support/topic/jetpack-27-and-blog-in-blog?replies=3
and Jeremy Herve suggested I install a plugin to disable the Jetpack Open Graph tags and that has “fixed” the problem for now, but he also noted that the blog-in-blog authors ought to be able to fix this.
Thanks!
Roger
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack 2.7 and Blog-in-BlogThank You Jeremy!!
Installing that plugin to disable the Open Graph meta tags has solved the problem for now.
To your other points – when both plugins were active, the blog-in-blog content displayed as expected, but the page was preceded by many instances of the warnings as shown above so the page content was many screens full down the page.
My server which was recently setup to replace an older one is running PHP 5.4.21 (the previous server was on PHP 5.3.x) now displays errors in tables with an orange header and then lines of the “Call Stack” references all printed out. This is probably some setting in my php.ini file that should be changed to prevent the errors outputting like this?
I’ve also posted on the blog-in-blog forum with the same question, so hopefully the developer there will see it and figure out a fix.
Thanks!