doume
Forum Replies Created
-
Forum: Plugins
In reply to: [Server Information] V1.1.4: Deprecated Constructor in Deprecated_LogHello,
I found a way to send emails on PHP7.0.0 (1)
-Version 1.2.0-
Plugin works fine, linked document included, and no logs.(1) WordPress SAR Friendly SMTP plugin
D.
Forum: Plugins
In reply to: [Server Information] V1.1.4: Deprecated Constructor in Deprecated_LogHello,
-Version 1.2.0-
PHP5.6.x live server: no logs, works fine email included
PHP7.0.0 local server w/o smtp: no logs, works fine but I can’t test the email.D.
Forum: Plugins
In reply to: [Log Deprecated Notices] Deprecated Constructor in Deprecated_LogHello,
Same here with V0.3 + WP 4.4 after installation on a PHP7.0.0 server.
According to the bellow link this log applies starting from WP 4.3 for PHP7 compliance.
https://make.wordpress.org/core/2015/07/02/deprecating-php4-style-constructors-in-wordpress-4-3/D.
Forum: Plugins
In reply to: [Server Information] V1.1.4: Deprecated Constructor in Deprecated_LogHello,
The deprecated log is gone. No other log.
D.
@james Thanks for the GPLv2 duties and rights reminder. And to make sLa feel better yes, it’s for personal use only.
To do what I described in my prior to last post (2nd paragraph).
D.
Yes.
D.
Hello,
With all plugins not activated WP itself worked on a server that had only pdo and mysqli api clients installed and activated.
BTW, since my post I have modified the 2014.0131 development release to have it working with pdo, mysqli and mysql api clients, up to PHP7.0.0 now. Working well on production servers (PHP5.6) and on a local server (PHP7) with last WP 4.3.x/4.4 versions. So problem solved for me.
D.
Hello,
I partly understand but it won’t be necessary.
I did more tests and found out that, for the impacted host, plugin worked well after an install from within WP, but had a problem if installed using FTP (which was what I initially did).
I redo the FTP install a few times, files size verification included, and at a certain point it finally worked, so even if I have no clue of the reason (FileZilla config is OK), I will put it on FTP transfer.
Problem dismissed.
D.
@mvandemar I don’t know (nothing in debug traces)
I just made some searches on “register_activation_hook vs add_action” to try to understand and found some answers: discution on wordpress.org
BTW the other plugin I use (wp-maintenance-mode) uses the register_activation_hook to create its table when activated.
Hello,
After some searches and tests based on v1.6.1 :
At lines 375 and 376, to create the tables you useadd_action()
Why not usingregister_activation_hook(__FILE__, 'loginLockdown_install');? It works on my dev servers (see above). Not tested on my production servers.I now run WP4.1.1
D.
Forum: Plugins
In reply to: [Debug Info] pot file and translation file name.pot file missing fixed in version 1.3.4.
Choice _blank or _self available in version 1.2.18, thanks a bunch 🙂
No difference, sorry.
Nothing related to creation failure. If there are ways to make Xampp show more errors I don’t know them.
This raw SQL request works (had to remove quotes):
CREATE TABLE yyyyy_lockdowns ( lockdown_ID bigint(20) NOT NULL AUTO_INCREMENT, user_id bigint(20) NOT NULL, lockdown_date datetime NOT NULL default '0000-00-00 00:00:00', release_date datetime NOT NULL default '0000-00-00 00:00:00', lockdown_IP varchar(100) NOT NULL default '', PRIMARY KEY (lockdown_ID) );Perhaps installing Xampp 5.5.19 (multi platform) Dev Server yourself would help? I use a raw installation.