Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 15 online users. » 0 Member(s) | 13 Guest(s) Applebot, Google
|
Latest Threads |
using cdb_auth with Live...
Forum: General
Last Post: JereMiami
12-19-2024, 01:58 AM
» Replies: 0
» Views: 26
|
BLOBs - not possible to a...
Forum: General
Last Post: stamatis
10-06-2024, 06:28 PM
» Replies: 0
» Views: 261
|
Allow users to change the...
Forum: General
Last Post: mark_talluto
01-18-2024, 01:09 AM
» Replies: 8
» Views: 11,441
|
cdb_sendEmail
Forum: General
Last Post: mark_talluto
11-07-2023, 09:57 PM
» Replies: 0
» Views: 688
|
cdb_sync & cdb_lookupvalu...
Forum: General
Last Post: mark_talluto
11-07-2023, 09:45 PM
» Replies: 1
» Views: 1,241
|
cdb cdb_sendEmail
Forum: Bug Reports
Last Post: JereMiami
10-05-2023, 01:57 PM
» Replies: 0
» Views: 1,770
|
LCM: "Please inform Canel...
Forum: General
Last Post: mark_talluto
07-12-2023, 07:58 PM
» Replies: 24
» Views: 23,243
|
San Franciso Region Outag...
Forum: Announcements
Last Post: mark_talluto
05-09-2023, 03:31 AM
» Replies: 1
» Views: 2,880
|
Error, CDB_Header checksu...
Forum: General
Last Post: cpuandnet
02-01-2023, 05:00 AM
» Replies: 4
» Views: 3,933
|
CDBCache sync from local ...
Forum: General
Last Post: Hendricus
01-29-2023, 09:39 PM
» Replies: 2
» Views: 2,779
|
|
|
9.5 Update |
Posted by: clarencemartin - 05-31-2019, 05:47 PM - Forum: General
- Replies (2)
|
|
The new update for using 9.5 works well.
Thanks for the quick work.
If I continue developing with pre 9.4xx will I need to export to from the LCM for the fixes to work?
|
|
|
User authentication: customize verification email? |
Posted by: WhenInSpace - 05-31-2019, 02:57 PM - Forum: Getting Started
- Replies (28)
|
|
Is it possible to customize the verification email in any way? I mean the actual content of the email sent to new users?
Changing the logo and reply to-address would be great.
Choice of language would be good too.
Customizing the confirmation page after clicking the verification button/link in the email would also be great, although I understand that may be trickier to offer.
Currently the "BACK TO [project name]" button on the page links to livecloud.io. That seems odd to the user. Can at least that be changed somehow?
|
|
|
Backups |
Posted by: clarencemartin - 05-29-2019, 04:57 PM - Forum: General
- Replies (4)
|
|
I read that backups are performed on the databases every 6 hours.
Can a particular backup be recovered through the LCM? Or is this a future feature?
|
|
|
LCM and Multi Table Queries |
Posted by: clarencemartin - 05-29-2019, 05:13 AM - Forum: General
- Replies (1)
|
|
The LCM's ability to do queries is great and presenting the code for such queries.
When will the LCM be capable of doing Multi-Table Queries and show the code for such queries?
|
|
|
User authentication: lost password function? |
Posted by: WhenInSpace - 05-25-2019, 07:56 PM - Forum: Getting Started
- Replies (17)
|
|
The whole user account management and email verification feature is great and easy to set up and use. But what would be the best way here to create a lost password function, to allow the user to get a new password, without having to recreate the account?
|
|
|
Tutorial Videos |
Posted by: Peter - 05-24-2019, 11:48 AM - Forum: Getting Started
- Replies (3)
|
|
If I am not mistaken I believe I saw a video somewhere demonstrating how CRUD code is generated in Livecloud. Would love to see it again.
Learning by watching videos is a great way to get started. Would appreciate it if someone can point me to the URL.
The documentation is nicely structured and easy to follow.
In the past I have gone through numerous online manuals and it was extremely difficult to read as a result of the cluttered why it was presented.
Would like to see more tutorial / demonstration videos in future.
Good show guys.
Peter
|
|
|
Still not able to read Blob img or pdf |
Posted by: Jean2080 - 05-17-2019, 02:29 AM - Forum: Bug Reports
- Replies (6)
|
|
Bonjour,
First I want to say a big Merci to Jamil Semaan for the great support of the last days. I emailed Jamil two bug that I am having with Blob read and every time he answered me the same day or the nest day with pertinent information.
So Jamil I followed your last information and I updated my CanelaDB folder and my initialization code to the latest version.
But when I use the generated code from the Manager to readBlob I am still getting in the tOutputA variable the recordID of the Blob not the path.
I use the Sync function tho create a copy of my tables on the cloud to a local version. I can see that the data where copy inside the CanelaDB/Database folder.
I tested on the local database and got the same result, the recordID instead of the path.
As the correction been tested on your side that shows the path instead of the recordID of the Blob ?
Again Merci for your support Jamil
Jean
|
|
|
LiveCode Server information |
Posted by: jasonchan - 05-09-2019, 05:53 PM - Forum: Announcements
- Replies (5)
|
|
Some of you have asked about LiveCloud with LiveCode Server.
Here is how you can set it up.
We are not using this currently so we are not sure about the limitation nor the performance.
Please feel free to share your experience here for the community.
We will love to hear any new tricks you discover integrating LiveCloud with LiveCode Server or new methods connecting LiveCloud and web server.
Requirements:
The LC server needs to be on a Linux system.
The LC server needs to be on indy/professional license. It will not work with community.
You need to include externals "mergJSON" and "tsNet". You can do this by adding "mergJSON-x64.so" and "tsNet-x64.so" to the LiveCode Server externals folder.
Make a file named "cdb.lc" and paste the below code in it. Don't forget to change the authKey to your authKey. You can find it in your LCM.
You will also need to put 'require "cdb.lc"' into your other .lc files that need to access database.
Code: <?lc
global gCDBAuthKey
--Code to startup cassiaDB
wait 0 milliseconds with messages
#####
#####PUT YOUR AUTH KEY HERE (FOUND IN THE INITIALIZATION SCRIPT)
put "802dfa0ef7cc4514b5142a98914e4b66" into gCDBAuthKey
#####
#####
put "<br><br>starting loading CanelaDB...<br>"
put $_Server["PATH_TRANSLATED"] into tServerPath
set itemdel to slash
delete item -1 of tServerPath
try
put "/CanelaDB/libraries" after tServerPath
start using stack (tServerPath & "/CDB_Header.lib")
start using stack (tServerPath & "/CDB_Starter.lib")
catch tError
put "<br> CanelaDB could not be loaded. Error: <br>"& tError & "<br><br>"
exit to top
end try
put cdb_auth("user@email.com","yourpasswordgoeshere","user") #NEEDED FOR "CLOUD" DATA
cdb_loadTable
?>
|
|
|
Changing Regions |
Posted by: mkakeshyft_tom - 05-09-2019, 03:14 PM - Forum: General
- Replies (1)
|
|
Good morning, I am an excited new user of livecloud and in my excitement I did not change the region to the one i wanted before I clicked "create account"
I'd like to change to Toronto instead of San Fran..... the email for the account is tom@makeshyft.com
Thanks, this looks like a really great service to make my life easier.
|
|
|
|