Just installed DT Register into a brand new install of Joomla 3.0...I have run inito an issue. All I see is a bunch of PHP when selecting the plugin after the install. See sample:
Strict Standards: Only variables should be assigned by reference in /home/obesitym/public_html/administrator/components/com_dtregister/lib/defines.php on line 478
Strict Standards: Only variables should be assigned by reference in /home/obesitym/public_html/administrator/components/com_dtregister/lib/defines.php on line 626
Strict Standards: Declaration of DtrControllerform::getModel() should be compatible with JControllerForm::getModel($name = '', $prefix = '', $config = Array) in /home/obesitym/public_html/administrator/components/com_dtregister/lib/dtcontrollerform.php on line 14
Strict Standards: Declaration of DtrControllerform::getView() should be compatible with JControllerLegacy::getView($name = '', $type = '', $prefix = '', $config = Array) in /home/obesitym/public_html/administrator/components/com_dtregister/lib/dtcontrollerform.php on line 14
Strict Standards: Declaration of DtregisterControllerCategory::edit() should be compatible with JControllerForm::edit($key = NULL, $urlVar = NULL) in /home/obesitym/public_html/administrator/components/com_dtregister/controllers/category.php on line 14
Strict Standards: Declaration of DtregisterControllerCategory::save() should be compatible with JControllerForm::save($key = NULL, $urlVar = NULL) in /home/obesitym/public_html/administrator/components/com_dtregister/controllers/category.php on line 14
Strict Standards: Declaration of DtrView::display() should be compatible with JViewLegacy::display($tpl = NULL) in /home/obesitym/public_html/administrator/components/com_dtregister/lib/dtview.php on line 14
Strict Standards: Only variables should be assigned by reference in /home/obesitym/public_html/administrator/components/com_dtregister/lib/dtcontrollerform.php on line 26
Strict Standards: Declaration of DtrTable::load() should be compatible...
I have installed DT on other sites with no problems. Any insight?
Hello! You are seeing this message (not actually an error though) due to your PHP configuration. Changing error reporting in your Joomla config might help, depending on your PHP settings. You need to disable Strict Standards on your server in your PHP settings.
Go to your php.ini file and disable Strict Standards by finding...
The attribute is called: error_reporting
It may look something like this...
error_reporting = E_ALL | E_STRICT
Change it to...
error_reporting = E_ALL | E_DEPRECATED
Displaying strict messages like that is not recommended on live sites. They are intended more for developers as they are not actually errors anyway. Thanks.
Nathan is no longer affiliated with DTH since the recent acquisition. You can connect with him and get any type of Joomla website help at
www.JoomlaEmployee.com
.
Lines of PHP code when accessing DT Register
9 years 11 months ago #24013
My site was J! 1.5 a few years ago, which was migrated to a J!2.5 site last year, and recently migrated to J! 3.3.6.
I've been using Virtuemart, and recently upgraded/migrated to VM3. Not impressed with the direction of VM, and needed a system that would generate Barcodes for each purchased Registrant for classes sold on the site.
I found DTH Register and am excited to use it.
I did NOT find the solution in my php.ini file, but DID FIND SOLUTION in System > Global Configuration of Joomla! 3.3.6. Click the "Servers" tab and set "Error Reporting" to "Simple".