Welcome Guest, Not a member yet? Register   Sign In
Internal Server Error? Linking issue.
#1

[eluser]Unknown[/eluser]
Hi I am VERY new to backend development. I am trying to setup a User Registration using Codeigniter. I have gotten pretty far but for some reason I can get the "Create Account button working.

I have my site up and running on http://t-mrkt.com/mycisite/ would you guys mind taking a look and seeing where I might be going wrong?

Here is a link to my files: https://www.dropbox.com/sh/z54j4qd50yf3t0p/MnnghGBB_D

Thanks so much in advance.

Adam
#2

[eluser]greedyman[/eluser]
How do I test without database?
#3

[eluser]Unknown[/eluser]
Hi Greedyman,

That is a great question. I am really new to this so maybe you can guide me? What would I need to do to make this easier to diagnose. I appreciate your help.

Adam
#4

[eluser]greedyman[/eluser]
[quote author="dam4222" date="1372687728"]Hi Greedyman,

That is a great question. I am really new to this so maybe you can guide me? What would I need to do to make this easier to diagnose. I appreciate your help.

Adam[/quote]

Ok, I see. You have to type full url like this http://t-mrkt.com/mycisite/index.php/log...redentials and you will get an error Fatal error: Class 'Model' not found in /home1/tmrktcom/public_html/mycisite/application/models/membership_model.php on line 3. Change this line class Membership_model extends Model to class Membership_model extends CI_Model. You should change your htaccess in root folder is RewriteBase /mycisite/. And then, I think it works. Good luck!




Theme © iAndrew 2016 - Forum software by © MyBB