-
Patrick Ingle replied to the topic Developer needed for plug-in project – ongoing in the forum
Job Board 4 years, 1 month ago
My public plugins https://profiles.wordpress.org/phkcorp2005#content-plugins,
many private plugins with API integration.Call me and we can meet this week?
Patrick Ingle
(212) 879-0758 -
Patrick Ingle replied to the topic Database Connection Error in the forum
WordPress Troubleshooting and Support 6 years, 1 month ago
Adding the db-error.php file to my site and sending a text message that includes the remote_addr, query and request, identified an hack attempt trying to login, showing the userid/password combinatoion the hacker was using. The hack originated from the netherlands.
-
Patrick Ingle started the topic Database Connection Error in the forum
WordPress Troubleshooting and Support 6 years, 1 month ago
A tip:
If your site is constantly getting the dreaded database connection error and would like to show a better message, create a new file name db-error.php in the wp-content directory. Keep in mind, you do not have access to WP functions or core API and this file contents should be straight PHP and HTML code. You can have an entertaining image…[Read more]
-
Patrick Ingle started the topic Database Connection Error in the forum
WordPress Troubleshooting and Support 6 years, 1 month ago
A tip:
If your site is constantly getting the dreaded database connection error and would like to show a better message, create a new file name db-error.php in the wp-content directory. Keep in mind, you do not have access to WP functions or core API and this file contents should be straight PHP and HTML code. You can have an entertaining image…[Read more]
-
Patrick Ingle started the topic Database Connection Error in the forum
WordPress Troubleshooting and Support 6 years, 1 month ago
A tip:
If your site is constantly getting the dreaded database connection and would like to show a better message, create a new file name db-error.php in the wp-content directory. Keep in mind, you do not have access to WP functions or core API and this file contents should be straight PHP and HTML code. You can have an entertaining image shown…[Read more]
-
Patrick Ingle replied to the topic ERROR – wp-blog-header.php in the forum
WordPress Troubleshooting and Support 6 years, 1 month ago
Un-comment this line,
#if ( !isset($wp_did_header) ) {
by removing the #
if ( !isset($wp_did_header) ) {
will fix the error, Parse error: syntax error, unexpected ‘}’ in /home/deluxe/public_html/wp-blog-header.php on line 20
Since wp-blog-header.php is a core, seems that file got accidentally open, modified and saved.
-
Patrick Ingle replied to the topic Replacing MySQL for SQLite as the WordPress datastore in the forum
WordPress Troubleshooting and Support 6 years, 1 month ago
Updated sample live site using Sqlite with Wordpress at http://patrickingle.info/wordpress-sqlite
-
Patrick Ingle started the topic Replacing MySQL for SQLite as the WordPress datastore in the forum
WordPress Troubleshooting and Support 6 years, 9 months ago
For anyone interested, I created the steps as well as provided the files to use SQLite instead of MySQL on my public github.com account at https://github.com/patrickingle/phpdesktop-wordpress-sqlite. With a demonstration of live WordPress SQLite site at http://wordpress-sqlite.netne.net/. The github demo use the PHPDesktop bundle web…[Read more]
-
Patrick Ingle replied to the topic Seeking a WordPress Tutor in the forum
Job Board 8 years, 4 months ago
I can assist you in teaching you to develop using Wordpress as framework.
Please check out my public profile,
Amazon publications with several geared towards Wordpress development,
http://www.amazon.com/s/ref=ntt_athr_dp_sr_1?_encoding=UTF8&field-author=Patrick%20Ingle&search-alias=digital-text&sort=relevancerankMy Wordpress.org…[Read more]
-
Patrick Ingle started the topic Seeking Wordpress Front End Developer want to learn WP back end development in the forum
Job Board 8 years, 7 months ago
I need a front end WP design (from wire framing to theme construction) and have a desired to further your proficiency on the back end development (plugins, API integration, hooks and filters, theme extensions).
Initial Requirements:
——————–
Wire framing – Grapple, Photoshop, GIMP, etc.
Dreamweaver
HTML 5/CSS
JQuery -
Patrick Ingle started the forum topic Tip: When using WP in a Virtual Machine environment with DHCP in the group
WordPress Troubleshooting and Support 10 years, 4 months ago
Problem:
———-
When referencing a WP site using an IP address on a DHCP network, you will loose access if and when the IP address lease is renew via DHCP.Solution:
———-
add the following code to […] -
Patrick Ingle became a registered member 11 years, 2 months ago