Joomla - saved failed with the following error super user - joomla

Error
Save failed with the following error:
I am getting the above error while saving an article. It occurs on few articles and not all.
As part of the context to this problem. I migrated all articles from a joomla 1.5 installation to a joomla 3.x installation. In the 1.5 installation, everything works fine but after migration, only few articles seem like that .. It doesn't say what the error is else I'd be able to figure it out.
Can someone help me diagnose this problem.
UPDATE: Just happens with two categories and not others.
UPDATE 2: Better Explanation
Articles in uncategorized works correctly. No problems there.
As soon as I put these articles in a new category or existing category where it should actually be, it gets saved there but then the above error comes up.. viz. 'Save failed with the following error:' but it doesn't mention what error. Any modification gets saved without an issue as per my latest understanding.

This may be a permission error with the ACL system in Joomla 3.x.
You could try to create two NEW categories and then copy their articles in the new categories. Finally delete the OLD categories and renamed the NEW ones.
My assumption is that the ACL tree got messed up and hopefully creating a new category and deleting the old one will reset the tree for those categories.
UPDATE 2: Content plugins
OK, another thing you may want to try is to disable all your content plugins. One of them may be doing something that triggers the display of that error.

Related

Why doesn't Magento Dhl-intraship create intraship shipments or documents?

For some reason, the dhl intraship plugin does not seem to recognize when there are new orders. The cronjobs are running fine, but from what I could see in the code, they are always starting with intraship/shipment entities, but the corresponding table in my DB is empty, therefore the cronjobs do nothing.
How do I get the plugin to fill the table? Hopefully I could go from there and fix possible config problems.
My Magento Version is CE 1.7.0.2
I have no local overrides and no modifications in community/Dhl folder (I reinstalled and there were no changes in git)
Thanks! And sorry for the vague question, but I have no error messages whatsoever.
It appeared another module was listening to the sales_order_invoice_save_after event, creating a shipment and increasing the QtyShipped for orders right when the Invoice came in. Therefore the orders canShip() returned false when the intraship module ran the cronjob.

Joomla! 403 error on SOME front-end pages

When I try to access two of my client's categories I get a "403 Forbidden" message. I searched SO and Joomla!'s official forums for an answer but so far I couldn't find anything related to the front end, only to some admin functions. I downloaded the site and the pages that weren't working on the server are working ok on my localhost. If I go to Directory Permissions in Joomla!'s backend it displays a red box saying "Unwritable" next to the Log and Temp directories. Checked on my host and they both have 755. What access should they have? Could it be some other problem?
Edit:
I managed to make those folders writable, apparently the problem was in the configuration.php script.
public $log_path = '../logs';
public $tmp_path = '../tmp';
This was the correct way they should haved been written. This still doesn't fix my problem so any help is still appreciated.
Thank you :)
I can't offer a solution sadly but I have the same problem. I've searched for days for a solution and am at a loss. I upgraded to Joomla 3.4.0 although problem existed before the upgrade.
Mine only happens when attempting to edit certain articles from the front-end. I've checked ACL and User has Publisher privileges and can successfully edit some pages but others cause 403 Forbidden after attempting to save changes even though they have the same category.
I tried replacing the article with a duplicate and gave it a different alias but it still wouldn't allow edits.
Have you checked the content > category manager > permissions for that user group on the problem category?

Magento Products display not displaying products in backend on reindex

I am running Magento 1.8.1 with embeddedERP extension.
Not sure if extension is to blame for the behaviour, i don't think so as it seemed to work fine for a while after I installed the extension. The issue appears to relate to indexing.
I reindexed the site in response to a magento index aler. When I try to view products in the backend the page is blank but only from from the horizontal line below the Add New product button, there is no list of products but also no products table at all, rather than the products table with no rows one would expect.
I have tried deleting cache and session folders.
I've tried disabling cache.
I enabled logging and there isn't an exceptions.log file so presuming this means no exceptions happening.
I've logged in and out.
On one occasion when i tried creating a new product after saving it it displayed the products (new one and existing) but now that doesn't work either.
Previously, deleting session and cache and logging back in appeared to work but now doesn't.
Can anyone suggest how I can go about working out what is wrong. My magento debugging skills probably need some enhancing.
Thanks,
Came back to this and the site was then displaying an error:
Warning: Unknown: Unable to allocate memory for pool in [filepath]/Autoload.php
This thread:
http://www.magentocommerce.com/boards%20/viewthread/216180/#t462005
highlighted this is as an apc issue.
Altering the memory size to 256M as suggested solved this.
Hope this helps if anyone else gets this, still don't know why this issue showed a blank screen to start with, perhaps an APC caching issue?

Joomla cannot insert any more article in a category

This time i am having a weird problem about a Joomla 1.5 website.
When I try to add new article (number 3093) to a section/category that is in the menu and then I try to retrieve it, when i call the single article page i get an error. I can't say it's a 500 error because in my hosting logs and in joomla log i can't find any trace of the error.
Even when I curl the documents what i get is an empty response.
I checked the MYSQL databases and the article are here, i tried to recover a backup of the database and everything went ok, but when i try to add the article > 3093 i cannot retrieve them.
I tried changing themes, removing mod_rewrite, debugging php and mysql, but everything is working fine, i think that something is going wrong with the controller routing.
Anyone can help, any idea or similar experience can be appreciated

Cannot initialize the indexer process in Magento 1.6

I have spent 3 hours now trying to resolve this error when trying to re-index my catalog in the Admin.
I do not want Magento to manage my inventory, so I set it to No in the Inventory area of the admin. When I go to re-index the site, I get the error "Cannot initialize the indexer process.”
I have searched here and on Google, and the 2 or 3 mentions of it, those solutions do not work for me. And when I try to change back to have Magento manage inventory, since I cannot get it to re-index, all of my products just disappear from the public side.
The only way to get my products back is to re-import the database and start over. But then, when you try to add a product to your cart, since I do not keep my own inventory, the user gets an inventory error.
Has anyone seen this issue with 1.6 and found a solution?
i have solved my problem, after trying almost all the solutions listed on forums with no results.
What i did is, changed my DB user and assigned him all the rights. Before that the user of my DB didn't have all the rights.
Note:
This may not be the case with everyone but still it is a solution for me.

Resources