Skip to main content

Topics

This section allows you to view all Topics made by this member. Note that you can only see Topics made in areas you currently have access to.

Topics - robertr

1
Issues / Corrupt .ppm Update? Working version of 2.7.3
Hi,
I am about to redo hours of work again...I bought Classic a long time ago, but have never actually gotten a reasonably bug free version.
I recently copied some pages  (apparently that is a no-no) and now I have a corrupt .ppm file again.  Like this.
Failing some sort of tool to export, and re-import pages / logic / etc.  I am wondering if I should upgrade to the new product or use <put 3rd party tool name here>.  I have had reasonable success hand coding PHP.  Reasonable success using ASP/PHP app generators from other providers.  I like the idea of this software, but it is costing me more time redoing work than it has saved me.

1. Is anybody using the 5.x version of Classic?  Does it still corrupt the project sometimes? 
2. Does the developer intend to have some sort of export /import feature, or upgrade from one version of the software to the next?  This is a must have feature for many of us.  I can't buy semi-functional software (main function is saving me time) only to have to redo work when a new version is released.

Thanks!
2
Suggestions / Feature "Use MySQL Comments"
I have a DB with table prefixes, and somewhat cryptic Field Names.  If on page creation the description at the titles of the pages, and even field labels could be imported from the comments rather than the table and field names from the DB, I wouldn't have to go redo everything.
3
Bugs / Authentication w/o Registration causes corrupt config.php Parse error:
Parse error: syntax error, unexpected 'define' (T_STRING) in C:\xampp\htdocs\try2\config.php on line 53

Just installed Classic 2.3.

Looks like a bunch of the placeholders are not replaced properly:
Code: [Select]
define('MAX_UPLOAD_FILESIZE',trim(ini_get('upload_max_filesize')));

__cloudinaryconfig

// Application Page Settings
define("DEFAULT_PAGE","index"); //Default Controller Class
define("DEFAULT_PAGE_ACTION","index"); //Default Controller Action

define('DEFAULT_LAYOUT',LAYOUTS_DIR . 'main_layout.php');
define('HOME_PAGE','__defaultpage');
define("DEFAULT_LANGUAGE","__defaultlanguage"); //Default Language



// Page Meta Information
define('META_AUTHOR','__metaauthor');
define('META_DESCRIPTION','__metadescription');
define('META_KEYWORDS','__metakeywords');
define('META_VIEWPORT','__metaviewport');
define('PAGE_CHARSET','__pageenconding');

// Email Configuration Default Settings
define('USE_SMTP',__usesmtp);
define('SMTP_USERNAME','__smtpusername');
define('SMTP_PASSWORD','__smtppassword');
define('SMTP_HOST','__smtphost');
define('SMTP_PORT','__smtpport');

//Default Email Sender Details. Please set this even if you are not using SMTP
define('DEFAULT_EMAIL','__defaultemail');
define('DEFAULT_EMAIL_ACCOUNT_NAME','__defaultemailaccountname');

// Database Configuration Settings
define('DB_HOST','__dbhost');
define('DB_USERNAME','__dbuser');
define('DB_PASSWORD','__dbpassword');
define('DB_NAME','__dbname');
define('DB_TYPE','__dbtype');

define('DB_PORT','__dbport'); //You can leave empty if using default.

define('DB_CHARSET','__dbcharset');

define('MAX_RECORD_COUNT', __maxrecordlimit); //Default Max Records to Retrieve  per Page
define('ORDER_TYPE','DESC');  //Default Order Type

// Active User Profile Details
__userdefinedid
__userdefinedusername
__userdefinedemail
__userdefinedphoto
__userdefinedrole
4
Suggestions / Import / Export on Projects and components.
Having put in time setting up an application, only to have it all be corrupted when I tried adding roles / authentication, I realized that it would be nice to be able to export pages, components, or DB field settings etc. etc.  We could then import those pages or components into a new project.

From reading the forums it sounds like there are incompatibilities between projects created in 2.5.5 and 2.5.7, perhaps there should be an import (and if necessary) an export function on project files themselves.