Welcome Guest, Not a member yet? Register   Sign In
Bug or i`m missing something?!
#1

[eluser]Unknown[/eluser]
Hi everyone,

I have a hosting account from fatcow.com and the domain is http://ggwaypoint.com

Today i have installed on that domain xtraupload from http://xtrafile.com/

What do i know about the script is that:
The script it`s based in codeigniter
The developer did not answered to the questions posted in the product`s forum, support category, Maybe he abandoned the project.

I explain what issue i have

After a successfully installation(no errors detected so far), i try to login with the administrator`s credentials but when i press sign in, nothing happens, what do i see in firebug is this

TypeError: anonymous function does not always return a value
[Break On This Error]

...+name]=function(val){if(!this[0])return;return val!=undefined?this.each(function...

main.php (line 470, col 228)


TypeError: anonymous function does not always return a value
[Break On This Error]

...lect();$(document).keyup(function(event){if(event.keyCode==27){editing=false;cli...

main.php (line 488, col 112)


TypeError: anonymous function does not always return a value
[Break On This Error]

...Y=ev.pageY;};var compare=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverI...

main.php (line 492, col 245)


TypeError: anonymous function does not always return a value
[Break On This Error]

...("mousemove",track);ob.hoverIntent_s=1;return cfg.over.apply(ob,[ev]);}else{pX=c...

main.php (line 492)

TypeError: anonymous function does not always return a value
[Break On This Error]

var validator=jQuery.data(this[0],'validator');if(validator){return validator;}

main.php (line 531, col 61)


TypeError: anonymous function does not always return a value
[Break On This Error]

...element.removeAttr(this);});return result;},rules:function(command,argument){var...

main.php (line 538)

TypeError: anonymous function does not always return a value
[Break On This Error]

...result){this.formatAndAdd(element,rule);return false;}}catch(e){this.settings.de...

main.php (line 558, col 44)


TypeError: anonymous function does not always return a value
[Break On This Error]

return;if(this.objectLength(rules))

main.php (line 561)

TypeError: anonymous function does not always return a value
[Break On This Error]

this.successList.push(element);return true;},customMessage:function(name,method)...

main.php (line 562, col 31)


TypeError: anonymous function does not always return a value
[Break On This Error]

...){$.event.special[fix]={setup:function(){if($.browser.msie)return false;this.add...

main.php (line 598, col 163)


TypeError: anonymous function does not always return a value
[Break On This Error]

...fix].handler,true);},teardown:function(){if($.browser.msie)return false;this.rem...

main.php (line 598, col 282)


TypeError: anonymous function does not always return a value
[Break On This Error]

...r){return this.bind(type,function(event){var target=$(event.target);if(target.is...

main.php (line 598, col 598)


TypeError: function tb_detectMacXFF does not always return a value
[Break On This Error]

...vigator.userAgent.toLowerCase();if(userAgent.indexOf('mac')!=-1&&userAgent;.index...

main.php (line 742)

ReferenceError: reference to undefined property elem.nodeType
[Break On This Error]

...);jQuery.event={add:function(elem,types,handler,data){if(elem.nodeType==3||elem....

main.php (line 197)

ReferenceError: reference to undefined property jQuery.cache[id][name]
[Break On This Error]

...on(elem,name){elem=elem==window?windowData:elem;var id=elem[expando];if(name){if...

main.php (line 66)

TypeError: function addFileQueue does not always return a value
[Break On This Error]

{

upload.js (line 95)

ReferenceError: reference to undefined property ret[i]
[Break On This Error]

...,m[3]))?[oid]:[];}else{for(var i=0;ret[i];i++){var tag=m[1]=="#"&&m[3]?m[3]:m[1]...

main.php (line 161)

ReferenceError: reference to undefined property r[i]
[Break On This Error]

...lter:function(r,m,not){m=" "+m+" ";var tmp=[];for(var i=0;r[i];i++){var pass=(" ...

main.php (line 172)

ReferenceError: reference to undefined property p[i]
[Break On This Error]

...last){last=t;var p=jQuery.parse,m;for(var i=0;p[i];i++){m=p[i].exec(t);if(m){t=t...

main.php (line 174)

ReferenceError: assignment to undeclared variable imgLoader
[Break On This Error]

...thickbox, input.thickbox');imgLoader=new Image();imgLoader.src=tb_pathToImage;})...

main.php (line 626)

ReferenceError: assignment to undeclared variable swfu
[Break On This Error]

swfu = new SWFUpload(settings_object);

ggwaypoint.com (line 233)

ReferenceError: reference to undefined property event[expando]
[Break On This Error]

return val;},fix:function(event){if(event[expando]==true)

main.php (line 231)

ReferenceError: reference to undefined property optall.queue
[Break On This Error]

...ction(speed,callback){return this.animate({height:"show"},speed,callback);},slid...

main.php (line 318)

Any idea?

How can i fix this?
#2

[eluser]kanjimaster[/eluser]
The errors that you're getting all look like javascript errors to me and so nothing to do with CodeIgniter.

I agree with your assessment that the project has probably been abandoned. The last commit to the software repository was more than 18 months ago and the support forum is a SPAM-fest.

I doubt you're going to get much joy from this.




Theme © iAndrew 2016 - Forum software by © MyBB