Why MAC May Not Print To Ricoh Printers

In: Alerts, Printers

I Recently ran into an issue with a MacBook Air not able to print to a Ricoh MPC 4503. To isolate the issue I installed a PostScript driver and turned on user codes. (they are using user codes to print in color) After enabling the user codes I still could not print from the MacBook Air. I had the end user print out a configuration page. (User tools/counter, print features, configuration page)

This will print out the configuration of the Ricoh MPC 4503. Once this is done under printer language toward the top of the page it should say Postscript or PS to indicated it can print using the Postscript driver:

The module was not installed to allow Postscript printing so we setup the user with a windows desktop that can print and scan.

The post Why MAC May Not Print To Ricoh Printers appeared first on Tech Tips 4 U.

Why MAC May Not Print To Ricoh Printers

In: Printers

I Recently ran into an issue with a MacBook Air not able to print to a Ricoh MPC 4503. To isolate the issue I installed a PostScript driver and turned on user codes. (they are using user codes to print in color) After enabling the user codes I still could not print from the MacBook Air. I had the end user print out a configuration page. (User tools/counter, print features, configuration page)

This will print out the configuration of the Ricoh MPC 4503. Once this is done under printer language toward the top of the page it should say Postscript or PS to indicated it can print using the Postscript driver:

The module was not installed to allow Postscript printing so we setup the user with a windows desktop that can print and scan.

The post Why MAC May Not Print To Ricoh Printers appeared first on Tech Tips 4 U.

Disable WordPress Plugins via MySql

In: Alerts, Printers, Web Design

Sometimes a WordPress plugin will take down your whole site which can drive you nuts. You can’t get to WP-Admin to fix it and you are left wondering what to do next. Well here is the solution.

Login to cpanel in most cases this will be domain.com/cpanel

Go to phpMyadmin and select your database

Click the SQL tab

Paste this line and hit go

UPDATE wp_options SET option_value = ” WHERE option_name = ‘active_plugins’;

This will disable all of your plugins and you can get to your site, then activate plugins one by one until you figure out what messed up your site.

If you made the DB name something other than the default you will need to put that in the line. So if your prefix is ms_ for your DB you would make it ms_options

Happy Blogging

The post Disable WordPress Plugins via MySql appeared first on Tech Tips 4 U.

Disable WordPress Plugins via MySql

In: Web Design

Sometimes a WordPress plugin will take down your whole site which can drive you nuts. You can’t get to WP-Admin to fix it and you are left wondering what to do next. Well here is the solution.

Login to cpanel in most cases this will be domain.com/cpanel

Go to phpMyadmin and select your database

Click the SQL tab

Paste this line and hit go

UPDATE wp_options SET option_value = ” WHERE option_name = ‘active_plugins’;

This will disable all of your plugins and you can get to your site, then activate plugins one by one until you figure out what messed up your site.

If you made the DB name something other than the default you will need to put that in the line. So if your prefix is ms_ for your DB you would make it ms_options

Happy Blogging

The post Disable WordPress Plugins via MySql appeared first on Tech Tips 4 U.