Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Deprecation Error with Wiredesign's HMVC extension on PHP 7.2
Post: RE: Deprecation Error with Wiredesign's HMVC exten...

InsiteFX Wrote: (12-06-2017, 09:39 AM) -- Right I just noticed that I left off the $this-> Anyways glad you got it to work I' am sure it will bite some of the other users. -- haha Thanks again
24,736 Views
12 Replies
12-06-2017, 12:49 PM
koficypher
    Thread: Deprecation Error with Wiredesign's HMVC extension on PHP 7.2
Post: RE: Deprecation Error with Wiredesign's HMVC exten...

InsiteFX Wrote: (12-06-2017, 08:36 AM) -- Alright, here is another one you can try, again not TESTED. PHP Code: -- (is_array($module)) ? list($module, $params) = makeEach($module) : $params = NULL;...
24,736 Views
12 Replies
12-06-2017, 09:33 AM
koficypher
    Thread: Deprecation Error with Wiredesign's HMVC extension on PHP 7.2
Post: RE: Deprecation Error with Wiredesign's HMVC exten...

InsiteFX Wrote: (12-06-2017, 06:16 AM) -- This is not TESTED! But you can try it, if not it will be a start to fixing the depreciated each() function. Change line 83 or 84 - in third_party/MX/M...
24,736 Views
12 Replies
12-06-2017, 07:19 AM
koficypher
    Thread: Deprecation Error with Wiredesign's HMVC extension on PHP 7.2
Post: Deprecation Error with Wiredesign's HMVC extension...

Just until yesterday and until i had upgraded to php 7.2 i got this error saying thIs PHP Code: -- A PHP Error was encountered Severity: 8192 Message:  The each() function is deprecated. This m...
24,736 Views
12 Replies
12-05-2017, 10:00 PM
koficypher
    Thread: Community auth, inserting into 2 tables; users and customer_profiles on user creation
Post: Community auth, inserting into 2 tables; users and...

Hi i want insight on how to insert into two tables which will eventually  contain user information. Am using community auth to handle user management in my app and by design extra user info like firs...
2,646 Views
1 Replies
04-08-2017, 11:02 AM
koficypher
    Thread: PHP Fatal error: Call to a member function num_rows() on boolean
Post: RE: PHP Fatal error: Call to a member function nu...

Reduce the number of equal to sign to two instead of 3. change  if ($result->num_rows() === 0)  to: if ($result->num_rows() == 0)  Boolen 0 is false and 1 is true.   
31,457 Views
2 Replies
04-04-2017, 08:52 AM
koficypher
    Thread: creating model vs creating library, composer and vendor folder
Post: RE: creating model vs creating library, composer a...

Well sneakyimp, i cant tell you much about the opencloud sdk because i have not used it before neither can i tell if it will be compatible with the latest version of CI or PHP. But what i can show you...
4,252 Views
3 Replies
03-14-2017, 06:54 AM
koficypher
    Thread: Help with .htaccess
Post: RE: Help with .htaccess

If your index.php file is in the public folder kindly move it out of the folder and place it in the root directory.
5,266 Views
4 Replies
03-07-2017, 07:02 AM
koficypher
    Thread: Help with .htaccess
Post: RE: Help with .htaccess

-V1cu- Wrote: (03-07-2017, 06:03 AM) -- I have read both articles that u gave me and found a lot of good things there but still didn't figure out my problem... -- Where is your index.php file?
5,266 Views
4 Replies
03-07-2017, 06:58 AM
koficypher
    Thread: "Use" Command with CI?
Post: RE: "Use" Command with CI?

VikRubenfeld Wrote: (03-03-2017, 03:48 AM) -- That worked. Thanks! -- You welcome
8,475 Views
5 Replies
03-03-2017, 03:53 AM
koficypher
    Thread: "Use" Command with CI?
Post: RE: "Use" Command with CI?

Navigate to your application/config/config.php file and set $config['composer_autoload'] = TRUE; //around 134 line
8,475 Views
5 Replies
03-03-2017, 02:08 AM
koficypher
    Thread: Trying to get rid of index.php from address on my ubuntu system
Post: RE: Trying to get rid of index.php from address on...

:Dskunkbad Wrote: (03-01-2017, 05:29 PM) -- doomie22 Wrote: (03-01-2017, 04:08 AM) -- ... (could of happened with mixing with windows, I don't know) ... -- Friends don't let friends mix with win...
13,008 Views
8 Replies
03-02-2017, 02:05 AM
koficypher
    Thread: Trying to get rid of index.php from address on my ubuntu system
Post: RE: Trying to get rid of index.php from address on...

ohk so got to your terminal and sudo nano /etc/apache2/apache2.conf. edit the file and change all AllowOverride None to AllowOverride All. After that you need to enable mod rewrite by typing sudo a2e...
13,008 Views
8 Replies
03-01-2017, 03:02 AM
koficypher
    Thread: Community_auth incorrect URL
Post: RE: Community_auth incorrect URL

skunkbad Wrote: (02-06-2017, 08:22 AM) -- koficypher Wrote: (02-06-2017, 03:41 AM) -- I think this is a similar thing am currently facing. The url ommits the folder name in which my application is i...
6,575 Views
5 Replies
02-06-2017, 12:40 PM
koficypher
    Thread: Best Approche to Web Application
Post: RE: Best Approche to Web Application

PaulD Wrote: (11-27-2016, 10:28 AM) -- I am not saying it is the best way, but I would do this: I would have the public site and members functionality (members admin) on the main install of CI. I wou...
8,438 Views
5 Replies
02-06-2017, 03:54 AM
koficypher
    Thread: Community_auth incorrect URL
Post: RE: Community_auth incorrect URL

I think this is a similar thing am currently facing. The url ommits the folder name in which my application is in. I have also removed index.php but i still face this problem
6,575 Views
5 Replies
02-06-2017, 03:41 AM
koficypher
    Thread: Overriding Public Folder In Codeigniter via composer plugin
Post: RE: Overriding Public Folder In Codeigniter via co...

enlivenapp Wrote: (01-27-2017, 09:28 AM) -- Move index.php and .htaccess to the root of your project. Make sure $system_path, $application_folder and $view_folder point to the correct place in ind...
5,166 Views
4 Replies
01-27-2017, 09:37 AM
koficypher
    Thread: Overriding Public Folder In Codeigniter via composer plugin
Post: Overriding Public Folder In Codeigniter via compos...

Hi, i recently tried my hands on codeigniter composer installer by Kenjis. it had a directory structure like this; codeigniter/ ├── application/ ├── composer.json ├── composer.lock ├── public/ │ ├──...
5,166 Views
4 Replies
01-27-2017, 07:52 AM
koficypher
    Thread: Ajax login not working for community auth
Post: RE: Ajax login not working for community auth

skunkbad Wrote: (01-12-2017, 01:33 PM) -- OK, so in order to make it work properly, here is what I did: 1) Changed the auth level of the user "skunkbot" to 9 in the database. 2) In routes.php, ...
13,928 Views
9 Replies
01-27-2017, 07:17 AM
koficypher
    Thread: Ajax login not working for community auth
Post: RE: Ajax login not working for community auth

skunkbad Wrote: (01-11-2017, 09:56 AM) -- koficypher Wrote: (01-11-2017, 09:33 AM) -- skunkbad Wrote: (01-10-2017, 03:50 PM) -- The problem isn't Community Auth, so it's impossible for me to sugges...
13,928 Views
9 Replies
01-12-2017, 05:13 AM
koficypher

Theme © iAndrew 2016 - Forum software by © MyBB