Ken
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Installing PHPWhat?
Forum: Developing with WordPress
In reply to: Installing PHPI fingered it out.
Thanks.
Forum: Developing with WordPress
In reply to: Installing PHPNope
The storage engine for the table doesn’t support repair.
Edit: I checked that it happens on every database when I click the privileges tab in PHPMyAdmin.
- This reply was modified 7 months ago by Ken.
Forum: Developing with WordPress
In reply to: Installing PHP( SELECT <code>User</code>, <code>Host</code>, <code>Select_priv</code>, <code>Insert_priv</code>, <code>Update_priv</code>, <code>Delete_priv</code>, <code>Create_priv</code>, <code>Drop_priv</code>, <code>Grant_priv</code>, <code>Index_priv</code>, <code>Alter_priv</code>, <code>References_priv</code>, <code>Create_tmp_table_priv</code>, <code>Lock_tables_priv</code>, <code>Create_view_priv</code>, <code>Show_view_priv</code>, <code>Create_routine_priv</code>, <code>Alter_routine_priv</code>, <code>Execute_priv</code>, <code>Event_priv</code>, <code>Trigger_priv</code>, '*' AS <code>Db</code>, 'g' AS <code>Type</code> FROM <code>mysql</code>.<code>user</code> WHERE NOT ( BINARY <code>Select_priv</code> = 'N' AND BINARY <code>Insert_priv</code> = 'N' AND BINARY <code>Update_priv</code> = 'N' AND BINARY <code>Delete_priv</code> = 'N' AND BINARY <code>Create_priv</code> = 'N' AND BINARY <code>Drop_priv</code> = 'N' AND BINARY <code>Grant_priv</code> = 'N' AND BINARY <code>References_priv</code> = 'N' AND BINARY <code>Create_tmp_table_priv</code> = 'N' AND BINARY <code>Lock_tables_priv</code> = 'N' AND BINARY <code>Create_view_priv</code> = 'N' AND BINARY <code>Show_view_priv</code> = 'N' AND BINARY <code>Create_routine_priv</code> = 'N' AND BINARY <code>Alter_routine_priv</code> = 'N' AND BINARY <code>Execute_priv</code> = 'N' AND BINARY <code>Event_priv</code> = 'N' AND BINARY <code>Trigger_priv</code> = 'N' ) ) UNION ( SELECT <code>User</code>, <code>Host</code>, <code>Select_priv</code>, <code>Insert_priv</code>, <code>Update_priv</code>, <code>Delete_priv</code>, <code>Create_priv</code>, <code>Drop_priv</code>, <code>Grant_priv</code>, <code>Index_priv</code>, <code>Alter_priv</code>, <code>References_priv</code>, <code>Create_tmp_table_priv</code>, <code>Lock_tables_priv</code>, <code>Create_view_priv</code>, <code>Show_view_priv</code>, <code>Create_routine_priv</code>, <code>Alter_routine_priv</code>, <code>Execute_priv</code>, <code>Event_priv</code>, <code>Trigger_priv</code>, <code>Db</code>, 'd' AS <code>Type</code> FROM <code>mysql</code>.<code>db</code> WHERE 'wp_dev_1' LIKE <code>Db</code> AND NOT ( BINARY <code>Select_priv</code> = 'N' AND BINARY <code>Insert_priv</code> = 'N' AND BINARY <code>Update_priv</code> = 'N' AND BINARY <code>Delete_priv</code> = 'N' AND BINARY <code>Create_priv</code> = 'N' AND BINARY <code>Drop_priv</code> = 'N' AND BINARY <code>Grant_priv</code> = 'N' AND BINARY <code>References_priv</code> = 'N' AND BINARY <code>Create_tmp_table_priv</code> = 'N' AND BINARY <code>Lock_tables_priv</code> = 'N' AND BINARY <code>Create_view_priv</code> = 'N' AND BINARY <code>Show_view_priv</code> = 'N' AND BINARY <code>Create_routine_priv</code> = 'N' AND BINARY <code>Alter_routine_priv</code> = 'N' AND BINARY <code>Execute_priv</code> = 'N' AND BINARY <code>Event_priv</code> = 'N' AND BINARY <code>Trigger_priv</code> = 'N' ) ) ORDER BY <code>User</code> ASC, <code>Host</code> ASC, <code>Db</code> ASC;
#1030 – Got error 176 “Read page with wrong checksum” from storage engine Aria
Forum: Developing with WordPress
In reply to: Installing PHPI think I got everything installed and the debugger seems to be working on PHP, but now my WordPress website stopped working and I’m getting this error:
Forum: Fixing WordPress
In reply to: Access Post Text Class?I’m going to try it, if I can find tutorials on how to do it. I wanted to try creating my own plugin and theme, but it looked like it would be too complicated. There are so many files in WordPress.
I have a lot of programming experience, but not with PHP. It would be cool to be able to modify my website a little.
Forum: Fixing WordPress
In reply to: Disclaimer TextYea, that’s what I wanted, but that Plugin hasn’t been updated in 5 months and not compatible with my version of WordPress. Plus, it looks like they’re not responding to questions on their support form, so I probably don’t want to invest in that one.
I think removing that plugin will be a chore if I need to switch to something else later.
Forum: Fixing WordPress
In reply to: Access Post Text Class?What I’m planning on doing is just assigning the span to a class and adding that class in additional CSS box. If I needed to change the border later, I can just edit the additional CSS in one place.
But I don’t know if the code I type in additional CSS box will get deleted if I change the theme.
Forum: Themes and Templates
In reply to: [GeneratePress] Search Bar BrokenThanks.
Forum: Plugins
In reply to: [Yoast SEO] Disable Posts/Pages??
Forum: Fixing WordPress
In reply to: I found a bug in the support forumsIt’s my post, but I get the green message on a lot of posts. This is the first time I got the red message, but that post doesn’t even show as locked because they normally have a padlock next to it.
Screen shot: https://1drv.ms/i/s!AmL8aIYnOOzp2pd0P7Q3SkTtLKMP3Q?e=oyRAph
Forum: Plugins
In reply to: [Remove "Powered by WordPress"] Theme SupportIt’s working now. Thank you!
Forum: Themes and Templates
In reply to: [GeneratePress] Fixing SidebarIt looks better now.
Thanks.
Forum: Plugins
In reply to: [Remove "Powered by WordPress"] Theme SupportThank you.
Forum: Fixing WordPress
In reply to: Admin Email AddressNever mind, it came now. For some reason it took 20 mins.