从live站点到localhost Javascript错误

从live站点到localhost Javascript错误,javascript,fancybox,joomla2.5,Javascript,Fancybox,Joomla2.5,我对Javascript非常陌生,我将我的live站点复制到localhost,这样我就可以在不接触live站点的情况下进行操作。本地站点看起来就像实时站点,但根本不像它 Fancybox弹出窗口现在不工作,以下是我在控制台日志中看到的错误: index.php?option=com_users&view=custom&layout=default_step4:107 Uncaught TypeError: undefined is not a functionindex.php

我对Javascript非常陌生,我将我的live站点复制到localhost,这样我就可以在不接触live站点的情况下进行操作。本地站点看起来就像实时站点,但根本不像它

Fancybox弹出窗口现在不工作,以下是我在控制台日志中看到的错误:

index.php?option=com_users&view=custom&layout=default_step4:107 Uncaught TypeError: undefined is not a functionindex.php?option=com_users&view=custom&layout=default_step4:107 (anonymous function)jquery.min.js:2 p.Callbacks.kjquery.min.js:2 p.Callbacks.l.fireWithjquery.min.js:2 p.extend.readyjquery.min.js:2 D
index.php?option=com_users&view=custom&layout=default_step4:399 Uncaught TypeError: undefined is not a functionindex.php?option=com_users&view=custom&layout=default_step4:399 (anonymous function)jquery.min.js:2 v.Callbacks.ljquery.min.js:2 v.Callbacks.c.fireWithjquery.min.js:2 v.extend.readyjquery.min.js:2 A
all.js:61 Invalid App Id: Must be a number or numeric string representing the application id.
all.js:61 FB.getLoginStatus() called before calling FB.init().
kallyas_script.js:32 Uncaught TypeError: undefined is not a functionkallyas_script.js:32 (anonymous function)jquery.min.js:2 v.event.dispatchjquery.min.js:2 v.event.add.o.handle.u
index.php?option=com_users&view=custom&layout=default_step4:336 Uncaught TypeError: undefined is not a functionindex.php?option=com_users&view=custom&layout=default_step4:336 reportindex.php?option=com_users&view=custom&layout=default_step4:480 onchange

在Firebug或开发者控制台中查看是否有任何资源未加载。您的本地主机支持php吗?如果没有,则不能进行像index.php?option=xxxx这样的本地php调用。您可能需要设置php文件所在服务器的完整路径,如http://example.com/index.php?option=xxxxThank 你是工作的肯尼迪: