View previous topic :: View next topic |
Author |
Message |
GamerZ
Joined: 15 May 2002 Posts: 537 Location: Singapore
|
Posted: Tue Jul 02, 2002 9:34 am Post subject: some pre3 help |
|
|
b2archives.php
Warning: Supplied argument is not a valid MySQL result resource in /home/surfaze/www/gamerz/b2-include/b2functions.php on line 354
b2calender.php
Wierd, then in b2calender.php the blank images is not in $b2include.
index.php
When linking to <more> the url parse is diff it will include the real path and not url. |
|
Back to top |
|
 |
michel v Site Admin
Joined: 25 Jan 2002 Posts: 799 Location: Corsica
|
Posted: Tue Jul 02, 2002 11:52 am Post subject: |
|
|
Thanks for notifying me of these bugs. I just fixed them all
The first one happened only when calling b2archives.php without including it, because it needed a connection to the db.
The second one, I just replaced the blank image by a blank space (you can include a blank image tag by editing b2calendar.php, there's a list of variables that you can edit there).
The third one was because I used 'SCRIPT_FILENAME' instead of 'REQUEST_URI'. Fixed |
|
Back to top |
|
 |
GamerZ
Joined: 15 May 2002 Posts: 537 Location: Singapore
|
Posted: Tue Jul 02, 2002 1:16 pm Post subject: |
|
|
no problem man, great job there =) |
|
Back to top |
|
 |
|