walkeprashant

/walkeprashant

About walkeprashant

Prashant Walke, with over 10 years of experience as a web developer, currently holds the position of Technical Lead at Parkar Digital. He brings a wealth of expertise in sophisticated website development, showcasing proficiency in PHP, Python, NodeJS, Angular, VueJs, MySQL, PostgreSQL, WordPress, and Laravel.

Fix WordPress user roles

All  WordPress user roles are gone, how to fix it!? The steps I would take are these: Open your database Backup your wp_options table (prefixes will change the beginning of the table name of course) Find the row from the first section of this article “wp_user_roles” in the wp_options table Copy the default user roles [...]

By |January 14th, 2014|Blog, PHP, WordPress|0 Comments

Enable zip extension

Enable zip extension for php with apache by: 1- Un-commenting zip.so in /opt/lampp/etc/php.ini. (The latest version of XAMPP, as of this article, is compiled with zip support for PHP but you need to follow the few steps mentioned here to enable it and make it work). 2- Un-commenting and updating the path of the extension_dir [...]

By |January 14th, 2014|Blog|0 Comments

Detector

Detect website framework: http://guess.scritch.org Wordpress theme detector http://www.wpthemedetector.com/

By |January 14th, 2014|Blog|1 Comment