Minggu, 08 Maret 2015

Yosemite / Mamp Pro / CodeIgniter Errors

Permasalahan:
Severity: Notice

Message: Only variable references should be returned by reference

Filename: core/Common.php

Line Number: 257
permasalahan lainnya :
Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at
/site/system/core/Exceptions.php:185)

Filename: libraries/Session.php

Line Number: 675

Permasalahan ini karena CodeIgniter 2.X digunakan dengan PHP >=5.6

solusinya kamu bisa turunkan grade PHP ke versi <= 5.5 atau mengganti line di dalam Codeigniter pada file berikut File: /site/system/core/Common.php
pada line no 257



menjadi:





Related Posts:

  • 4 Simple MD5 Login System (+Logout) with CodeIgniterCase Study : Create Simple MD5 Login System (+Logout) with CodeIgniter Requirements: Webserver Package, already installed. CodeIgniter bundle. Login (and Logout) is almost exist in any application that developed with cer… Read More
  • grocery CRUD for codeigniter This is a codeigniter CRUD. It is fully tested in codeigniter 2.0 and in 1.7.x. It is simple and has many features . The main feauture is that a customer can easily use this crud, not only a developer!! The installati… Read More
  • Free Open Source Application base on Codeigniter CodeIgniter adalah framework yang sangat mudah dipelajari dan cukup ringan. Jika anda tertarik untuk untuk mempelajari CodeIgniter lebih dalam, membaca source code aplikasi open source berbasis CodeIgniter mungkin akan memp… Read More
  • CodeIgniter Autocomplete Codeigniter is a great framework for php . It is simple and already helps lot of people to write faster code. The documentation is very good with examples for all the classes – functions. But (there is always a but…!) in ec… Read More
  • Minimize your URLs in Codeigniter Don’t wait until your customer or … your browser(!) start to mention that your URL is way to big from the usually title. Well the first thing that you realize when you install Codeigntier is that the URLs are really huge,… Read More

0 komentar:

Posting Komentar