Member
Member
Rain   2009-01-14, 15:15
#1

I updated to the latest nightly and I started getting this error:

Notice: Undefined variable: myimagepage in /zen-installation/themes/default/image.php on line 34

Of the code below, line 34 is the 4th, or if ($myimagepage > 1) {

`

`
This is the code I use to show how many images there are in the album and which image the user is viewing.

How could I avoid the error?

Administrator
Administrator
acrylian   2009-01-14, 15:29
#2

Where does that variable $myimagepage come from? You need to define that before usage and I don't see that on your example.

So you are trying to do something like "x of y images"? Why don't you just use echo imageNumber() that gets the number of the current image?

Member
Member
Rain   2009-01-14, 16:16
#3

Haha. You know, I don't know. I thank you again, kind sir

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.