CodeIgniter Forums
Scaffold doesn't respect different ports - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Scaffold doesn't respect different ports (/showthread.php?tid=18904)



Scaffold doesn't respect different ports - El Forum - 05-21-2009

[eluser]Samuurai[/eluser]
I'm going through the blog tutorial and i'm at the scaffold section. I get to the scaffold page ok, but when I click Create New Record, it gets rid of port 8888, which is what my web server is running on, so the link fails.

Probably a simple fix.

Cheers


Scaffold doesn't respect different ports - El Forum - 05-21-2009

[eluser]Phil Sturgeon[/eluser]
Is port 8888 part of your $config['base_url']?


Scaffold doesn't respect different ports - El Forum - 05-21-2009

[eluser]Samuurai[/eluser]
Ahh.. good idea.

That's a bit annoying though because I use port 8888 on my laptop and port 80 on my iMac at home. I'll tell my SVN repo to ignore the config.php file.

Thanks!