geminorum
Forum Replies Created
-
closing …
FYI: this will make all the db backups useless!
[duplicate!]
- This reply was modified 7 years, 1 month ago by geminorum.
the latest: 3.4.3
wp: 4.8.2
php: 7.1.10
mysql: 5.6.37Again, in v3.0.0
PHP Notice: Trying to get property of non-object in […]/wp-content/plugins/addthis-all/backend/AddThisPlugin.php on line 1433 PHP Notice: Undefined variable: toolObject in […]/wp-content/plugins/addthis-all/backend/AddThisPlugin.php on line 1433
the log file is bloated with this!
Forum: Plugins
In reply to: [WordPress Dashboard Tweeter] Strict Standards NoticesPHP Notice: Undefined property: stdClass::$hourly_limit in […]/wp-content/plugins/wordpress-dashboard-twitter/wpdt.class.php on line 302
PHP Notice: Undefined property: stdClass::$remaining_hits in […]/wp-content/plugins/wordpress-dashboard-twitter/wpdt.class.php on line 302
Hi, thanks.
the
1.1.1
also brings:PHP Notice: Undefined property: AddThisRecommendedContentWhatsNextMobileTool::$settingsSubVariableName in /wp-content/plugins/addthis-all/backend/AddThisFeature.php on line 704 PHP Notice: Undefined property: AddThisRecommendedContentVerticalTool::$settingsSubVariableName in /wp-content/plugins/addthis-all/backend/AddThisFeature.php on line 704 PHP Notice: Undefined property: AddThisRecommendedContentHorizontalTool::$settingsSubVariableName in /wp-content/plugins/addthis-all/backend/AddThisFeature.php on line 704 PHP Notice: Undefined property: AddThisGlobalOptionsTool::$settingsSubVariableName in /wp-content/plugins/addthis-all/backend/AddThisFeature.php on line 704
I tried by using an other created db user with password and still running into the same problems (changed the domain url into MYSITE and FOLDER).
you have to generate new password for db user. old passwords won’t work because of different hashing in MySQL.
Hey Alex,
check your
wp-config.php
fordefine( 'DB_NAME', 'name_of_you_db' );
for reference: Editing wp-config.php: Set Database Name
probably something there. ??
just reset your db user password.
probably because of php upgrade, mysqli won’t work and the wpdb fallback tries to use the old mysql functions that causes the deprecated notice. and
Apparently PHP 5.5/5.6 uses a different passwordhash (or something like that). So I had to set a new password in phpMyAdmin and enter it into the config.php.
— https://stackoverflow.com/a/35890185/4864081
I had the same problem.
+1
Forum: Themes and Templates
In reply to: [P2] Too Early User CheckingI’m seeing this on 1.5 ~ 1.5.5
also it’s better to use
__construct
in P2 class. every PHP4 style constructor method is deprecated since WP4.3Forum: Themes and Templates
In reply to: [P2] filter for localizing the date/timethanks for the filter but it’s incomplete by not passing $type into the filter. can’t determine it’s comment date or post. I need this to get timestamp from the original post.
and on a side note to anyone who wants to localize; the filter alone is not working, since P2 use a javascript version to update times on the browser.
you can see my solution here
Forum: Plugins
In reply to: [Log Viewer] Too Early User Checkingyou cannot check for user capabilities before init. this may help :
https://www.rarst.net/script/wordpress-core-load/i’m using your plugin with WP_DEBUG on and WP_DEBUG_DISPLAY off.
for me, it’s kind of ironic that the log-viewer generates error logs
itself! ??Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] UI problems on RTLGreat, cant wait to see it in action.
It will solve my big problems on wp network installs.
Thank you.