Can’t make it work locally.
First make sure the path includes the port.
E.G.
// XML image path
var path:String = “http://localhost:8888/stripGallery_v4_CMS/cms/xml.php";
Then set the path manually in the xml.php file. Comment this lines (line #20 and #22) E.G.
// get the server //$server = “http://” . $_SERVER[“SERVER_NAME”].$_SERVER[“REQUEST_URI”]; //$server = substr($server, 0, (strlen($server) – 7) );
Finally uncomment and enter your local path in the line #17 E.G.
// set the server $server = “http://localhost:8888/yourGalleryFolder/cms/”;
Thats it!
Can’t upload images with the CMS
Check that a folder named album_images was created inside de cms folder. If not please create it manually and give it permission to write. CHMOD 777 .
The gallery doesnt work if dont enter the exact domain.
Where do i change the galleries tab text?
Open the library window and edit the galleryMenuTab_MC movie clip it is in the “assets/galleryMenu” folder.
Where do i change the click to open link tab text?
Open the library window and edit the linkMsg_MC movie clip it is in the assets/linkMsg folder.
The installation is not working
Setting the transfer mode of the ftp client to “Auto” when uploading the CMS files fixed it.
FILEZILLA USERS : Use another ftp client since this client tend to corrupt the php files.
Files bigger than 2MB won’t upload with the CMS !
Depending on your PHP configuration, your server will limit the size of uploaded files. By default, PHP sets this to 2MB, which is much lower than desired when uploading HQ images.
Solution:
1) Ask your host manager. They may have their own way of setting these limits system-wide.
2) f you have access to php.ini, you will need to adjust 2 different directives: upload_max_filesize and post_max_size.
Example:
upload_max_filesize = 50M
post_max_size = 55M
3) Some hosts may also allow you to set these limits in a .htaccess file like so:
php_value upload_max_filesize 50M
php_value post_max_size 55M
I get this error in the CMS Warning: session_start(): Cannot send session cache limiter – headers already sent
This is a server configuration issue. Ask your server administrator to turn off the: php_value display_errors “Off”
How can i display special characters
éèàçùôûîêâ
1. First embed the characters in the text fields from the flash component.
- Edit the movieclips containing the text fields from the assets folder
- Select the text fields and press the embed buttom from the porperties window,
- then add the charactes you need in the field
2. Delete the next line of code from the xml.php if you are using the CMS version
delete this:
// output to utf8 $output = utf8_encode($output);
Try using CuteFtp ftp client, and using this setting:
Protocol type: SFTP using SSH2 (Secure Shell) Server type: Auto detect Transfer type: Use global settings.
when you uploded with any other settings, script dosent work.
I uploaded the files and install or other functions wont work.


66 Purchases
56 Comments