Page 2 of 14

Not yet resolved

Posted: 2003-08-14 12:10:23
by Fonske
Ormus wrote: As a quick solution just change the error level in your php.ini and they won't be shown anymore.
Ok, I tried to put every error notification off in the error-handling of my php.ini but it doesn't seem to work. They are still shown.

Isn't it possible to quickly resolve the problem in the php code and put a second beta online?
I think I'm not the only one with this problem....

Thx
Fonske

Problems resolved

Posted: 2003-08-14 12:56:23
by Fonske
Ok, problems resolved.
PHP.ini changes only worked after restarting...

Because I think this is a wonderfull php-template, I wrote a dutch-translation file. Download here

Keep up the good work dude, and if you need new dutch-translations, I'll be glad to help...

Grtz
Fonske[/url]

Suggestion

Posted: 2003-08-14 13:02:43
by Fonske
Maybe it's usefull to put in the details also the borrower...; So friends of me know that the movie they would like to see is not here at the moment...
And instead of the name of the borrower you can just put a little word like "borrowed" somewere in the details...

Grtz
Fons

Posted: 2003-08-17 19:16:32
by Ormus
Hey Fonske,

thanx for the translation, I will add that as soon as I return from my vacation (which will be next thursday). I already have a few things done for the next beta, including more statistics etc.

I'll have to check all the warnings with my php and clean up my dirty code.

The next version will probably feature a few new language strings. I'll fill the missing ones in the dutch translation with english, feel free to update it...

About the borrow thing: I'm not using that feature of AMC, so this hasn't been on my mind yet. I'll have a look and will add it in the next beta as well.

Greetz,
Ormus

Posted: 2003-08-23 17:29:08
by :: Fonske ::
Do you know already when your next release will be? I'm really looking forward to it, because it is a great template. And it runs really fast on my apacheserver... Keep up the good work, dude...

Grtz
Fons

Posted: 2003-08-24 18:02:44
by Ormus
Next Version? Late next week I would say, gotta go on a business trip on monday. A few new things can already be seen in the demonstration on the homepage. Have a look at the first new statistics.

Btw, Fonske: What setting was your php error reporting at when you encountered those warnings?

Posted: 2003-08-24 18:44:29
by :: Fonske ::
Ormus wrote: Btw, Fonske: What setting was your php error reporting at when you encountered those warnings?
Sorry, I don't remember, but I know that it was a default installation from scratch.... So if you reinstall php, you will have same settings as I had...

Grtz
Fonske

Posted: 2003-08-26 20:43:46
by Ormus
Added your 'borrow' request, check the online demonstration. Is that, what you've been thinking about (see movie #1)?

The php warnings: Can't do much about them. If I increase the warning level I get way to many warnings to fix them. So I declare 'Report only errors' in php.ini a requirement. Microsoft-style :hihi:

Posted: 2003-08-26 20:52:26
by :: Fonske ::
Ormus wrote:Added your 'borrow' request, check the online demonstration. Is that, what you've been thinking about (see movie #1)?
Ok, seems to work, but I would put it in the details as you put the field "added" and than as value, you can give a boolean: yes or no, depending if it is borrowed to somebody or not... Do know what I mean?

Grtz
Fons

off topic, soft of...

Posted: 2003-08-27 15:49:58
by Mystiqq
Hi
first have to say that its real nice template, but i'd like to ask, where did you get those cover images from? :) in the sample page you posted

thanks in advance

Posted: 2003-08-27 17:45:24
by Ormus
Images are from Amazon...

Posted: 2003-08-29 15:27:50
by Ormus
new version online, see first post of thread.

Posted: 2003-08-29 18:13:09
by :: Fonske ::
Ormus wrote:new version online, see first post of thread.
and here you have the dutch language file... Download Here

Grtz
Fons[/url]

Posted: 2003-08-30 09:43:12
by Ormus
@antp: can you please delete the previous guest post? my fault...

@fonske: dutch file added to zip. Thanx.

@all: Netscape picture display fixed. Just download the 0.9b2 .zip again.

Posted: 2003-08-30 09:46:24
by antp
ok

not showing all movies

Posted: 2003-09-15 16:59:03
by dooievaar
I first thought the problem was with me, but your demo shows the same "error".

When you click on "list" you get the entire movie list.
The first movie on page 2 = the last movie on page 1. After page 2 everything is right.
But the result is that you can never see the last movie in your list.

When you go to the last page, you'll see that the last movie is nr 1200.
But when you set the "Rows per page" to (for example) 1250, you can see the real last movie: nr 1201.

I did a quick look on the code, but didn't have the time to check it out carefully...

Posted: 2003-09-15 18:05:30
by Ormus
Ok, I fixed the online demo. At least I think it's fixed, give it a try.

I'll label an rc later this week (unless it's too buy @work).

Posted: 2003-09-16 13:40:08
by dooievaar
The demo works now.
I have changed some stuff myself, and I didn't want to change them back when a new release comes out just for this little thing.
So I searched for it myself and found what was wrong.

Well, I think I found it :)
Here's what I did:

In the main.php:
// start at offset
// todo: fast direct jump possible ???
if ($row > $_SESSION['currentOffset'] + 1)
Maybe it's not right to do this, so I'd like to know how you did it.
Anyway, I really like it :grinking:

Posted: 2003-09-16 16:08:34
by Ormus
That's exactly what I corrected. ;)

You have to do the same thing for the searchList btw.

Posted: 2003-09-17 10:15:10
by dooievaar
Ok found it :)
Had a little problem with copying stuff from the old main.php to the new, but found that too.
The function "replaceSubStrings" had another name in the previous version.

Thank you for this great piece of coding!
And ofcourse the creator of Ant Movie Catalog :hihi: