Search found 15 matches

by fenick
Fri Jun 28, 2013 4:50 pm
Forum: CGIs and the Server
Topic: packing arrays to send to server on-rev issues
Replies: 4
Views: 4694

Re: packing arrays to send to server on-rev issues

This happens on on-rev hosting. I do not know how to look up which version of the server they are using. Any ideas? The try does not fail, do it never falls into the catch to set a tError I Want to see what happens after put URLdecode(pData) into pData.... but I can't since it is reverted to non saf...
by fenick
Wed Jun 26, 2013 6:59 pm
Forum: CGIs and the Server
Topic: packing arrays to send to server on-rev issues
Replies: 4
Views: 4694

packing arrays to send to server on-rev issues

When I ran this on my local server: function unPackArray pData, returnMe local tError try put arrayDecode( URLdecode(pData) ) into pData if pData = empty then get doError ("error.10.no data received on server side.", returnMe) else return pData end if catch tError get doError ("error.20.could not un...
by fenick
Wed Jun 26, 2013 1:35 am
Forum: Engine Contributors
Topic: server db drivers not loading
Replies: 10
Views: 8259

Re: server db drivers not loading

I'm new to playing with server. I do not have an earlier version.

I'll send a message to support and see if they can help.

Thanks,
by fenick
Wed Jun 26, 2013 1:13 am
Forum: Engine Contributors
Topic: server db drivers not loading
Replies: 10
Views: 8259

Re: server db drivers not loading

OK. I tried that. I replaced drivers and externals within my CGI-Exectuables folder with the one that comes with 6.1 RC1. That did not solve the problem. To see what is going on, I tried to output revGetDatabaseDriverPath() on the server... but the server times and only returns empty. To retest, whe...
by fenick
Tue Jun 25, 2013 11:44 pm
Forum: Engine Contributors
Topic: server db drivers not loading
Replies: 10
Views: 8259

Re: server db drivers not loading

I may have the same issue. When I run: put revOpenDatabase("MySQL", tHostName, tDataBaseName, tUserName, tPassword) into tDataBaseID in a stack I get an integer for tDataBaseID on the server I get "revdberr,invalid database type" for tDataBaseID Or, the problem could be in configuration. I recently ...
by fenick
Fri Jun 14, 2013 9:30 pm
Forum: iOS Deployment
Topic: Post to SSL in mobile... anyone doing it?
Replies: 1
Views: 1994

Post to SSL in mobile... anyone doing it?

Currently, I am developing everything locally. So I am using a self signed ssl cert for the web server (server.app) on my local machine. When I try to post in mobile, "the result" lets me know that it is not a trustworthy cert as to why the post fails. Via some digging in the board I found "libUrlSe...
by fenick
Mon Nov 19, 2012 12:33 am
Forum: CGIs and the Server
Topic: on-rev url to go client
Replies: 2
Views: 4110

Re: on-rev url to go client

Thanks for the fast reply.

I use this so I can debug the code while it runs on the server. IF you could suggest better methods to use livecode on the server I would love to hear.

Thanks again.
by fenick
Mon Nov 19, 2012 12:06 am
Forum: CGIs and the Server
Topic: on-rev url to go client
Replies: 2
Views: 4110

on-rev url to go client

I just got a new machine and I Want to install the on-rev client to go along with my on-rev account. I can not find the path to download the client on on-rev.com. Anyone know the path to it?

Thanks,
-Nick
by fenick
Sun Oct 14, 2012 10:18 pm
Forum: CGIs and the Server
Topic: CGI Server error for unknown reason
Replies: 2
Views: 5226

Re: CGI Server error for unknown reason

To deepen the mystery: * I created a new file. Copied over block by block. Step through debugger with each new block copied over. When I got to the point where I had the entire code copied over to the new file. It worked fine. no error. * When I deleted all of the code in the file but the simple put...
by fenick
Sun Oct 14, 2012 8:48 pm
Forum: CGIs and the Server
Topic: CGI Server error for unknown reason
Replies: 2
Views: 5226

CGI Server error for unknown reason

This one is stumping me. When I run the code in debug mode on on-rev it does everything it is suppose to do. When it gets to the end I get a server error. The code executes fine and does all it suppose to do... I am thinking that something in the session or the DB is causing the server to throw an e...
by fenick
Sun Sep 23, 2012 8:54 pm
Forum: iOS Deployment
Topic: How to setup Xcode 4.5 to work with LC 5.5.1/5.5.2
Replies: 15
Views: 13380

Re: How to setup Xcode 4.5 to work with LC 5.5.1/5.5.2

I was having the same issues as many of the other posters here... the test button was not enabled. Since I am new and have not deployed to mobile before the device to test it on was never set. After realizing that, I went to the "development | Test Target" menu in livecode and selected the iPhone I ...
by fenick
Mon Sep 10, 2012 4:56 pm
Forum: Internet
Topic: running CGI on on-rev servers
Replies: 5
Views: 6330

Re: running CGI on on-rev servers

I'm new to runrev (use to play with Supercard in the 90's). So I did not know I was trying to get an older technology to work. When you search the internet for help, it seems it is the older way to do things that keeps coming up. Glad to see the community is just as responsive as the supercard newsg...
by fenick
Mon Sep 10, 2012 6:21 am
Forum: Internet
Topic: running CGI on on-rev servers
Replies: 5
Views: 6330

running CGI on on-rev servers

I was starting the example for doing server side CGIs. Here: www(dot)hyperactivesw(dot)com/cgitutorial/scripts1(dot)html I get an internal server error. I thought on-rev would be configured with the server it needed... so I did not try to install it on on-rev. So does anyone know what the default pa...
by fenick
Sun Sep 09, 2012 3:43 am
Forum: Databases
Topic: using on-rev's database problem
Replies: 2
Views: 3478

Re: using on-rev's database problem

On the on rev cpanel , look into "remote mysql". have you typed your IP address ? or used the "wildcard" % to authorize any remote IP address to connect to your on rev mysql database ? That was the issue. Thanks! I know this is bad security practice to be doing this from the client side. But I am t...
by fenick
Sat Sep 08, 2012 11:37 pm
Forum: Databases
Topic: using on-rev's database problem
Replies: 2
Views: 3478

using on-rev's database problem

Getting an error message when I try to connect to a datbase I created n on-rev. HEre is the code I try to connect with some commets to help you help me debug it on preOpenCard -- This opens the connection to the database and makes sure no problems exist -- the forum will not let me upload and urls s...

Go to advanced search