It is currently Mon May 20, 2013 10:20 pm

All times are UTC - 6 hours [ DST ]




Post new topic Reply to topic  [ 245 posts ]  Go to page Previous  1 ... 11, 12, 13, 14, 15, 16, 17 ... 25  Next
Author Message
 Post subject: Re: Tonido Shell 1.2.0.43305 (Plug/Windows)
PostPosted: Tue May 03, 2011 11:52 am 
Admin Tonidoid
Admin Tonidoid
User avatar
Joined: Tue Dec 30, 2008 12:13 am
Posts: 7303
Location: Dallas, USA

Make sure you are running latest Tonido version.


Offline
 Profile  
 Post subject: Re: Tonido Shell 1.2.0.43305 (Plug/Windows)
PostPosted: Tue May 03, 2011 4:50 pm 
Guru Tonidoid
Guru Tonidoid
Joined: Wed Nov 10, 2010 8:04 am
Posts: 148

facelessuser wrote:
I have already had a number a couple of people testing and using 1.2.0 and have not experienced these issue. I have also tested both clean install and upgrade scenario.

I am also not sure why the application would keep getting disabled. The manual update has a simple manifest that does not cause Tonido to validate the app like the market version does, which means it should not get disabled over and over due to files being changed. You might need to use the uninstall option first and then install, but I don't see why that would be necessary unless Tonido still has the old market manifest loaded.

I will need to know a few things before I can assess your specific issue. What OS are you using and what browser are you using to access the application.

Also, you probably may need to re-enable the application on install via the app management tab after update. Deleting the cookies of your browser might help. I had a user getting odd errors after upgrading, but once he deleted cookies, everything began to operate as expected.


Tried with Chrome and IE 9, also after cleaning everything from the browser and making a fresh install again (remove folder and unzip installer back in plugins folder) the app started suspended and I activated it.

Then trying with IE9 this error came up:

Code:
Javascript Error Report

File: http://maartenraap88.tonidoid.com:10001/dyn/tonidoshell/tonidoshell-min.js at line # 1

Error: Syntaxisfout


And trying with chrome this error came up:

Code:
Javascript Error Report

File: http://192.168.1.35:10001/dyn/tonidoshell/index.php?hideheaders=true at line # 1

Error: Uncaught SyntaxError: Unexpected token {


In both cases after I press okay i get the same error about 'PDO' again

I'm using it on my plug, and accessing it through a browser on windows 7

madhan wrote:
Make sure you are running latest Tonido version.

It is


Offline
 Profile  
 Post subject: Re: Tonido Shell 1.2.0.43305 (Plug/Windows)
PostPosted: Tue May 03, 2011 7:33 pm 
Tonido MVP
Tonido MVP
User avatar
Joined: Sun Sep 05, 2010 6:21 pm
Posts: 501

Note IE9 cannot be used in compatibility mode (IE7 mode). Tonido requires it, but it breaks tonidoshell. If you set it to IE8 mode via the developers menu, tonidoshell and tonido works. Tonido shell also works in IE9 mode, but tonido does not.

This is all very odd; I am currently using the manual version myself with chrome, IE9, Safari, Firefox, and Opera on window7, Mac, and Linux (where applicable). Maybe the downloaded version is corrupted. I will PM you a special version tonight. I don't expect it to fix everything, but I am hoping to get more specific debug info.

Sorry, this isn't working for you. I am willing to work with you to get to the bottom of this.

_________________
My Tonido Plugins:


Offline
 Profile  
 Post subject: Re: Tonido Shell 1.2.0.43305 (Plug/Windows)
PostPosted: Tue May 03, 2011 8:27 pm 
Tonido MVP
Tonido MVP
User avatar
Joined: Sun Sep 05, 2010 6:21 pm
Posts: 501

@maartenraap

PM sent

_________________
My Tonido Plugins:


Offline
 Profile  
 Post subject: Re: Tonido Shell 1.2.0.43305 (Plug/Windows)
PostPosted: Wed May 04, 2011 12:58 am 
Guru Tonidoid
Guru Tonidoid
Joined: Wed Nov 10, 2010 8:04 am
Posts: 148

Thanks,

I allready have a webserver by the way according to the http://tonidouser.com/doku.php?id=advan ... tonidoplug

Could this give conflicts because I maybe don't have the latest php mysql version?

Anyway I uploaded the new version Chrome 12 and Firefox 4 both give:

Code:
PHP Error Report

File: Unknown at line # 0

Unknown: Module 'PDO' already loaded

Context: Array
(
)



And when I press okay

Chrome gives:

Code:
Javascript Error Report

File: http://ip:10001/dyn/tonidoshell/index.php?hideheaders=true at line # 1

Error: Uncaught SyntaxError: Unexpected token {


Firefox 4 gives:


Code:
Javascript Error Report

File: http://ip:10001/dyn/tonidoshell/tonidoshell-min.js at line # 346

Error: JSON.parse




PS: I changed my ip number to 'ip' for privacy reasons


Offline
 Profile  
 Post subject: Re: Tonido Shell 1.2.0.43305 (Plug/Windows)
PostPosted: Wed May 04, 2011 8:37 am 
Tonido MVP
Tonido MVP
User avatar
Joined: Sun Sep 05, 2010 6:21 pm
Posts: 501

I am assuming that you also deleted your tonido shell plugin data folder as I requested via the PM. Was a userconfig.sqlite file created in your plugindata/tonidoshell folder after you tried the debug package I set you?

The chrome javascript error, I think, is a red herring. I think the firefox javascript error is more likely since it makes sense that the FF JS error is accompanying the PDO error. The Chrome JS error makes no sense, but you are having the PDO error there as well.

This is what I suspect is happening. For some reason, on your plug, tonido shell is having an issue creating and/or parsing the database for alisases and shellmarks. Since the command handler is failing with with this PDO error (database error), we get the javascript error on the interface side when the command handler fails. The command handler is not able to properly execute and parse the command because it is failing with the PDO error.

maartenraap wrote:
Thanks,

I allready have a webserver by the way according to the http://tonidouser.com/doku.php?id=advan ... tonidoplug

Could this give conflicts because I maybe don't have the latest php mysql version?


Here is the bigger issue. I cannot reproduce your issue in any way. Database creation and reading and writing works every time on my side no matter what I do.

Tonido comes with its own PHP server and SQL lite server already, and then you are installing a second PHP server. There may be conflict because you have two PHP servers installed. It makes it much more difficult when someone has a nonstandard plug. I do not have the resources to have multiple plugs with different nonstandard setups for testing.

I can maybe this one time disable the aliases and shellmarks feature in a custom version so you can have a working version, but maintaining a separate non standard version is probably not going to happen. Tonido Shell is coded for the Tonido Plug's factory setup, after it has been modified, I can not guarantee my software will work. If you are able to reproduce this issue on a Plug with factory defaults, then it would point to an issue on my side, but currently, there is a high probability that your issue is tied to having two php servers.

_________________
My Tonido Plugins:


Offline
 Profile  
 Post subject: Re: Tonido Shell 1.2.0.43305 (Plug/Windows)
PostPosted: Wed May 04, 2011 9:34 am 
Tonido MVP
Tonido MVP
User avatar
Joined: Sun Sep 05, 2010 6:21 pm
Posts: 501

Some research on the PDO error turns up a PHP setup issue. Tonido Shell cannot and does not setup how or when PHP modules are included. If there is an error about your PDO module already included, then somehow your PHP setup is trying to include multiple PDO modules; this has nothing to do with Tonido Shell except that it wants to use the PDO module.

_________________
My Tonido Plugins:


Offline
 Profile  
 Post subject: Re: Tonido Shell 1.2.0.43305 (Plug/Windows)
PostPosted: Wed May 04, 2011 10:19 am 
Guru Tonidoid
Guru Tonidoid
Joined: Wed Nov 10, 2010 8:04 am
Posts: 148

Thanks for looking into it.
Soon i will probably revert all back to the factory defaults and check again.


Offline
 Profile  
 Post subject: Re: Tonido Shell 1.2.0.43305 (Plug/Windows)
PostPosted: Mon May 16, 2011 8:47 am 
Rookie Tonidoid
Rookie Tonidoid
Joined: Sun May 01, 2011 4:03 pm
Posts: 7

madhan wrote:
We have one guy doing the market updates with other work. It usually gets done in 1-2 weeks, we will have faster turnaround times if we had a dedicated person for this.


Hello. I am unable to use the shell without the update. Please ask the guy doing the market updates if he thinks that he can get to it this week. Thank you.


Offline
 Profile  
 Post subject: Re: Tonido Shell 1.2.0.43305 (Plug/Windows)
PostPosted: Mon May 23, 2011 9:34 am 
Tonido Team
Tonido Team
Joined: Tue Jan 27, 2009 10:38 pm
Posts: 1137

We released an update to Tonido Shell last night. Thank you for continued updates.


Offline
 Profile  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 245 posts ]  Go to page Previous  1 ... 11, 12, 13, 14, 15, 16, 17 ... 25  Next

All times are UTC - 6 hours [ DST ]


 Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: