Error :
Message: mkdir(): open_basedir restriction in effect. File() is not within the allowed path(s): (/home/thelazyppl/:/home/thelazyppl:/tmp:/usr/local/lib/php/)
Filename: drivers/Session_files_drivers.php
Details About Error :
CodeIgniter installation is trying to save its session files to somewhere that is unwritable . I would like to recommend you store...
Showing posts with label php. Show all posts
Showing posts with label php. Show all posts
Thursday, 28 April 2016
Friday, 4 March 2016
How To Fix Call to undefined function apache_get_modules()
Fatal error: Call to undefined function apache_get_modules() in
apache_get_modules() is only available when the PHP is installed as a module and not as a CGI. This is the reason why you cannot use this function and suffering from the error . The other reason would be caused by the disable_functions directive in your php.ini . you can use the following written php code to check...
Wednesday, 29 October 2014
Display Category on Product Page in Opencart
Necessity is the advent of everything today while doing some project i got requirement from my client to show the categories of the product to which that particular product belongs along with the product on the product view page So in order to accomplish this task we have to perform some simple and easy steps :
In your open-cart folder whether it is online or offline double...
Tuesday, 14 October 2014
How To Create Printable Bootstrap Page
Every Day Is a New Learning Day . Today, I learnt a new thing with bootstrap When We use the page becomes responsive it will adapt its width and height and change it accordingly to the screen on which we are viewing that webpage that's the magic of Bootstrap .
BUT there is one thing need to be noticed that is When we print that page . Like i needed to give one functionality...
Subscribe to:
Posts (Atom)
Followers
Popular Posts
-
Sqlite Database is the best way of providing portability...
-
Necessity is the advent of everything today while doing...
-
Quick Sort is a Sorting Algorithm based on Divide And...