5864 comments found.
Hello, can i add itunes and hulu affiliate link ?
Hey,
Yes, you can enter it in ‘affiliate link’ field when editing a movie or series.
so i can have 3 different affiliate links ?
No, only one.
Hi, how to create translation into other language?
Hey,
You can use the translation files in app/lang/en folder, simply replace the phrases on the right with your translations.
getting loads of errors like this when trying to scrape
Symfony \ Component \ Debug \ Exception \ FatalErrorException Class ‘DOMDocument’ not found open: /var/www/vhosts/bigmoviebook.com/httpdocs/vendor/symfony/dom-crawler/Symfony/Component/DomCrawler/Crawler.php * @api */ public function addHtmlContent($content, $charset = ‘UTF-8’) { $internalErrors = libxml_use_internal_errors(true); $disableEntities = libxml_disable_entity_loader(true);
$dom = new \DOMDocument('1.0', $charset);
$dom->validateOnParse = true;
Hey,
Seems like you don’t have php_xml library enabled on your server, you’ll need to enable it or ask your host to do it to fix the issue.
Hi where I need to change the names of the database, username and the password?
Hey,
Do you mean your database credentials? If so they will be located in app/config/database.php file after installation.
Hi I just sent you a massage
in my site trailer are not running and showing message on the video like this ” you tube is upgrading to a newer version which is not supported by this device or app . so how can i solve this issue please tell me
Hey,
Update to the latest version from codecanyon, that should fix it.
Is there a update coming soon??
Hey,
We’re working on one, don’t have an ETA yet though.
Hello,
I got following error during the installation. Please help me to solve it:
PDOException
SQLSTATEHY000 Can’t connect to local MySQL server through socket ’/var/lib/mysql/mysql.sock’ (2)
Hey,
That error usually indicates that your mysql server is down, you’ll have to contact your hosting provider regarding that (or restart your server if you have access).
Hi,
No the server is up. I have several other sites running on the same server and they are fine!
Please send me your site url and ftp details via support tab so I can take a look.
I was able to figure it out! Now, I have different problem “fileinfo” cannot be enabled on shared hosting. is there anyway it can be worked around?
You could, although some features wouldn’t work (like saving images locally or user avatar uploads).
That is fine with me! So, what is the work around? at this point installation page is not going forward because of this.
Just add this #db to current installation page url, that should get you past compatibility check.
scrape movies from dashboard and clear cache
I’m not able to add movies or series automatically, as do it?
Hey,
By automatically, do you mean from dashboard > actions page?
I click on “Scrap” after the message: Scraped 80 titles successfully!
But no film appears.
You might need to clear the cache from dashboard > actions page if counter is not updating properly.
hi,
what is it?
youtube.com/devicesupport
Thanks
is not showing some videos
Hey,
Make sure you download latest version from codecanyon, this issue was corrected in it.
Hi
I have update this files:
app/lib/services/trailers/youtube.php app/lib/services/options/options.php app/views/dashboard/settings.blade.php
Of corse, i have regisered an new browser key, added this key in dasboard and clean the cache, but i cant get this to work.
http://pepecine.com/peliculas-online/10900-sleepy-hollowThanks
Hey,
You’ll need to wait some time until the data is updated so trailer is re-fetched from the new api.
how to report nulled TMDb?
Hey,
You can send the infringing links to envato via their support.
please add support for PHP 5,6 and above
does this script tested on PHP 5.6.8
becouse i run 5.5.9 php with latest mysql version, now will change server OS to centos 6.5, so my point is how to manage this script with latest PHP and Mysql
Hey,
It will work on any version above 5.3, you don’t need to do anything special for 5.6
Hey ive got this error can you help me fix it? Missing argument 1 for Illuminate\Support\Manager::createDriver(), called in /home/User/public_html/vendor/laravel/framework/src/Illuminate/Support/Manager.php on line 81 and defined
Hey,
Send me your site url and ftp details via support tab please.
i messaged you!
Hello there
is there a way to have this use amazon.co.uk and not amazon.com for the Amazon affiliate id
Thanks
Hey,
Yes, open up app\lib\Extensions\Html\HtmlBuilder.php with a text editor and replace http://www.amazon.com/ with the one you need.
Thanks got it
on an ipad running ios ver 8.3 when logged in the dropdown nav on your name will not open
it auto opens on andriod ok and web browsers
<li class="dropdown simple-dropdown hidden-xs" id="logged-in-box">
<a href="#" class="dropdown-toggle" data-hover="dropdown">
</a></li>
Thanks for lettings us know, we’ll take a look at it as soon as possible.
thanks but i fixed it
find this code in app\views\Partials\Navbar.blade.php
<a href="#" class="dropdown-toggle" data-hover="dropdown">
</a>
replace it with this code
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
</a>
suggestion in future update release, if update is a minor please add announce and files which need to update without uploading all files
Hey,
Thanks for the suggestion, we’ll definitely do that in the future.
please disregard my previous installation request…I manged to do it.
you are right it’s very easy to install….Great work!
Thanks
Hi,
Could you please give me a notification (email or reply to this comment) when the youtube device support thing problem has been fixed?
Thanks!
Hey,
It has been fixed, just download the latest version from codecanyon.
@vebto this update only fix youtube or got more changes?
if is only youtube please what template/code need to change without update.
Hi,
The files to fix youtube issue are:
app/lib/services/trailers/youtube.php app/lib/services/options/options.php app/views/dashboard/settings.blade.php
Youtube now requires an API key though, so you’ll need to register for one and enter it in dashboard > settings page (it’s explained there how and where to get it)
got it thanks!!