php_warning on installing ext - typo3

I want to intstall the ext "my_redirects". On my local machine it does what it should. But now, on the live site, i got this error:
1: PHP Warning: file_get_contents(/kunden/homepages/28/d574274134/htdocs/update7/typo3/sysext/core/Resources/Private/Sql/Cache/Backend/Typo3DatabaseBackendCache.sql): failed to open stream: No such file or directory in /homepages/28/d574274134/htdocs/update7/typo3_src-7.6.14/typo3/sysext/core/Classes/Cache/Backend/Typo3DatabaseBackend.php line 441
I got a hint to delete the typo3temp/autoload/ files. Then the installation works, but if i after that go into the install tool, i get this error again. Can someone give a hint?

This file is part of the core and must exist. Look into the src-tar/zip file. Maybe the file wasn't transferred to the server.

I don't think it's an autoload issue, because the .sql file is missing, not the PHP class.
Please verify that the sql file does exist. If it's missing, check the hash of your downloaded TYPO3 core. Make sure you compare the correct path on the server.
But I guess you got an access restriction. Maybe bad ownhership of that .sql file? Perhaps you ran into some security problems with file_get_contents() and at least sql files? So please also check your security settings.

Related

error: PostgreSQL/15/lib/timescaledb-2.9.3.dll Unable to load library The specified module could not be found

i have problem when i install timescaledb.
i installed postgresql-15.2-1-windows-x64, timescaledb-postgresql-15_latest-windows-amd64.
i followed install manual.
but i have error message which is '오류: "C:/Program Files/PostgreSQL/15/lib/timescaledb-2.9.3.dll" 라이브러리를 불러 올 수 없음: The specified module could not be found.' when i write 'CREATE EXTENSION IF NOT EXISTS timescaledb;' on postgres cmd.
how can i fix it?
i tried that move files(ssleay32.dll , libeay32.dll) to C:\Program Files\PostgreSQL\15\bin folder.
but i have same problem.
Please, check if the configuration parameter shared_preload_libraries is in the postgresql.conf file and it matches the TimescaleDB .dll folder.
If the dll is not located there, you may need to move the library to the correct directory or update the configuration file to reflect the correct path.
Have you checked any different errors in the server logs?
Also, the troubleshooting doc can be useful: https://wiki.postgresql.org/wiki/Extension_build_troubleshooting
and a recent question on timescaledb forum: https://www.timescale.com/forum/t/how-to-install-timescale-db-on-window/1274

how to make a script or batch file to download a ppsx from sharepoint?

I'm using wget to download a ppsx file from SharePoint but I keep getting a '403 forbidden' error can someone help me on how to fix the error? or if someone can guide me on how to create a batch file to download a file from SharePoint that would be greatly appreciated. Thank you.
I have used wget (link) and I keep getting a 403 error or only a small 190kb of the file is downloaded.
keep getting a 403 error
403 is Forbidden, you are informed you are not allowed to download this file.
only a small 190kb of the file is downloaded.
Try to open it using text editor. I guess it contain above information, but maybe also information what you should do in order to get access.
using wget to download a ppsx file from SharePoint
Then answers in Download file/folder from sharepoint using Curl/Wget automatically might be useful for you

Unable to read package metadata. This may be due to missing repodata directory. Please ensure that your install tree has been correctly generated

I am new for centos installation. I downloaded a minimul version of centos 6.5, around 339.7mb of size. I am trying to install this with GUI interface but I got an error after selecting the drive option, which comes after selecting the country.
This is complete message,
Unable to read package metadata. This may be due to missing repodata directory. Please ensure that your install tree has been correctly generated.
Failare:
repodata/743fec56b2af0ce8d6ec82c47a4efafc2a4d18cddfa9683f29611cb18d1a33de-primary.sqlite.bz2 from anaconda-CentOS-201311271240.i386: [Ermo 256] No more mirrors to try.
Sorry but I am new here, so I can't put the exact image here.
I believe that i had this same issue and was able to solve it.
The files under the /repodata folder are missing their file extensions and are not matching their full names in the "TRANS.TBL" file, under this same dir.
Rename all the files to match what is in the "TRANS.TBL" file, then try the install over again.
Please let everyone know if this works for you.
In the past i would just put a URL in that pointed to the correct files on a server, i feel that most people take this workaround and that's why it's not as hot of an item as it should be. I hope this gets fixed in the .ISO.
Thank you,
YourFriend
It worked for me.
I renamed all 8 files.
i.e. 0e371b19e547b9d7a7e8acc4b8c0c7c074509d33653cfaef9e8f4fd1d62d95de
0e371b19e547b9d7a7e8acc4b8c0c7c074509d33653cfaef9e8f4fd1d62d95de-primary.sqlite.bz2
The correct file name is given in file "repomd" under folder repodata
example - location href="repodata/b124f0ec5323cfee56b420906a3103f0daef656dde3f7ac8220120aa7504e57a-primary.xml.gz"
I had exactly the same issue ;
under "repodata" directory opened "repmod" xml file
Searched file name within repmond xml file
Found matching strings
Renamed 8 files as specified in .xml file
and it worked like a charm
Thanks to "Your Friend"
I had the same problem. Even if you manage to get past this step, you will encounter at a later point other errors related to filenames.
The root cause was using Unetbootin to create the bootable media. I switched to Rufus and everything works fine now.

creating module error in sugarcrm

I have this warning:
"Your PHP configuration must be changed to allow files of at least 6MB
to be uploaded. Please modify the upload_max_filesize value in your
php.ini located at: C:\xampp\php\php.ini"
I have edited and save it to 6MB, however, I am still unable to deploy my module and the error still appears. Really appreciated for kind help. Thanks

I'm unable to create NuGut Package. How to solve?

I'm unable to create nuget package, due I think to a lack of write permissions.
The path is the result of the Click Once installation.
How can I solve this?
Error:
NuGet Package Explorer
Unable to generate a temporary class (result=1).
error CS0016: Could not write to output file 'c:\Users\Adam Speight\AppData\Local\Temp\0c2jg3wu.dll' -- 'Access is denied. '
OK
Strange. Have you checked the folder exists, and the permissions on it? You could try temporarily granting Everyone write access on the folder to see if that helps.
Also check the disk isn't full, or the folder full of filenames generated by GetTempFile() - not sure what that does if it generates a random filename that already exists.