Welcome Guest, Not a member yet? Register   Sign In
Edit Page Issue
#71

[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?
#72

[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
#73

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

[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.
#75

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

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

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

[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
#79

[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?
#80

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




Theme © iAndrew 2016 - Forum software by © MyBB