Page 2 of 2

Re: Content manager - new menus not showing up

Posted: Wed Feb 06, 2019 8:54 pm
by Studiokamar
no they don't
If i click on my menu item its opening domain.com/alias is that allright ?

And secondly i tried to update site to most recent version but everytime i get server error 500 on both servers on which i have the site one oryginal one for testing purposes

Re: Content manager - new menus not showing up

Posted: Wed Feb 06, 2019 8:56 pm
by DIGI3
If they're not showing when you manually visit them with non-pretty urls (/index.php?page=foo) then the page is inactive or you have the alias wrong.

Re: Content manager - new menus not showing up

Posted: Wed Feb 06, 2019 8:58 pm
by Studiokamar
The page is active. How can i have the alias wrong ?

Re: Content manager - new menus not showing up

Posted: Wed Feb 06, 2019 9:03 pm
by DIGI3
perhaps you're typing it wrong when you visit it via the non-pretty url.

Re: Content manager - new menus not showing up

Posted: Wed Feb 06, 2019 9:04 pm
by Studiokamar
Not posible i copy it

Re: Content manager - new menus not showing up

Posted: Wed Feb 06, 2019 9:09 pm
by DIGI3
No idea then, sorry. Sounds like you have some server or database issues you need to resolve first. You'll need to do some troubleshooting and get your site working without pretty urls (remove your htaccess and comment out the line in config.php). Then bring htaccess back in and figure out what's breaking.

After that, work on the upgrade. Read your error logs to see why you're getting the 500 error, make sure you're following all of the proper upgrade instructions, and that your server has the correct versions of PHP etc available.

Re: Content manager - new menus not showing up

Posted: Wed Feb 06, 2019 9:11 pm
by Studiokamar
Thank You for Your help i will be testing then.

Re: Content manager - new menus not showing up

Posted: Sat Feb 09, 2019 9:07 pm
by Studiokamar
I have no idea why but i just leawe this for couple of days and now everything is working.
Now i really think that this could be some caching problem but have no idea where because i tried everything on my part to remove cache from my browsers and clear website cache but this is caching somwhere else because i can change something and wath the site on complettely fresh browser where i never enter to this site and changes are no wisible either.

only In the htaccess is the code like that

Code: Select all

<IfModule mod_expires.c>
  ExpiresActive On
  
  ExpiresByType image/jpg "access 2 days"
  ExpiresByType image/jpeg "access 2 days"
  ExpiresByType image/gif "access 2 days"
  ExpiresByType image/png "access 2 days"
  
  ExpiresByType text/css "access 2 days"
  
  ExpiresByType text/x-javascript "access 1 month"
  
  ExpiresByType image/x-icon "access 1 year"
  
  ExpiresDefault "access 10 days"
</IfModule>