i couldn't access the php.ini by the provider.
So copied the map and the database from the server.
I plced on my NAS and ik worked just like on the server.
What i did :
i changed the php.ini with :
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
display_errors = On
display_startup_errors = On
i restarted the service (telnet) with : httpd -k restart
When i go to the homepage = everyting ok
when i log on (frontend) = everything is ok
When i go to 'photos' with a new user = everything is ok
Then i make a new main category and then its go wrong.
I get a non - layouted page with data from the user, data from the main category and then for the subcategory page not found
No errors where displayed
When i look to the page source then i see the head-section and the body-section in the last part of the page????
So, my page is not starting with :
<html xmlns="
http://www.w3.org/1999/xhtml" xml:lang="nl-nl" lang="nl-nl" dir="ltr">
<head>
but this is in the middle of the page ???
What can i do more to figure out what the problem is ????
Thx