php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #66030 php.net website script error
Submitted: 2013-11-04 12:19 UTC Modified: 2013-12-22 20:31 UTC
From: m dot acar at verisay dot com Assigned: bjori (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: m dot acar at verisay dot com
New email:
PHP Version: OS:

 

 [2013-11-04 12:19 UTC] m dot acar at verisay dot com
Description:
------------
Hi. PHP.NET website has a script error. You included jquery-ui.min.js, but not the JQuery.js itself. So it gives runtime JS errors.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-11-04 12:55 UTC] johannes@php.net
-Status: Open +Status: Feedback -Package: Unknown/Other Function +Package: Website problem
 [2013-11-04 12:55 UTC] johannes@php.net
Which page on which mirror (exact URL) are you accessing? I can't see such an error.
 [2013-11-04 13:36 UTC] m dot acar at verisay dot com
Manual pages. For example http://php.net/manual/en/function.mktime.php gives 3 JavaScript errors related to JQuery.
 [2013-11-04 14:30 UTC] johannes@php.net
-Status: Feedback +Status: Open
 [2013-11-04 14:30 UTC] johannes@php.net
ReferenceError: jQuery is not defined
$(document).ready(function() {
usernotes.js (line 1)

ReferenceError: $ is not defined
$(document).ready(function() {
functi...ime.php (line 32)

ReferenceError: $ is not defined
$(document).ready(function() {
usernotes.js (line 1)
 [2013-11-04 15:02 UTC] levim@php.net
On classic PHP.net the problem is that they are loaded out of order, with jquery-ui first and jquery second. This problem does not seem to exist on the beta.
 [2013-11-04 17:35 UTC] bjori@php.net
Thanks, fixed.
 [2013-12-22 20:31 UTC] bjori@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: bjori
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Aug 16 21:00:03 2025 UTC