We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$table isn't defined in here:
protected function setDestinationData() { // Truncate jupgrade_menus table $this->cleanDestinationData(); if (parent::setDestinationData()) { echo JError::raiseError(500, $table->getError()); } }
The text was updated successfully, but these errors were encountered:
What file are you talking?
If you check the setDestinationData() from jupgrade.class.php file you can see that the table are setted:
$table = empty($this->destination) ? $this->source : $this->destination;
Sorry, something went wrong.
Class is jUpgradeMenuTypes, so the file is migrate_menus.php. Check above function -- there's no $table defined in it.
Ahh you are right, fixing it.
You are right i need to do a better error handling in the entire component, i ll do that change in 2.5.2. For now bf20f3f
No branches or pull requests
$table isn't defined in here:
The text was updated successfully, but these errors were encountered: