Portfoliu
Scroll down to discover

Arhiva

Why ChemiCloud is the Smart Choice for Affordable and Reliable WordPress Hosting in 2024

septembrie 16, 2024Category : Uncategorized

Why ChemiCloud is the Smart Choice for Affordable and Reliable WordPress Hosting in 2024 If you’re searching for a fast and reliable hosting solution for your WordPress site, now is the perfect time to make an informed choice. ChemiCloud offers affordable WordPress hosting plans, ideal for those looking to start or migrate their website without..

Read more
01.

Ghid complet pentru cel mai bun hosting WordPress în 2024 – Reduceri și performanță cu ChemiCloud

septembrie 16, 2024Category : Uncategorized

Dacă ești în căutarea unei soluții de hosting rapid și fiabil pentru site-ul tău WordPress, perioada aceasta este ideală pentru a face o alegere inteligentă. ChemiCloud oferă planuri de hosting WordPress ieftin, perfecte pentru cei care vor să înceapă sau să își migreze site-ul fără să-și golească portofelul. De ce ai nevoie de un hosting..

Read more
02.

Create wordpress administrator account from phpmyadmin

mai 9, 2024Category : Uncategorized

If you want to create a new administrator account, you can ruse the following SQL commands: INSERT INTO `wp_users` (`user_login`, `user_pass`, `user_nicename`, `user_email`, `user_status`, `display_name`, `user_registered`) VALUES (‘username’, MD5(‘password’), ‘Bogdan’, ‘bogdan@example.com’, ‘0’, ‘Bogdan’, NOW()); SET @last_user_id = LAST_INSERT_ID(); INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (NULL, @last_user_id, ‘wp_capabilities’, ‘a:1:{s:13:”administrator”;s:1:”1″;}’); INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`,..

Read more
03.

Gravity forms required functions

august 1, 2023Category : Uncategorized

Problem: when you are trying to access Gravity forms, you encounter the following errors:   Uncaught TypeError: gform.applyFilters is not a function Uncaught TypeError: gform.addAction is not a function Uncaught TypeError: gform.initializeOnLoaded is not a function Uncaught TypeError: gform.initializeOnLoaded is not a function   Solution: this happens because php dom is not enabled. Log in..

Read more
04.

WordPress downgrade / changing version

august 1, 2023Category : Uncategorized

Problem: when you update / downgrade wordpress, you have following error: This is usually due to inconsistent file permissions.: xmlrpc.php, wp-cron.php, wp-config-sample.php, wp-login.php, wp-settings.php, wp-mail.php, wp-links-opml.php, wp-load.php, wp-trackback.php Solution: if you can access your host via ssh, cd the wordpress installation folder and run following command: sudo chown -R www-data:www-data . Attention! Make sure that..

Read more
05.