Monday 16 October 2006 7:06:51 am
Hi Claudia and thank you for looking av this.
<b>Log in admin</b>
I am trying to log on to admin at: admin.siteA.com I am here presented with the default ez publish login administrator interface. If I go to admin.siteA.com/index.php/user/login I get the same page. When I enter my valid username and password and click log in, the page simply reloads. There are no new error messages. I have enabled ez debug and I get alot of warnings:
Notice: eZMySQLDB::query(0.000 ms) query number per page:0 Oct 16 2006 15:19:54
SET NAMES 'latin1'
Timing: Oct 16 2006 15:19:54
Module start 'user'
Warning: ezi18n Oct 16 2006 15:19:54
No translation for file(translation.ts) in context(lib/template): 'The maximum nesting level of 40 has been reached. The execution is stopped to avoid infinite recursion.' with comment()
Warning: ezi18n Oct 16 2006 15:19:54
No translation for file(translation.ts) in context(kernel/user): 'User' with comment()
Warning: ezi18n Oct 16 2006 15:19:54
No translation for file(translation.ts) in context(kernel/user): 'Login' with comment()
Timing: Oct 16 2006 15:19:54
Module end 'user'
Warning: ezi18n Oct 16 2006 15:19:54
No translation for file(translation.ts) in context(kernel/navigationpart): 'Content structure' with comment(Navigation part)
Warning: ezi18n Oct 16 2006 15:19:54
No translation for file(translation.ts) in context(kernel/navigationpart): 'Media library' with comment(Navigation part)
Warning: ezi18n Oct 16 2006 15:19:54
No translation for file(translation.ts) in context(kernel/navigationpart): 'User accounts' with comment(Navigation part)
Warning: ezi18n Oct 16 2006 15:19:54
No translation for file(translation.ts) in context(kernel/navigationpart): 'Webshop' with comment(Navigation part)
Warning: ezi18n Oct 16 2006 15:19:54
No translation for file(translation.ts) in context(kernel/navigationpart): 'Design' with comment(Navigation part)
Warning: ezi18n Oct 16 2006 15:19:54
No translation for file(translation.ts) in context(kernel/navigationpart): 'Setup' with comment(Navigation part)
Warning: ezi18n Oct 16 2006 15:19:54
No translation for file(translation.ts) in context(kernel/navigationpart): 'My account' with comment(Navigation part)
Timing: Oct 16 2006 15:19:54
End
<b>The links issue</b>
My frontpage object is a folder. The folder shows some underlying articles using the line_article template. At my original site, the links that are generated works fine. They are like this:
http://www.siteA.no/index.php/about_site_a
My "new" site, siteB has a folder set as root level. The links at the frontpage then looks like this:
http://www.siteB.com/index.php/siteBfolder/about_site_b
Here you see /sideBfolder/ pops in as this is the root folder of site B. BUT when I click at this link in site B i get error message: module not found in ez debug I get two error messages (and some ezi18n warnings):
Error: index Oct 16 2006 15:37:10
Undefined module: about_site_b
Error: error/view.php Oct 16 2006 15:37:10
Error ocurred using URI: /index.php/about_side_b/
If I manually type the url: index.php/content/view/full/163/ The page is then showing.
|