cakepdf not found engine on shared hosting - php

my app is throwing " Pdf engine "CakePdf.allengines" not found " but in my local is all fine, im using a shared hosting plan and all the app is working fine but cakepdf is the only plugin that Im using.
Other thing is that the mpdf or dompdf files are located in verdor folder, so i dont know where cakephp is looking for the engines in the shared hosting.
Thank you in advance

Related

How to download files from Wordpress

So I built a wordpress website with an online builder and hosted on a Google Cloud VirtualMachine. Is there any way I can download all the files so I can run it locally on my PC? I am interested in the .HTML and .PHP files, the media doesn't really matter. Thank you!
You can download Wordpress for free from https://wordpress.org/download/
That will contain all the html and php files your website currently uses.
If you are using a custom theme then you will need to download that separately and install it.
If you want to run Wordpress locally then you will need a local web server such as https://www.apachefriends.org/download.html or https://localwp.com/

Upload my php project files to use with google cloud AppEngine

I've spent 10+ hours yesterday reading up about / testing tutorials with google cloud and how I can use them as a host for my dynamic website.
With all of the new information in my head, I'm scrambled on what to do.
I already have my Virtual Machine Instance built with an IP that links to my domain, this works fine. However, I cannot for the life of me figure out how to put my project files on there. I figured it would have been something like "upload project files", "link with appengine", "link with cloud sql", but it seems like I was wrong?
In the tutorials, I uploaded googles sample projects (tutorials) by cloning a github link in the shell.
git clone https://github.com/GoogleCloudPlatform/getting-started-php.git
They also said a zip file could be extracted as an alternative.
Are those the only way of doing this? Should I create my own github and cone it in the shell?
Is it possible to link an AppEngine with a bucket that has my project files on there? (just throwing the question out there)
bonus question: once the files are uploaded, am I able to edit/develop through google cloud or do I need to edit changes in my files, then re-upload it to the cloud as an update?
This is my first time trying to have google (or any company) host my website, and this is completely foreign territory for me so any direction is much appreciated.
there are couple things mixed up in your question. Let me try to untangle them.
You don't need to create virtual machine if you want to run your PHP powered website on App Engine. There's a great overview in this article https://cloud.google.com/appengine/docs/standard/php/an-overview-of-app-engine
The way you run your PHP website on App Engine is by deploying your code to the version, you can do it using gcloud app deploy tool from your sources on your local machine. I recommend you to start by going through tutorial on here: https://cloud.google.com/appengine/docs/standard/php/quickstart
There's currently no way to link Google Cloud Storage bucket with App Engine version, you have to deploy your code yourself using either gloud app deploy or using App Engine Admin API that gcloud is using internally.
There's no way to edit your App Engine application code in the cloud.

how to put localhost laravel project on Go Daddy server?

how to put localhost laravel project on Go Daddy server?
I have a PHP7 project with MySQL running nicely on my "localhost/laravel/public" path.
Now i want to put this working project on GoDaddy server using FileZilla.
How and where i should put which files so that it should run same like my localhost?
My other normal PHP coding files (eg .php) are already working good on GoDaddy server. but i don't know how to run laravel project with its own structure or something.
Take a look to this guide: The simple guide to deploy Laravel 5 application on shared hosting

CodeIgniter and normal website

I have a web hosting which hold a website I run.
I'm learning CodeIgniter so I would like to upload it a file in that web hosting and run some test and learn, CodeIgniter just for test, and keep using the website normally for users.
Is there any related or known issues or problem by running both ? I don't want the website to get frozen or act weird wit this.
Install codeigniter in it's own folder in a subdirectory instead of in the web root directory.
You will have to modify your config:
Installing a CodeIgniter application in a subfolder
Create a New Folder for your CodeIgniter Learning and Upload all CI files there including System folder and other.
If you Upload the the files with current website files folder it may create some issue.

yii framework yahoo php hosting

I would like to know whether yahoo php hosting supports yii framework by default , or we need to configure at our own risks. I contacted yahoo technical support team , they gave me an url http://ysbdemowebsite.in/phpinfo
In that above url I couldn't find any yii info. Currently I am having php application built on the top of yii framework and also i am looking for best php hosting with yii support.
Yii does not require anything special. Perhaps the only more-or-less no so standard requirement would be PDO. Yii comes with a requirments script, which you can run in order to know if your server is ready to work with yii.
YII is just a framework and I have never came across to know that there is any special requirement for YII Framework code hosting. It runs on all the hosting environments ... You just need to check if your hosting provider has the compatible PHP & mySQL database support?
Once you develop your code, just Upload whole Webroot /App/ directory inside "public_html" folder.
I am hosting one of my website developed with YII framework at AccuWebHosting.Com.
Well! There are dedicated VPS providers like DigitalOcean, Vultr, AWS which provides Yii hosting infact! for all versions of Yii. You just need to set up a PHP Lamp stack and then deploy your application on it. Also if you are not a sysadmin and don't want to go in Linux command system then you can use any managed hosting provider like Cloudways, Siteground, Platform.sh etc.

Categories