Showing posts with label Windows 7. Show all posts
Showing posts with label Windows 7. Show all posts

Friday, November 24, 2017

Does MySQL thread_stack meet minimum - Drupal - CiviCRM - Windows

Here is the error message when installing civicrm in drupal wndows 7

To solve that, left-click wamp icon, choose MySQL --> my.ini as shown below
Next.... Just add "thread_stack = 262144" below [mysqld] tag like this :

Aaaandd... doneeee..... ;D


Sunday, October 1, 2017

Step2 Iseng Git - Versi Hyosoka :D

echo "# hisokacirclebutton" >> README.md
git init
git add .
git commit -m "first commit"
git remote add hisoka_github https://github.com/HyosokaPoipo/hisokacirclebutton.git
git push -u origin master



Buat ngubah alamat remote :
git remote set-url hisoka_github git://new.url.here

Tuesday, April 11, 2017

Sending Email Using Queue (SMTP-GMAIL) in Laravel 5.3 - Part I

In previous post, we have successfully sent an email using Mail::send with some of it's properties and we sent this email using default way or not using background worker or in another word 'queue'. So Right now, we are going to play queue to the email using smtp-gmail :D. mmmm......... Next please follow below instructions
1. Create table for queue and also failed-table too. Queue table is for saving list of some jobs (emails that will be sent) and failed-table is for saving failed list of our emails. For creating those tables, we can use these commands :
php artisan queue:table
php artisan queue:failed-table
So we have two migration files now :
Next, execute migration command:
php artisan migrate
Aaand now we have two tables in our phpmyadmin :
2. Change QUEUE_DRIVER = sync to database on .env file :

3. Create new job :
php artisan make:job {your-job-file-name}

4. Let's create a new route and controller...
5. Actually, we can do this step in step 3, buuut... mmmm.... yaaah... it's okie to seperate it in another step... :D
So... in this step 5, let's complete our handle method :




6. Run php artisan queue:listen
This command is the starting point for our queue job to be executed by laravel.

Friday, February 3, 2017

No data was received to import ... in XAMPP - Windows

Here is the error message :
In this case, I wanted to import an sql file which file size more than 256M, so I got above error. To solve this error just change the 'upload_max_filesize' in php.ini like this :
restart apache server aand go to phpMyadmin again, it should be like this :

Yaaaps... Now we can import sql file again which filesize less than 512M...

Friday, January 13, 2017

Thursday, November 24, 2016

Public IP Ruang Reka

http://www.whatismypublicip.com/


Tracert dari wifi Biznet ke IP Public:
Tracert ke Google :

Tracert ke FB :

Saturday, October 29, 2016

Import and Run Laravel Project in Eclipse PDT




Okie... Next thing we have to do is configuring laravel new server....So go to "Run" menu, choose "Run Configuration" :
Hit "New" to create a new configuration


Just hit "Finish"... okaay... mmmm.mmmmmmm............Next, right-click on welcome.blade.php, then run as webapplication :


Oooops.... We need to run "php artisan serve" from cmd then... :D
 Refresh the page.... aaaand... tadaaa....

Wednesday, October 26, 2016

USB 8G became 3MB - Fixed

So.... In order to make it back to it's original size, please follow these steps....

So we have a lot of unallocated space... :D So... mmmm..........
Open command prompt, type "diskpart" :
Then type "select volume 5" to select our usb, then type "clean" :
Just format our usb then go back to disk management.... then right click on the usb, choose new volume as shown in the picture below :







Yeeeei...Awesome... B-)