Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter website ported to CodeIgniter 4
#11

Fixed the user guide links that were resulting in endless loops.
Reply
#12

(This post was last modified: 09-04-2019, 10:15 AM by Leo.)

Theres a horizontal scroll on bottom, that looks like a sloppy CSS, on Firefox Mozilla, 1920 resolution monitor

Its caused by class row, for me, specifically by this:
margin-right: -15px;
margin-left: -15px;

(that looks weird)


Also this: https://prnt.sc/p1tnzg
You can see things I made with codeigniter here: itart.pro its not overly impressive as I have very little time to learn.
Reply
#13

(09-03-2019, 07:31 AM)ciadmin Wrote: Fixed the user guide links that were resulting in endless loops.
Not sure it's fixed yet. When I browse to https://codeigniter.com/user_guide/

I'm getting the error page with...

Quote:This page isn’t working
codeigniter.com redirected you too many times.

ERR_TOO_MANY_REDIRECTS


If I append the URL with a file name, i.e. https://codeigniter.com/user_guide/index.html it works.
Reply
#14

(09-06-2019, 02:56 AM)dave friend Wrote:
(09-03-2019, 07:31 AM)ciadmin Wrote: Fixed the user guide links that were resulting in endless loops.
Not sure it's fixed yet. When I browse to https://codeigniter.com/user_guide/

I'm getting the error page with...

Quote:This page isn’t working
codeigniter.com redirected you too many times.

ERR_TOO_MANY_REDIRECTS


If I append the URL with a file name, i.e. https://codeigniter.com/user_guide/index.html it works.

That is correct. The link in the website has been fixed, but there is still an issue trying to  reference the user guide without the index.html. So, my solution is only partial & I still have a misconfiguration to track down Sad
Reply
#15

@ciadmin,

I did notice that there was a difference but I couldn't quite put my finger on it. This answers my question. nice.
Reply
#16

I would be quite happy to redesign the CodeIgniter website if that would be something that would be liked?
Reply
#17

(09-09-2019, 07:41 AM)dturner123 Wrote: I would be quite happy to redesign the CodeIgniter website if that would be something that would be liked?

Please see https://forum.codeigniter.com/thread-74262.html
Reply
#18

Jim, I was just looking at the CI 4 Website2 and the .gitignore file is still using
all of the folder names from CI 3.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#19

(09-29-2019, 03:34 AM)InsiteFX Wrote: Jim, I was just looking at the CI 4 Website2 and the .gitignore file is still using
all of the folder names from CI 3.

Hmm - it looks like a mashup between the two, which I will fix.
Thanks for the heads up!
Reply
#20

Something has been bothering me subliminally about the Forum for a while. I just realized what it is. The CI logo should be on the browser tab. Instead, I'm seeing a generic, browser-supplied globe on Chrome, and no icon at all on Firefox.

Missing favicon?
Reply




Theme © iAndrew 2016 - Forum software by © MyBB