From: jakoch at web dot de Operating system: PHP version: Irrelevant Package: Website problem Bug Type: Bug Bug description:Javascript Error on http://status.php.net/
Description: ------------ Please browse: http://status.php.net/ The page has the following Javascript errors: Uncaught ReferenceError: jQuery is not defined - jquery.qtip.min.js:13 Uncaught ReferenceError: $ is not defined Uncaught ReferenceError: $ is not defined They exist, because the qTip script is included before jQuery. qTip is included somewhere in the middle, while jQuery is footer-included. Solution: qTip inclusion must be moved behind jQuery inclusion. Sorry, no patch included, because i couldn't find the git repo where status.php.net lives. Anyway, easy fix... -- Edit bug report at https://bugs.php.net/bug.php?id=68404&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=68404&r=trysnapshot54 Try a snapshot (PHP 5.5): https://bugs.php.net/fix.php?id=68404&r=trysnapshot55 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=68404&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=68404&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=68404&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=68404&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=68404&r=needscript Try newer version: https://bugs.php.net/fix.php?id=68404&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=68404&r=support Expected behavior: https://bugs.php.net/fix.php?id=68404&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=68404&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=68404&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=68404&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=68404&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=68404&r=dst IIS Stability: https://bugs.php.net/fix.php?id=68404&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=68404&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=68404&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=68404&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=68404&r=mysqlcfg -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
