errors trying to access admin pages

hi,
a while ago I reinstalled my webserver and zenphoto and everything is working just fine except the admin part, when I click on the admin link I get this error:
Parse error: syntax error, unexpected $end in [my local path]\zen\sortable.php on line 201

any ideas about what I missed when I installed and configurated zen this time?

thanks for the help!

Comments

  • trisweb Administrator
    My bet is it's a php_short_tags error with your new server. Replace all `<?` with `<?php` and `<?=` with `<?php echo ` in that file and it should work. I'll make sure that's done for the next release.
  • plastis Member
    I looked through all my .php-files in my zenphoto directory and I couldn't find any `<?` or `<?=` in any file.
    Any other ideas?
  • There are some in admin.php
  • trisweb Administrator
    There are some in sortable.php too, where your problem is. :) I'll get that fixed for the next release, due to be released tonight.
  • I got the new release and its working just fine!

    thanks a lot!
  • trisweb Administrator
    Great, glad to hear it :)
Sign In or Register to comment.