CodeIgniter Forums
Edit Page Issue - 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: Edit Page Issue (/showthread.php?tid=40776)

Pages: 1 2 3 4 5 6 7 8


Edit Page Issue - El Forum - 04-20-2011

[eluser]toopay[/eluser]
[quote author="jzmwebdevelopement" date="1303303765"]I was only getting the internal server error on my local mamp server -> maybe you have a point but ....
[/code][/quote]

Are you mean you have working on this app at local server and cloud server? The cloud server is fine but the at the local server it generates error?


Edit Page Issue - El Forum - 04-20-2011

[eluser]jzmwebdevelopement[/eluser]
Yep,

On my local server I get the internal server error -> I then have to check the log to get the php fatal error:

On my cloud server -> it displays the php fatal error as a php error should


Edit Page Issue - El Forum - 04-20-2011

[eluser]toopay[/eluser]
Try this htaccess,
Code:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.* index.php/$1 [L]



Edit Page Issue - El Forum - 04-20-2011

[eluser]jzmwebdevelopement[/eluser]
[quote author="toopay" date="1303304676"]Try this htaccess,
Code:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.* index.php/$1 [L]
[/quote]

The above .htaccess has broken the site completely by saying Oops! This link appears to be broken.


Edit Page Issue - El Forum - 04-20-2011

[eluser]toopay[/eluser]
Stay use that. Clear your browser cache, restart you mamp server.


Edit Page Issue - El Forum - 04-20-2011

[eluser]jzmwebdevelopement[/eluser]
Done still the same when trying to pass the page to edit into the editpage


Edit Page Issue - El Forum - 04-20-2011

[eluser]toopay[/eluser]
There are no 'Ops...' and the other pages work as it should be, right?


Edit Page Issue - El Forum - 04-20-2011

[eluser]jzmwebdevelopement[/eluser]
correct as the fatal error cms page is what feeds the data into admin template foreach loop for the edit page dropdown menu -> what I click on that gives me this fatal error


Edit Page Issue - El Forum - 04-20-2011

[eluser]toopay[/eluser]
Are you use some base class which extended by other controller?
Are you have already try to configure some hook to solve your problems before you go to this thread?


Edit Page Issue - El Forum - 04-20-2011

[eluser]jzmwebdevelopement[/eluser]
none of my controllers extend and no