How to handle error using register_shutdown_function()

a(); //how to handle this undefined function call error.

register_shutdown_function('handleFatalPhpError');

function handleFatalPhpError(){
$last_error = error_get_last();
if($last_error['type'] == E_ERROR ){
echo "Can do custom output or logging";
}
}

what to do when multiple contributors created D8 port of the same module?

Hi,

I'm the maintainer of the Dynamic Banner module.
Right now I have two contributors who ported D7 version of the module to D8.
I'm not sure which copy to accept.  Are there any guidelines available?

What would be the most appropriate way to handle this?

Thank you.

ruhlamat GmbH

ruhlamat Frontpage with Hero Image, Menus and an Intro Text

Operating on a global scale, ruhlamat GmbH will now present itself in three languages. The mid-sized special-machine manufacturer with headquarters in Marksuhl, Germany has subsidiaries in the USA, China, India and Malaysia and has therefore chosen to adapt its website to reflect its global presence.

Sectors: 
Manufacturing and Energy
Technology

How to add an icon to the list field value?

Hello friends!

I've got a question. I have a "notification" node. I created List (integer) field with 2 options - whether the system (in the immigration office) is currently working or not working.

1 | working
2 | not working

For simplicity, the manager simply goes to the page of this node and switches the value of the field.

But I need to add to the value a corresponding icon, which intuitively without the text would inform the person about the same thing.

What is the easiest way to add the icons to the options in List (integer) field?

How can I show User 1 as "Admin" when using RealName module?

I'm using the RealName module to identify my users by their real names rather than by usernames. This is more appropriate for my particular membership-based website. Very useful module. 

But...I want my website's admin person (i.e. "User 1") to appear as "Admin" throughout the website. I feel this looks more professional than using his/her true name. 

The RealName module doesn't allow this sort of exception though. I've already asked the folks that manage that module.

New default user avatar not showing

Hi.

I have change my defaut avatar with a new one. Cleared cache. It did not show up with the inscription of new users. I went to the dossier to see if the file was changed. The new default user avatar is on the server, but still not showing.

Thanks for the help.

Q.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x