UPGRADE INSTRUCTIONS
After upgrading, always clear your browser's cache and reload your website!
FROM 0.1
Overwrite /CRC.swf
Overwrite /services/config.php (edit before overwriting!)
Overwrite /services/definitions.php
Overwrite /services/functions.php
* click here if you are having problems with RVCS 0.2
I have installed it creating new folder http://www.mydomain.com/rvcs-2. and edited config.php file. But start button is never activated saying that "initializing".
Please make sure the /services/files folder is there.
I suggest to delete the /files folder (if any), make /services writable (RW - 0777) and reload the software. /files folder should be re-created and problem solved.
If volume starts from "0", config.php is not set correctly, edit config.php and check URL:
here is the AS code that looks for config settings:
Code:
protected function application1_applicationCompleteHandler(event:FlexEvent):void
{
loadConfig('services/config.php?setts');
}
I edited your soft via FTP, it works fine now: chaatlii.com/rvcs/
*there may be an error in version 0.2. I will check and if there is one, will send a hot fix
check if system files are created under /files directory
*MAKE SURE you quit and reconnect your FTP/SSH tool when performing ast two checks because new files won't show up in some cases (cache). Use cPanel File Manager if available.
(04-23-2011, 01:29 AM)JabberCam Wrote: Please make sure the /services/files folder is there.
I suggest to delete the /files folder (if any), make /services writable (RW - 0777) and reload the software. /files folder should be re-created and problem solved.
If volume starts from "0", config.php is not set correctly, edit config.php and check URL:
here is the AS code that looks for config settings:
Code:
protected function application1_applicationCompleteHandler(event:FlexEvent):void
{
loadConfig('services/config.php?setts');
}
A whole day, I tried to install it directly in public_html .
I'm not able to delete /file folder of CRC & RVCS, It is very annoying to ask every time the server admin to delete them for me.