after trying CMSMS on my localhost i couldn't wait to get it online.
So I went ahead and tried to install it on my FTP account.
I did exactly what the Wiki said, all the steps went perfect.
I had 0 errors and i tried the installation several times.
Everytime after i get "Click here to go to you CMS site!",
i get a 404 error in my browser. Trying to include "/index.php" doesn't work either.
I can log in to my Admin-panel. When i try to create new content it says:
The content was successfully added to the database.
Though nothing is being added. I don't get new content!
Editing the existing page works fine, though i can only preview it. (else 444 error)
So:
-perfect installation
-i can log in to admin panel
-i can edit existing page
-i can make new stylesheets
-i can't make new pages
-trying site gives 404 Page Not Found
Please help, it's very urgent.
Thanks in advance
Vincent
PS: It's the MULTILINGUAL version
edit: found the solution
First I did an install om build4. When trying to access the front page I got the 404-error. I logged in to phpMyAdmin and changed the following manually.
In the content table, rename columns content_name and menu_text to content_name_en and menu_text_en accordingly. Plus add columns content_name_de and menu_text_de. If you have installed additional languages, add columns for these to ie. for swedish add content_name_se and menu_text_se.
Further, In the htmlblobs table, rename the column html to html_en and add column html_de and if you have additional languages add them here to. That's it.