Tuesday, February 9, 2021

Suite CRM Upload stream is blocked by Suhosin...

Upload stream is blocked by Suhosin, please add "upload" to suhosin.executor.include.whitelist (See suitecrm.log for more information)

Ever come across such an error while uploading Suite CRM  modules or themes


Follow the following steps:

Go to /include/upload_file.php, public static function getSuhosinStatus(), change $configuration = ini_get_all(‘suhosin’ , false);

To

$configuration = ini_get_all(‘suhosin’);


In /modules/upgradewizard/uw_utils.php, in the condition if (UploadStream::getSuhosinStatus() == true) change $ret[‘error_found’] = true;

To

$ret[‘error_found’] = false;


For Newer Version

This has been changed.

The old upload_file.php had 828 rows

The current upload_file have 45 rows, and only requires the UploadFile.php

The function getSuhosinStatus() has been transferred to the include\UploadStream.php file at row 62


If this was helpful kindly follow and comment. 

Friday, August 17, 2018

A 16-year-old hacked Apple and stole 90GB of secure files

Apple Servers Hacked

Apple’s servers are widely believed to be unhackable, and to date the company hasn’t suffered any massive breach that would have exposed user data to hackers. Well, it turns out that while most hackers might not be able to get into Apple’s servers, a sixteen-year-old Australian with a passion for Apple managed to do it, stealing some 90GB of secure files and accessing customer accounts in the process. The best part is that he stored it all in a folder called “hacky hack hack.”

Monday, September 11, 2017

The 3 Most Popular Content Management Systems


While many businesses opt to hire a web designer for building their websites, they fail to consider the many options that they can use to set up a decent website on their own. This can be pretty economical for small and medium businesses and also for professional freelancers.
The most popular way of setting up websites is to use Content Management Systems (CMS). CMS software allows you to set up your website without having to commit a single pixel or line of code. If you have the time and energy, then CMS is the perfect option for you.
Globally, the most popular CMS providers are WordPress, Joomla and Drupal.
1. WordPress
Released by Matt Mullenwegg in 2003, WordPress has become the most popular CMS provider in the world and is widely used by small-to-medium businesses as well as major corporations, including Forbes, Sony and CNN. More than 12 million websites are powered by WordPress and the software has had more than 140 million downloads.
"WordPress is web software you can use to create a beautiful website, blog, or app. We like to say that WordPress is both free and priceless at the same time."
WordPress is open source software and can be downloaded for free. It is extremely customizable with 2000+ themes and 27000+ plugins. Installation is easy and does not take more than ten minutes for the average user. It is also quite user-friendly - users with limited computer knowledge can operate the software without any hassles. All these features combined to make WordPress one of the most popular content management systems in the world.
2. Joomla
Joomla was first released in 2005 as a fork of Mambo, an open source CMS development project. Like WordPress, Joomla is written in PHP. It is the most preferred CMS for e-commerce and social networking sites. In 2016, more than 2 million websites are managed using Joomla.
"Joomla is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications. Many aspects, including its ease-of-use and extensibility, have made Joomla the most popular website software available."
Like its parent, Joomla is open source and freely downloadable. It has been downloaded more than 30 million times, second only to WordPress, and is used by companies like The Hill and Harvard University.
Joomla has about 900+ free themes and 7000+ plugins to choose from. Similar to WordPress, Joomla can be installed with a single click and the installation procedure will not take more than 10 minutes. However, it is not as user friendly as WordPress and requires a bit of technical know-how to operate.
3. Drupal
Released in 2001 by Dries Buytaert, Drupal is less popular than WordPress and Joomla. Like its competitors, Drupal is also written in PHP. The Drupal CMS follows the "one size fits all" principal and can be used by all kinds of businesses, whatever their requirements may be. More than 600,000 websites in 2016 are managed using Drupal.
"Drupal is an open source content management platform powering millions of websites and applications. It's built, used and supported by an active and diverse community of people around the world."
Like its competitors, Drupal can be downloaded for free. It has been downloaded more than 15 million times and is used by Linux, The White House and The Warner Brothers for their websites. There over 1800 themes to choose from as well as 24000+ plugins. Although Drupal is user friendly, it is harder to install and customize compared to WordPress.
Depending on your requirements, any of these content management systems will serve their purpose: powering a decent website that communicates with your audience.
If you want to set up a CMS provider for your business and require some assistance for the same, contact us at info@ideas2web.com.ng

Thursday, September 7, 2017

8 REASONS YOU NEED A WEBSITE FOR YOUR BUSINESS

  1. YOUR SMALL BUSINESS WILL GAIN CREDIBILITY
  2. A WEBSITE SAVES YOU MONEY
  3. IT WILL ENABLE YOU TO KEEP YOUR CUSTOMERS INFORMED
  4. IT IS ALWAYS ACCESSIBLE
  5. A WEBSITE MAKES IT POSSIBLE TO TARGET A WIDER MARKET
  6. IT PROVIDES A MEDIUM ON WHICH TO SHOWCASE YOUR WORK
  7. A WEBSITE SAVES YOU TIME
  8. IT IMPROVES CUSTOMER SERVICE


Saturday, June 17, 2017

Move or Copy Mail From One Gmail Account to Another

Name change? Need a new Gmail account plus keep the old? Here's what to do


Updated June 14, 2017
Has your name changed, or that of your business? Just want a new Gmail account but don't want to miss emails? No problem. You can move all your mail from one Gmail account to another. While your Gmail address is set in stone, you can set up a new Gmail account, though—and take your mail with you.

Change Gmail Addresses, and Take Your Mail with You

There are two ways to lead your old mail to a new account.
You can do the moving manually in an email program, preserving your setup of labels, or let Gmail copy the messages for you without labels but also without hassle.

Sunday, November 6, 2016

iPhone that won't turn on or charge

  1. Verify that the Sleep/Wake button functions.   If it does not function, inspect it for signs of damage.   If the button is damaged or is not functioning when pressed, seek service.
  2. Check    if the Liquid Contact Indicator (LCI) in the headset jack or dock connector is activated or there are signs of corrosion or debris. Learn more about LCIs.
  3. Connect the iPhone to the iPhone's USB power adapter and let it charge for at least ten minutes.

Monday, October 31, 2016

Wordpress Development and migration

Developing a WordPress site locally can help speed up the development process. In the past, we showed you how to install WordPress on your Windows computer using WAMP and on Mac using MAMP. Once you have finished the development on localhost, the next step is to move the site live. In this article, we will show you how to move WordPress from local server to a live site. By using this process, you would be able to migrate all of your content (posts, pages, images, etc), themes, as well as plugins from local server to a production site.
Before we start, we must let you know that you can make this migration from local server to a live site easier by using one of the two plugins: BackupBuddy orDuplicator. In this article, we will show you how to move WordPress from local server to live site manually, so you can learn the process. However to make the process easy for us, we rely on BackupBuddy when we do this on a day to day basis.

Wednesday, August 3, 2016

Java Program to Implement Gaussian Elimination Algorithm


This is a Java Program to Implement Gaussian Elimination Algorithm. Gaussian elimination (also known as row reduction) is an algorithm for solving systems of linear equations.
Here is the source code of the Java Program to Implement Gaussian Elimination Algorithm. The Java program is successfully compiled and run on a Windows system.
  1. /**
  2.  ** Java Program to Implement Gaussian Elimination Algorithm
  3.  **/
  4.  
  5. import java.util.Scanner;

Saturday, October 24, 2015

Multiple Select HTML Form Fields PHP Parse Tutorial

Here we instruct how to use PHP to parse multiple selection form fields in your HTML or HTML5 forms. The resulting variable is an array if you instruct the select field to handle multiple options. We have to break this array down to split the selections for our data processing needs, or you can choose to save the serialized complete array into one MySQL database field.

$value) { $i++; echo "Skill $i || Array Key = $key || Value = $value
"; } exit(); } ?>

Multiple Select HTML Form List PHP Parsing Tutorial

What skills do you have?
(hold "Ctrl" key to select multiple):



Twitter CEO gives up $200M in stock for company employees

FILE - In this April 5, 2013 file photo, Twitter co-founder Jack Dorsey answers a question during the opening session of the Clinton Global Initiative at Washington University in St. Louis. According to a Friday, Oct. 23, 2015 regulatory filing, Dorsey is relinquishing stock worth more than $200 million so the messaging service can award the shares to its employees. (Robert Cohen/St. Louis Post-Dispatch via AP) EDWARDSVILLE INTELLIGENCER OUT; THE ALTON TELEGRAPH OUT; MANDATORY CREDIT
SAN FRANCISCO (AP) — After laying off more than 300 workers,Twitter CEO Jack Dorsey is trying to lift the spirits of the remaining employees by giving them 6.8 million shares of the stock he owns in the online messaging service.
Dorsey is giving up the stock, currently worth more than $200 million, so Twitter can award the shares to its employees, according to documents filed Friday with the Securities and Exchange Commission.
The gesture comes a week after Dorsey laid off 8 percent of Twitter's workforce in an effort to make the company profitable for the first time in its nine-year history. The gift represents nearly one-third of the stock Dorsey owns in the San Francisco company.