Search
 
SCRIPT & CODE EXAMPLE
 

PHP

Missing expression. (near "ON" at position 25)

#1. Goto XAMPP control panel>
#2. Stop Apache and MySql services>
#3. Click on Config of Apache>select php.ini and change the followings:
max_execution_time = 600
max_input_time = 600
memory_limit = 1024M
post_max_size = 1024M
  
#4. Click on Config button of MySql and select my.ini and change:
max_allowed_packet = 1024M
#5. Again Start the services and try.. i hope it will work.
Comment

PREVIOUS NEXT
Code Example
Php :: array_key_exists vs isset 
Php :: laravel check if table has column 
Php :: laravel faker title 
Php :: fill zero on php 
Php :: publish config laravel 
Php :: How to install a specific version of package using Composer? 
Php :: try catch in laravel 
Php :: how to truncate the given string to the specified length in blade.php 
Php :: Allowed memory size of 33554432 bytes exhausted (tried to allocate 43148176 bytes) in php 
Php :: combine date and time in php 
Php :: case inside laravel query 
Php :: nl2br php 
Php :: php __construct 
Php :: setcookie 
Php :: wp get category by id 
Php :: laravel file size validation 
Php :: laravel add item to array 
Php :: PHP executable not found. Install PHP and add it to your PATH or set the php.executablePath setting in linux 
Php :: wordpress notice 
Php :: php get all php files in a directory 
Php :: carbon parse timestamp 
Php :: laravel route resources 
Php :: php get bearer token from request 
Php :: php get class name without namespace from string 
Php :: validation not exists with this id laravel 
Php :: how to replace double quotes in a string in php 
Php :: php mongodb version cmd 
Php :: if condition inside echo in php 
Php :: laravel sortby varchar date 
Php :: check if array value exists in another array php 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =