Existing report is not getting Download in OpenOfiice - openerp-7

I am trying to modify already existing report in Open Office(ex. Point of sale receipt ) . But when I select it to download , it is showing an error like this
Could not be Download
URL seems to be an unsupported one .
How can I fix this error .

Related

Odoo error after installing xls report

I added xls engine and webkit addons. I am using Windows 2008 server. When I try to print ledger reports, it gives the following error:
Required report does not exist: account.account_report_general_ledger_xls
<type 'exceptions.Exception'>,Required report does not exist: account.account_report_general_ledger_xls,<traceback object at 0x1030CE40
Can any one guide me what im doing wrong? I did the same steps on another windows 7 server, its not giving me any error.
It seems that odoo can't find the report. Did you try an update all? Or take a look and try to find the report in database.

ImpressPages - Unable to add plugin / themes - Still persistent in 4.6.6?

With reference to ImpressPages - Unable to add plugin / themes ( version 4.2.7 - abt 2 years ago ) the problem still seems to be persistent ?
The relevant code from /Ip/Internal/Plugins/PluginDownloader.php is;
$fileMd5 = md5_file($archivePath);
$rsa = new \Crypt_RSA();
$rsa->loadKey($this->publicKey);
$rsa->setSignatureMode(CRYPT_RSA_SIGNATURE_PKCS1);
$verified = $rsa->verify($fileMd5, base64_decode($signature));
if (!$verified) {
throw new \Ip\Exception('Plugin signature verification failed.');
}
RSA.php is available at ;
`require_once IP_PHPSECLIB_DIR . 'Crypt/RSA.php'`
Commands md5_file, base64_decode run properly ( tested via simple test scripts ).
I tried to echo values of $rsa and $verified;
echo'<pre>';var_dump($rsa);
echo'<pre>';var_dump($verified);
but got "Unknown error. Please see logs."
Tried ;
trigger_error("///////// RSA Obj Is /////////// :- ".$rsa, E_USER_WARNING );
trigger_error("///////// Verified Is /////////// :- ".$verified, E_USER_WARNING );
but got the same "Unknown error. Please see logs."
As for the Logs ( hidden under Admin-> Menu -> System -> Log ), well they showed nothing.
Next, i tried https://www.impresspages.org/docs/log - ipLog() function but it doesnt say how we can use ipLog() to see values of variables such as $rsa , $verified to troubleshoot further.
So my question to any ImpressPages guru here is;
How do we inspect the values of $rsa, $verified ?
How to get impresspages to install plugins via the admin interface ? or
is this feature broken for the past 2 years ?
An easy solution would be to try different host.

The file XXXXXXXXXXXX.xlsm has been modified by UERSNAME on [DATE] 12:25:31 +0200

I am trying to copy file from one SharePoint library and to another using custom workflow activity, after copying I am trying to update this Author and editor of file name.
Following is my code,
item["Author"] = sourceItem["Author"];
item["Editor"] = sourceItem["Editor"];
if (item.File.CheckOutType != SPFile.SPCheckOutType.None)
item.File.CheckIn("Check in");
item.UnlinkFromCopySource(); item.UpdateOverwriteVersion();
I am getting following exception to only one document . It is working fine with another document.
Exception
The file XXXXXXXXXXXX.xlsm has been modified by UERSNAME on [DATE] 12:25:31 +0200.
This message indicates that before saving your changes it has some other changes to save,and that causes a conflict and sharaepoint gives this error.
Do you put DisableEventFiring() before performing any updates ?
Thanks

TYPO3 6.2 / Extension-Manager: "static_info_tables was requested to be downloaded in different versions"

i have a wired problem with TYPO3. We update a TYPO3 instance from TYPO3 4.7 to TYPO3 6.2.4. If we go to the Extension-Manager in the Backend its workling well. If i go to
Get Extensions on top the system loads a new list of Extensions.
Its running some minutes. After that in the box below i get the output No packages found.
If i click again on the Extension-Manager again. Its running 1 - 2 Minutes and i get the error:
Uncaught TYPO3 Exception
#1342432101: static_info_tables was requested to be downloaded in different versions. (More information)
TYPO3\CMS\Extensionmanager\Exception\ExtensionManagerException thrown in file
D:\www\xxxx\typo3\sysext\extensionmanager\Classes\Domain\Model\DownloadQueue.php in line 69.
I have checked that line.
if (array_key_exists($extension->getExtensionKey(), $this->extensionStorage[$stack])) {
if ($this->extensionStorage[$stack][$extension->getExtensionKey()] !== $extension) {
throw new \TYPO3\CMS\Extensionmanager\Exception\ExtensionManagerException(
$extension->getExtensionKey() . ' was requested to be downloaded in different versions.',
1342432101
);
}
}
If i comment the line the Extension-Manager load after a few minutes. Its very slow. Under Windows its not the fastest but normally its running.
If you output the Versions in the if statement then you get different versions static_info_tables 6.0.10 and static_info_tables 6.1.0 which is the correct one.
Does anybody know how to fix this problem? I can't use the Extension-Manager because its not loading and very very slow.
Ok after a few days we have found a solution. The extension table is corrupt after getting all new versions we have removed all old entries in the extension manager table and it was working well.
To solve the problem Find all entries in the tx_extensionmanager_domain_model_extension table for the extension key static_info_tables. After that you get some entries with different versions. We have removed all old entries that have made some trouble.
To find entries that make trouble you go to this line:
D:\www\xxxx\typo3\sysext\extensionmanager\Classes\Domain\Model\DownloadQueue.php in line 69.
And debug the if statement above. There you get the ids to remove.

Prestashop admin panel is lost after trying to export language packet

There were some language problems in my site which uses a specific theme so I thought,I should pick out the language pack edit and reload it. Because I couldn't find a way to edit it using browser on admin panel.
I just pressed a button named export language packet. I don't know if something happened that time. But it didn't give me a file (an exported file I mean) . So I didn't do anything else. But since that time I can't reach my admin panel. While I write the URL it shows me a big white screen.
On the other side the site itself (not admin panel) is reachable. What can I do to fix my problem?
Hi,
This is the error
( ! ) SCREAM: Error suppression ignored for
( ! ) Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ']' in C:\wamp\www\httpdocs\translations\tr\admin.php on line 586
Call Stack
# Time Memory Function Location
1 0.0009 690552 {main}( ) ..\index.php:0
2 1.7995 9942280 DispatcherCore->dispatch( ) ..\index.php:50
3 2.0567 10375504 ControllerCore::getController( ) ..\Dispatcher.php:342
4 2.0686 12512728 AdminControllerCore->__construct( ) ..\Controller.php:128
5 2.0689 12514200 AdminControllerCore->l( ) ..\AdminController.php:304
6 2.0711 12612344 TranslateCore::getAdminTranslation( ) ..\AdminController.php:1737
The error you got is in your translation file in file translations\tr\admin.php on line number 586.
To fix that error, take a backup of that file, i.e. keep a copy of that file in some other place, then try to find out the syntax error you got there. It is some kind of PHP syntax error there in that translation file. As the translation file is only for the admin section, therefore your site front end may be fine and your site admin section is not working.
If you are not able to find that error and fix it, then delete all contents from that file, and then try to load the admin section.
You should use a translation pack which is provided by prestashop, ie download it from the prestashop http://www.prestashop.com/en/translations .
Also if you want to edit translations, use admin. In your question you mentioned, that you were not able to edit translations, please do provide details for that problem, and also try to edit translations while keeping error reporting on, so if there is any problem, you will get the errors printed. If you got errors printed, then update your question with that error message.
Let me know if you still got any questions.