Skip to main contentSkip to footer

Drupal - Page 4

68 posts total

NodeJs
Drupal
10 min read

NodeJS Web Development - A comprehensive guide to Creating a website using NodeJS

As per the statistics, 30 Million websites are developed and encoded by NodeJS. A large amount of companies are making efforts by vying their products to users. NodeJS has been a consistent supporter of creating web applications and interactive websites. Many giant companies such as Amazon, eBay, Netflix, Reddit, Linkedin, Tumblr, and PayPal have already [...]

Read more
Drupal
1 min read

Notice: Constant DATE_RFC7231 already defined in includes/bootstrap.inc on line 258

Notice: Constant DATE_RFC7231 already defined in includes/bootstrap.inc on line 258 Drupal 7: Open /includes/bootstrap.inc Go to line number 258 Comment out the following line//define('DATE_RFC7231', 'D, d M Y H:i:s \G\M\T'); Then add following lineif (!defined('DATE_RFC7231')) {define('DATE_RFC7231', 'D, d M Y H:i:s \G\M\T');} Save and you are good to go 🙂

Read more
Featured image for Solution: Failed to load the MailChimp PHP library or The MailChimp PHP library is missing the required GuzzleHttp library
Drupal
2 min read

Solution: Failed to load the MailChimp PHP library or The MailChimp PHP library is missing the required GuzzleHttp library

Failed to load the MailChimp PHP library. Please refer to the installation requirements.The MailChimp PHP library is missing the required GuzzleHttp library. Please check the installation notes in README.txt. Solution: To remove this issue please choose the correct version of the MailChimp module with corresponding to the Drupal version. Download the library and paste it [...]

Read more
Featured image for Regex to find the four sequential characters in PHP
Drupal
1 min read

Regex to find the four sequential characters in PHP

Need to check if a string contains four sequential characters or consecutive characters/strings or identical letters/numbers/string/characters in PHP then following regex and code can be useful for you. I tested it with following code and regex is generated from https://regex101.com/r/W2wbFc/1 https://regex101.com/r/lH8oP1/3 https://regex101.com/r/oAAjto/1 https://regex101.com/r/Xbe1gH/1

Read more
Featured image for Fatal error: Cannot use EllisLab\ExpressionEngine\Library\Parser\Conditional\Token\Bool as Bool because 'Bool' is a special class
Drupal
2 min read

Fatal error: Cannot use EllisLab\ExpressionEngine\Library\Parser\Conditional\Token\Bool as Bool because 'Bool' is a special class

Fatal error: Cannot use EllisLab\ExpressionEngine\Library\Parser\Conditional\Token\Bool as Bool because 'Bool' is a special class When you update your PHP version and you can see the above issue while working in the Expression Engine. I just commented out the following at core\EllisLab\ExpressionEngine\Library\Parser\Conditional\Lexer.php the boolean and string annotations: use EllisLab\ExpressionEngine\Library\Parser\Conditional\Token\Token; //use EllisLab\ExpressionEngine\Library\Parser\Conditional\Token\Bool; use EllisLab\ExpressionEngine\Library\Parser\Conditional\Token\Comment; use EllisLab\ExpressionEngine\Library\Parser\Conditional\Token\Number; use EllisLab\ExpressionEngine\Library\Parser\Conditional\Token\Operator; [...]

Read more
Innovation

Let's Make Something Amazing Together

We always provide our best creative ideas at the highest level. Tell us about your project and we will make it work.

InnovateBringing innovative solutions to complex problems
AutomateStreamlining processes through automation
DominateLeading the market with exceptional results
Build Smarter and Launch FasterEfficient development for rapid deployment