In the code you sent me via email you wrote: [code] // set array for viewer preferences $preferences = array( 'HideToolbar' => false, 'HideMenubar' => true, 'HideWindowUI' => true, 'FitWindow' => true, 'CenterWindow' => true, 'DisplayDocTitle' => true, 'NonFullScreenPageMode' => 'UseNone', // UseNone, UseOutlines, UseThumbs, UseOC 'ViewArea' =>...
2012-05-28 00:55:51 PDT in TCPDF - PHP class...
Some barcode readers are unable to scan all barcode types. For example, seems that the zxing scanner is unable to read the C128 (auto mode) but it can read the C128 A, B and C modes. So, I suggest you to choose a "fixed mode" to improve compatibility. Anyway, you can check your scanner capabilities by scanning the default barcode example...
2012-05-27 01:55:56 PDT in TCPDF - PHP class...
The error message says that the web user is unable to write on the cache/lang directory. Please check the permissions of the cache folder. Refer to the installation instructions on http://www.tcexam.org for more information.
2012-05-25 06:52:48 PDT in TCExam - Computer...
Did you also overwritten the database? Please check if your database data is still there, otherwise you can restore a previous backup. Try also to create a new user and check if is able to log in.
2012-05-25 00:22:36 PDT in TCExam - Computer...
First be sure you are using the latest version and you have followed the installation instructions on http://www.tcexam.org Sometimes the login problem may be caused by some misconfiguration on the PHP environment. So, before changing the TCExam settings, I suggest to edit your php.ini file and set the error reporting level to the maximum: error_reporting = E_ALL | E_STRICT Set also the...
2012-05-24 12:08:24 PDT in TCExam - Computer...
First be sure you are using the latest TCExam version. The relevant TCExam settings regarding the authentication are on the following file: shared/config/tce_config.php Please check the values of the following constants: K_CHECK_SESSION_FINGERPRINT : set it to false for more compatibility. K_REDIRECT_LOGIN_MODE : should be 4 for best compatibility but you can experiment with the...
2012-05-24 10:32:26 PDT in TCExam - Computer...
Please be sure you are using the latest TCExam version and carefully check the installation guide at http://www.tcexam.org.
2012-05-22 09:04:05 PDT in TCExam - Computer...
I moved this on feature request. If you can submit a patch, then do it! :)
2012-05-15 13:10:53 PDT in TCPDF - PHP class...
Just look at the default examples and read the documentation :)
2012-05-15 10:15:55 PDT in TCPDF - PHP class...
Please check the default example for barcodes.
2012-05-15 10:14:50 PDT in TCPDF - PHP class...