
Search In
[url=http://debt-collection.cf/in-the-fast-changing-world-it-has-become-common-to-create-new-words-by-combining-two-words-or-lin]http://debt-collection.cf/in-the-fast-changing-world-it-has-become-common-to-create-new-words-by-combining-two-words-or-l
Hello readers!
If you have recently upgraded you PHP from PHP 5.3 to PHP 5.4 . Then it might be possible that your script is displaying a lot of error messages. If you want to hide these error you just need to change in your cakephp setup
There is
When we Install Joomla on our machine and we Log into Joomla administrator, after that when we enter the username and password, it will not taken us to the admin page, instead of landing to the admin page we get redirected to the same login page with
Option 1 :
You need to set the value of upload_max_filesize and post_max_size in your php.ini :
; Maximum allowed size for uploaded files.
upload_max_filesize = 40M
; Must be greater than or equal to upload_max_filesize
post_max_size = 40M
Afte
Hello Reader's! If you want to change your web background image automatic on the day time basis, i.e. for day it will show pic 1 and in night it will show pic 2 as background.
Lets see the full example below:-
</body>
<sc
While automating GUI one has to be very careful, do not start the automating when the project starts, else you will ends up re-writing the the automation scripts. Many a times vendors provide training and support of automation tools to the resources.
call() and query() method are the odoo methods which are used in def function in .py file, it is used to call the value.
To call the Odoo server objects we use two primary methods which are call() and query(), for this see the code example below and
Welcome to FindNerd.
We sometime get the error- can not send session cookie - headers already sent while we use the session. When we start the start the session
with the help of session_start, it means we are ready to use the session. To avoid the
In my last blog we did our first commit, and we gave it a really simple commit message that was just initial commit.
it doesn't really describe what we were doing and where we left.
we must commit message that describes the changes and if pos
Default socket timeout in SoapUI is set to 60000 milliseconds i.e. 1 minute. You can change the value if you are facing "Connection timed out:" error. This error could be due to heavy processing in web service, or resources being busy.
Socket Time
