Incorrect parameter count in the call to native function 'radians'
Hi When submitting a postcode, say TW1 3HG, [SEO link redacted], it will either show a correct result or this error: Error Number: 1582 Incorrect parameter count in the call to native function...
View Articlehaving problem running my pages for the first time in wamp
have follow the tutorial to create the view method and all the other basic pages in the appropriate directorates but cant do the following a. text existence of the files or pages created b. when i...
View ArticleOrder of loading config and constants
When CI first loads the config.php file, it first grabs the one located at /application/config/config.php and then it loads the one located at /application/config/ENVIRONMENT/config.php But...
View ArticleHow can I redirect in Controller?
Hi, I have a trouble, when I want to redirect to somewhere, my site is shutdowned. This is my code: PHP Code: return redirect('somewhere'); Let me know if I'm wrong. Thanks!
View ArticleSend email with large attachment
Hi I get the following error when sending email with attachments of big size. We are using codeigniter 3.1.0 A PHP Error was encountered Severity: Notice Message: fwrite(): send of 8192 bytes failed...
View ArticleStarting to learn CodeIgniter !
Hi guys, I'm new to this community I was starting to learn CodeIgniter this days. Any advice sir/ma'am would highly be appreciated
View ArticleLocal external app adding
Hello everyone, I just started using ci and I love it. On the site I have an update folder that holds a totally different site. Can I do this and How would I do this? Thank you and sorry for the...
View ArticleCommunity Auth - Login error if autoload form_validation library
Hello, I am encountering a strange problem with Community Auth. Multiple login attempts fail when I autoload application dependent libraries like this - $autoload['libraries'] =...
View ArticleTrying to get property of non-object
Hi all, I want to make a table with the members list of my website, but i have Trying to get property of non-object as error. Here is my controller: Code: public function memberslist(){...
View Articleredirecting and alerting after the session has cleared
I have found that if I leave my system sitting at one of its views for more than 7200 seconds (with no interaction) the session variable clears and I lose track of the name and userid of the user. What...
View ArticleIs CI setting new cookies to expire yesterday?
I'm having problems setting a cookie: PHP Code: $this->input->set_cookie('XDEBUG_PROFILE', $set); The cookie immediately expires the moment it is created. I've chased the problem down to this:...
View ArticleForm validation in 3.1.7
The validation rule valid_email in CI's 3.1.7 form validation, doesn't work anymore. PHP Code:...
View Articlehow to get the log id sealed in the add_action of grocery crud?
Here a example, i want to click the button https://imgur.com/a/F9tW9 and through the queryTest: //call the function $this->grocery_crud->add_action('Orçamento', '', 'admin/book', 'fa...
View ArticleHow to edit my table?
Hi all, i need help to add column named "Edit" on all row for edit a table row. can you help me please Here is my controller: PHP Code: public function pronosticshistory(){ $template =...
View ArticleThe 2018 Guide to Building Secure PHP Software
Must Read: Paragon Initiative Enterprises Blog - The 2018 Guide to Building Secure PHP Software
View ArticleJob vacancy - PHP Web Developer - Codeigniter PHP MySQL
Codeigniter PHP Web Developer to be based in Potters Bar, salary £45,000+ PHP Developer - eCommerce PHP Web Developer - PHP MySQL Codeigniter HTML CSS JavaScript - LAMP Developer - Potters Bar,...
View ArticleUser ID data not showing.
Hello everybody, Can somebody tell me where I got the error in my code? I already tried different queries in my get_userdata method and I even tried $query->result_objec(); but so far I've been...
View ArticleCodeigniter profiler, where are the queries coming from
Add to the debugger the output of the file name and the string from which the request is made. Implementation https://gist.github.com/GDmac/7689850 Opera Снимок_2018-01-27_114212_torr.ws.png (Size:...
View ArticleSession and Cache file driver
Session_files_driver.php Cache_file.php I think it would be better to call it the same. Files or file... You get confused in the config.
View ArticleNumber of rows in Query Results
Hi, I think this feature is useful, sometime I need to check the value exists in database. Of course I can check by if $query->getRow() like this PHP Code: if ($query->getRow()) {...} In some...
View Article