Prestashop 1.7 problem to access backoffice - prestashop

when I m trying to access my back office I get this message
For security reasons, you cannot connect to the back office until you have:
deleted the /install folder
Please then access this page by the new URL (e.g. http://localhost/prestashop/backoffice/)

You need to physically remove/delete `/install' folder from your installation.

Related

Apache 2.4 WebDAV and MS Word Authetication

A web application written in java produces links to MS Word docx documents in in WebDAV repository on a Debian Linux server. Clicking on one of these links opens MS Word and a form is shown to put in authentication information. Then the document is opend and can be edited and saved.
Clicking on a link for the next time, one has to go through the whole process of autheticating (fill in the form) again.
Choosing 'Remember me' did not work. They write, the form should then be prefilled, but it isn't.
I want to get rid of this. Most tipps describe that this would be a problem with Basic Auth or Digest Auth and when using Kerberos it could be solved.
After installing Kerberos MIT on this server, I am able to authentication like before, but the problem still exists.
Does anyone have a hint or a solution for this?
Is there a configuration for MS Word/MS Office Upload center one has to go through?
Does one have to place any cretentials on the client?
...?
Configuration
Server version: Apache/2.4.38 (Debian)
MS Word 2013
After struggling many hours I get the Office login form pre filled now.
The solution was to delete all Generic Credetials in Windows Credentials which contain MicrosoftOffice and SSO_POP_Device and the credetial for the our server.
After that I established our server as network drive, which has the sideeffect that my credetials are stored in Windows Credentials, which leads to pre fill the login form.
But the problem that single sign on is not working still exists.

How to publish an Office 365 MS Outlook Addin

I have published v1 of my Office 365 Outlook AddIn a few months ago via seller dashboard.
Now, I need to publish an update. The old version is hosted on a server and placed in some directory:
/AddInV1/
New Addin I have placed like this -
/AddInV2/
So, now while EDIT in Seller dashboard - Do I need to replace code in same folder or I just need to refer the manifest from 2nd folder?
The goal is that once second is published - must show as an UPDATE available to the existing Users.
Thanks in advance,
Kanak
If your update doesn’t require any manifest changes then you can just update the code in your site at the current url. You only need to resubmit if you need to update your manifest, in which case you submit a new manifest and it can point wherever you want.

Wordpress not recognizing SQL database

I used a third party for hosting and before I knew what I was doing, I created an entire WordPress website (via the host's WP panel) before getting my domain name. I now have my domain and I’m trying to get all the pages/etc transferred over to that domain’s WP. But the new WP Admin panel is not showing any of the old content.
What I’ve done so far:
Uploaded all the files (wp_admin, wp_content, wp_includes) to the new domain folder
Updated the wp_config file to reflect the new address
Exported the original SQL file and went through and changed all instances of my old domain to my new one
Uploaded the new SQL file via FTP
I don’t know what else to do :( no matter what, I can never get the files/pages/ anything to show on the new WP admin panel.

SharePoint 2010 Foundation site Read permission list item contribute permission not working

I've upgraded a SharePoint WSS 3.0 farm to SharePoint 2010 Foundation.
Now I got a strange problem in a web part that modifies and creates Content Library files.
The user is only allowed to modify a file if he also got Contribute/Full access on site level (might be enough to have these permission on List/Library but I haven't tried). The user already got contribute permissions on the parent folder and on the file (inherits).
Another problem on the same site but on a different Library. All users on the site can read all files in this Library but when i try to copy a file from one list to another using the following code i get access denied when OpenBinaryStream is executed.
SPFile newFile = SPContext.Current.Web.Lists["ToLibrary"].RootFolder.Files.Add(folder + "/default.aspx", oldFile.OpenBinaryStream());
Both the problems only occurs on the upgraded farm and works fine on the WSS 3.0 farm.
Does anyone have any idea what's going on?
I had a similar issue which turned out to be a setting for lists/libraries. In the Advanced Settings for a list/library, there is a section labeled "Item-Level Permissions" - this setting can be used to deny access for anyone without Full Control rights to the item. Unless there is a specific need, Read Access should be set to Read all items and Create and Edit access should be set to Create and edit all items.
I had the same issue and resolved it by going to Site Settings > Edit Permission Level > and giving the 'Contribute' permission level the ability to 'Open Items - View the source of documents with server-side file handlers'

Moved files and now I am receiving a parsing error in vqmod for opencart

My client is using Yahoo web hosting (ugh) and in order to have an SSL certificate on their servers, you have to create a folder and move all the files you want to be secure to this folder. I had all of the OpenCart files in a folder called shop, so I just moved that entire folder there so I wouldn't have a ton of updating on links, etc.
Everything was working fine until I did this. Now I am receiving this when I try to view the shop or go to the admin panel:
Parse error: parse error, unexpected T_CLASS in /ssl/shop/vqmod/vqmod.php on line 6
The only code line 6 has is this:
final class VQMod {
Please help! I am trying to launch this site for my client either today or tomorrow.
This sounds like your file hasn't been uploaded correctly or you're running on an old version of PHP (PHP 4)