OMG
Just as i go to deploy an app, i start getting this message :
Error publishing application: could not access deployment (File may have been deleted in drive or you may no longer have permission to access it).
screenshot
So i am the admin of my gsuite account and the owner of the file. tried turning off and on the appmaker in the admin page of gsuite.
Just before i got this message i deleted a bunch of defunct scripts from my drive. could this be related? could it be related to the projects in the cloud platform?
i have 'deployed' the app using the [PUBLISH] button which works fine!
thanks for anyone who can help
i didnt find out the cause of the issue but this problem can be worked around by exporting the app to zip, creating a new app and importing the zip file...
just answering this here incase someone gets stuck with the above message.
Related
I have a azure service running wordpress.
Someday, I updated a plugin (Yoast SEO) and stopped work. Azure's KUDU panel cannot shows files.
Look:
I can list using command ls-l, but KUDU panel no.
I tryied chmod, chown and nothing.
More special is when I changed directory to this folder and receveive response my session is expired. But it is not. I get use other feature with same session.
If I access using direct URL, I receive:
"You do not have permission to view this directory or page"
I have a Microsoft support but it not helps.
Anyone, please!
Microsoft support has concluded that there is a plugin that can be used in the Application Service called Composer that does not allow the word "vendor" and with this, the error.
We have disabled this extension and the site has returned to normal operation.
Hope it helps.
I have an ASP.NET project based on WebForms that was initially published on Azure server. Just recently I have made the website point to a different custom domain and since then I'm getting this error whenever I try to upload a file. I don't have this issue on my local server though. I'm using a jQuery library "pupload" to publish files. Just soon as I click the "select files" button, I'm redirected to a page where this error is displayed.
This issue wasn't there before so I figured this might me after I changed the domain. Can someone help me out with this.
You can use FileZilla to change permission for a folder/directory in azure.
Download your publish profile from portal and connect thru FTP(set the connection in filezilla) and set the permissions.
I migrated my projects to the "new" Firebase via google.com. When I try to access my project database, I get only "Unable to load your database." I'm also making an assumption here that the "realtime database" replaces the old Dashboard where I can see data being added or removed from Firebase by my app.
There is no explanation whatsoever beyond the above message. Yet I know there is accessible data there because the listeners in my app continue to respond to it. Can anybody help? Thanks in advance.
Fixed it!
Signed out from my Google account and logged in again.
Another way: open the console (F12) in the browser and run localStorage.clear()
You have solved the problem and easily you should close the tab and reopen the home page in Firebase you have reload the firebase website or close than you web browser and reopen again but your have close all tab and reopen page in Firebase and open your project and see
I'm working and out of no where i get this error. Didn't upload anything. I get Error establishing a database connection. The only thing i've done recently is install piwik analytics but i tested that thoroughly on the test server. I'm scared that i've corrupted the database. And i haven't got the most recent backup. I can't access any page on the website.. front end or backend. What is going on? Is the database overloaded?.. if so when does it reboot, all i want is the website to work as it doesn't belong to me.
i think you should have to refer this link.hope you may got your solution from there.
It could be that your database login credentials are wrong or have been changed.
It could be that your database server is unresponsive.
It could be that your database has been corrupted.
Try to define define('WP_ALLOW_REPAIR', true); inwp-config.php file.
then visit this link http://www.yoursite.com/wp-admin/maint/repair.php.
you see database repair option.
Im doing a project where i have to send a link to my user/clients. The mail will be sent to them once they register their account. Now there will be a link in their mail when clicked on that link the users will be redirected once again to my website and they will be shown a pdf.
When i did this from my system and localserver it worked fine.
But now my project has been put up in the development server from where its not possible for me to send mail.
I get the following errors
Message: Sys.WebForms.PageRequestManagerServerErrorException: AspPDF.NET 2.0.0.14045 has generated error #46: [ Opening output file failed: Access to the path 'C:\inetpub\wwwroot\Myesign\UploadedFiles\Signed\Support2(1).pdf' is denied. ]
Im not clear that what might be the possible reason for this error. The same project worked when i used the localserver and from my pc also worked fine but from the production server the same project is not working.
Also the link that i get in my mail id is
"http://localhost/ScriptResource.axd?d=n3csX8loR-nh3aSKQ4FNi7Vth7ZBerv1fa-7sJrneEaqqdsyYs5M1zxZ6mXbdwJ0oPXtyofmMkG8z9SZaK8qgo6xYZPs72x4Icy0pXeiYtTxb_JCbdFLZmwvpEToNB0tY6mtEQ2&t=2939b118"
in the above link dont need the "http://localhost/" is there anything i can do about. Im sure there might be some way but im not able to find it.
Can you post the code you use to generate and send the link via email? It may be a relative linking issue. Also, make sure the NTAUTHORITY\NETWORKSERVICE account has permission to read files in the PDF folder on the server, as that is the account used when a file is accessed on the server through IIS.