Mecky Clouds
Active member
download new update and paste it on your root not on public_htmlgetting like this :
![]()
please help
check my test
download new update and paste it on your root not on public_htmlgetting like this :
![]()
please help
public folder
amazing !!!!!download new update and paste it on your root not on public_html
check my test
getting like this :
![]()
please help
You have to install Symfony to redirect correctly to the public folder.getting like this :
![]()
please help
error image poster and cover movies
Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "Source image could not be found" at C:\xampp\htdocs\WebFlix\vendor\liip\imagine-bundle\Controller\ImagineController.php line 100
plzzzzzzzzzzzzzzz help me
yes its work that on first release but on new update. when you upload any images like changing logo.. its auto recreate public_html folder so to workHi you could try this to redirect from public to your domain name it should work
Add to the ht.access files
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
yes its work that on first release but on new update. when you upload any images like changing logo.. its auto recreate public_html folder so to work
- just download the file
- Extract on your desktop
- Zip all files on WebFlix Folder
- Upload on your hosting
- Extract on root
- Then config the database on app/config/parameter.yml
- Restored Database.sql
Another tips because on first release i encounter that disk got large fast because of cache. on me in few hours got 75GB+ because of cache. so to prevent that
go to folder
App/Config/config_dev.yml
Edit line 8, 11, 12
Change the false to true
only_exceptions: true
toolbar: true
intercept_redirects: true
here is my test demo : https://tagdrama.co/
yes its work that on first release but on new update. when you upload any images like changing logo.. its auto recreate public_html folder so to work
- just download the file
- Extract on your desktop
- Zip all files on WebFlix Folder
- Upload on your hosting
- Extract on root
- Then config the database on app/config/parameter.yml
- Restored Database.sql
Another tips because on first release i encounter that disk got large fast because of cache. on me in few hours got 75GB+ because of cache. so to prevent that
go to folder
App/Config/config_dev.yml
Edit line 8, 11, 12
Change the false to true
only_exceptions: true
toolbar: true
intercept_redirects: true
here is my test demo : https://tagdrama.co/
hereWould you send the download link for the version you are using?
My version has an error loading images.
you use public_html on your localhost? because i think this file is for shared hosting only.. need to modify yet for other hosting..I think this version is giving error.
I will do some tests on localhost.
Thank you.
you use public_html on your localhost? because i think this file is for shared hosting only.. need to modify yet for other hosting..
because its auto create public_html folder when you change or upload images.
i see because on first version release here.. too many bugs like you need to create "jpg" folder on public/upload/ to make it work the images heheOn localhost, in the previous version, I used Symfony's standard public folder that I installed on Ampps.
The only mistake I had in the previous version was just loading the images.
i see because on first version release here.. too many bugs like you need to create "jpg" folder on public/upload/ to make it work the images hehe
Ok! So bare with me as I'm a complete novice. I have to install symfony on to my cpanel to redirect as I'm not using public_html and just using the root folder?You have to install Symfony to redirect correctly to the public folder.
You do not necessarily need to install Symfony on cPanel.Ok! So bare with me as I'm a complete novice. I have to install symfony on to my cpanel to redirect as I'm not using public_html and just using the root folder?