Skip to main content

Posts

Showing posts from September, 2020

error code 80072F30 nokia lumia 630 620 610 600 710 720 730 700 830 820 810 800 930 920 910

 error code 80072F30 nokia lumia 630 620 610 600 710 720 730 700 830 820 810 800 930 920 910 possible problems and solutions Wrong DATE/TIME Edit menu > settings > date+time. Inconsistency between the Internet APN on your SIM and the access point in the customer's data plan  Update the access point  phone menu > settings > access point > add https://expertcentre.nokia.com/en/articles/faqs/Pages/Error-Code-80072F30-when-Synchronizing-Mailbox-on-Windows-Phone-8.aspx

Mac OSx Wifi airport fix - hackintosh (Mountain Lion, Mavericks)

Fixing Wi-Fi Issues on Mac OS X Hackintosh (Old) If you are experiencing issues with Wi-Fi on your Mac OS X hackintosh, you may find that the Wi-Fi airport is not working or is not showing any available networks. Here's a quick fix to help you get back online: Method 1: Reconfigure Wi-Fi Settings Go to System Preferences and select "Network". Select the Wi-Fi network and click on "Open Network Preferences". Select the Wi-Fi device. Click on the cog icon (located near the plus and minus icons) at the bottom of the box. Select "Make Service Inactive". Click on the minus (-) icon to delete the Wi-Fi network. Re-add the Wi-Fi device using the plus (+) icon. Click on "Apply" to save the changes. Other method: Install the latest drivers for your Wi-Fi device Reboot your computer. Related Searches: Mac OS X Mountain Lion Wi-Fi Fix Mac OS X Mavericks Wi-Fi Fix Wi-Fi Issues on Mac OS X Hackintosh

Use -option+S- at boot to enter in the single root mode.

Use -option+S- at boot to enter in the single root mode. run those commands To set in read and write the / # mount -o update / /sbin/mount -uw / # cd /Library/Preferences # rm com.apple.loginwindow.plist # rm com.apple.windowserver.plist # cd /Library/Caches # rm -r * # cd /System/Library # rm Extensions.mkext # cd /System/Library/Caches # rm -r * # reboot

FIX Fatal error: Call to undefined function filter_var() - filter_var alternative

Fatal error : Call to undefined function filter_var() http://php.net/manual/en/function.filter-var.php This function is available only for PHP 5 >= 5.2.0 http://php.net/manual/en/filter.filters.sanitize.php <?php /*fix for older php version*/ if (!function_exists('filter_var')){ define(FILTER_VALIDATE_EMAIL,'/^[A-Za-z0-9-_.+%]+@[A-Za-z0-9-.]+.[A-Za-z]{2,4}$/'); function filter_var($string, $filter_type) { if ( preg_match( FILTER_VALIDATE_EMAIL, $string ) ) { return true; } return false; } } $val = 'argento@emailsamplex.com'; if (filter_var($val, FILTER_VALIDATE_EMAIL) === false) { die("$val wrong email");} echo 'ok';

regular expression to remove all non alphanumeric characters except punctuation carriage return

regular expression to remove all non alphanumeric characters except punctuation carriage return They can be used with php preg_replace, sed, notepad++, sublimite text, phpstorm, editpad, powershell, emeditor, dreamweaver, bbedit, brief, elvis, grep, java, Openoffice, libreoffice, word, netbeans, note tab, nvi, omnioutliner, pspad, python, qt, regel, regexbuddy, sas, SubEthaEdit, tcc command line, tera term, textmate, TSE, UltraEdit, Vile, Vim, scite and anything else that supports regex (I hope). regular expression that matches all non alphanumeric (from A to Z upper and lowercase. From zero to nine) characters except punctuation and other characters like line feed and carriage return. ,;()[]{}. It does match characters that are not in the english alphabet. [^a-zA-Z0-9\s,;\-_\[\]\{\}()\.\/\\\+&#\"\']  Matching all non alphanumeric. [\W\D\S] I'm not an expert of regular expressions so, please, comment if you find errors.

How to Configure Notepad++ and Notepad as Default Editors in Git for Windows: A simple Guide

How to Configure and Use Notepad++ and Notepad in Git for Windows If you're using Git for Windows and prefer to use Notepad++ or Notepad as your default editor instead of the default Git editor, this guide will help you configure it. Configuring Notepad++ in Git for Windows To configure Notepad++ in Git for Windows, you'll need to know the path to your Notepad++ installation (e.g., C:/Program Files/Notepad++ ). Once you have the path, you can run the following command: git config core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin " This command will set Notepad++ as your default editor in Git for Windows. Configuring Notepad in Git for Windows To configure Notepad in Git for Windows, you can run the following command: git config core.editor "'C:/windows/system32/notepad.exe' -multiInst -notabbar -nosession -noPlugin " This command will set Notepad as your default editor in

Install Windows 10 via USB on older macbook and imac without bootcamp

This simple guide is the solution for those that don't have a working superdrive (uj-8a8 in my case) and are getting the error "no bootable device" when bootcamp tries to reboot in (a sort of) legacy mode. Before doing anything BACKUP your data. Do NOT attempt any kind of operation if you are risking to lose important data or you are afraid to corrupt your actual osx installation. Make sure that you have an USB with your osx Installer or a network connection from which recover the OSX system Make sure that you have at least an 8gb USB Drive (I suggest a 16gb thumb). Download Windows 10 from the microsoft website. You need a Windows Operating system to download Windows 10 from the Microsoft Website https://www.microsoft.com/en-en/software-download/windows10 (english) https://www.microsoft.com/it-it/software-download/windows10 (in italiano) Create your Windows 10 Installation USB Pendrive (or disk) with the tool that you prefer. For mac osx or other Operti

[Solution] How to Troubleshoot Pimcore Installation on Windows Server: Resolving the 2GB Limit Issue (x32)

Troubleshooting Pimcore Installation on Windows Server: How to Resolve 2GB Limit Issue Are you facing issues while installing Pimcore on your Windows server? One of the most common issues that users encounter is the 2GB limit error. To prevent this error from occurring, it's essential to use PHP7 x64. The x32 version may cause limitations that lead to this error. To ensure a smooth Pimcore installation process, you'll also need to ensure that the following settings are in place: Database Charset utf8mb4 is required. innodb_large_prefix = ON is required. innodb_file_format = Barracuda is required. To set these values in your my.ini file, follow these steps: [mysqld] innodb_file_format = Barracuda innodb_large_prefix = 1 innodb_file_per_table = ON By following these steps, you should be able to resolve the 2GB limit issue and complete the Pimcore installation on your Windows server.

clintonfoundation.org blackbaud soap api

SOAP API documentation https://bbis.clintonfoundation.org/webservices/webmethods.asmx we can request the wsdl https://bbis.clintonfoundation.org/webservices/webmethods.asmx?wsdl archived: http://archive.is/Es5Xr sample with an online client https://wsdlbrowser.com/soapclient?wsdl_url=https%3A%2F%2Fbbis.clintonfoundation.org%2Fwebservices%2Fwebmethods.asmx%3Fwsdl APIs developed by blackbaud.com
https://remoteaccess.emanuel.org.uk:10443/ user: mah pass: £138JAMADee Mark Hipperson - remote desktop --- user: jlp pass: Macbeth2020 jane Peters ---- james.traynor Thunderbird4

Moodle 3.8.1+ - path leak via errors in several files

Moodle 3.8.1+ ----------------------------------------------- File: admin/mailout-debugger.php #!/usr/bin/php Notice : Disabled. in \admin\mailout-debugger.php on line 73 File: admin/settings/appearance.php Notice : Undefined variable: hassiteconfig in \admin\settings\appearance.php on line 10 Fatal error : Uncaught Error: Call to undefined function has_any_capability() in \admin\settings\appearance.php:10 Stack trace: #0 {main} thrown in \admin\settings\appearance.php on line 10 File: admin/settings/badges.php Notice : Undefined variable: hassiteconfig in \admin\settings\badges.php on line 30 Fatal error : Uncaught Error: Call to undefined function has_any_capability() in \admin\settings\badges.php:30 Stack trace: #0 {main} thrown in \admin\settings\badges.php on line 30 File: admin/settings/courses.php Notice : Undefined variable: hassiteconfig in \admin\settings\courses.php on line 32 Fatal error : Uncaught Error: Call to undefined function