Loading...
 
Architecture / Installation

Architecture / Installation


I have trouble with tikiwiki192 in iis+php4.3.5

posts: 4 China

When i found tikiwiki, I'm happy. It have all feathures i like.
I downloaded it, and setup it on my IIS+php4.3.5

but I wanna change Administration: General, i failed. I do not why?

I change followings, but while i click "change preference", there is nothing changed. I can't change any of them.
Language:
Detect browser language:
Use database for translation:
OS: Unix Windows Unknown/Other
Report PHP errors only for admin
Default charset for sending mail:
Mail end of line:

please help me.
thanks

posts: 1092

Perhaps you have some php errors that you don't see.
Try to switch in admin->general error reporting level to all errors
If you can't change in the database in the table tiki_preferences error_reporting_level to the value 2047

sylvie

posts: 4 China

I use the SQL followings:

SELECT * FROM `tiki_preferences` WHERE name LIKE "error%"

But I got nothing......

I remembered when I installed tikiwiki, there is nothing of errors about can't create anyting in database.

and I check the tiki.sql file, I tryed to search "error_" or "errors_" , but I get nothing.

where is the " error_reporting_level " you mentioned?


posts: 4 China

I use the SQL followings:

SELECT * FROM `tiki_preferences` WHERE name LIKE "error"

But I got nothing......

I remembered when I installed tikiwiki, there is nothing of errors about can't create anyting in database.

posts: 1092

> I use the SQL followings:
>
> SELECT * FROM `tiki_preferences` WHERE name LIKE "error"
>
> But I got nothing......
>
> I remembered when I installed tikiwiki, there is nothing of errors about can't create anyting in database.
So insert a new line

posts: 4 China

> > I use the SQL followings:
> >
> > SELECT * FROM `tiki_preferences` WHERE name LIKE "error"
> >
> > But I got nothing......
> >
> > I remembered when I installed tikiwiki, there is nothing of errors about can't create anyting in database.
> So insert a new line

Why let user insert a new line manually?
Why not fixed this fault in your calling Stable 1.9.x?
Why not make the installation friendly?