Update Guide

Update id 830b47f

Note If you are installing the script for the first time you don't need to apply this update.

Important: We are not going to update your application, ever time a new update is released. You have to update it yourself own. So keep the backup copy always.

What's New

Actual change list

app/artvenue/repository/CategoryRepository.php
app/artvenue/repository/ImagesRepository.php
app/artvenue/repository/UsersRepository.php
app/controllers/admin/IndexController.php
app/controllers/CategoryController.php
app/controllers/DownloadController.php // file removed
app/controllers/ImageController.php
app/controllers/SearchController.php
app/controllers/UploadController.php
app/lang/en/text.php
app/models/Comment.php
app/models/Images.php
app/models/Reply.php
app/models/Report.php
app/models/User.php
app/routes.php
app/views/admin/images/approve.blade.php
app/views/admin/master.blade.php
app/views/admin/sitedetails/index.blade.php
app/views/image/exif.blade.php
app/views/image/index.blade.php
app/views/upload/index.blade.php
composer.json
public/static/admin/js/custom.js

.

How to update

Note: It's always good to create a backup copy of your site also best if you try at localhost first.

Step 1 ( Updating vendor directory )

Delete vendor folder ( directory ) replace it with new one from main.zip

Step 2 ( Updating app/config/app.php )

Open app/config/app.php add these two lines just after

'locale' => 'en',

Add below lines,

'fallback_locale' => 'en',
'cipher' => MCRYPT_RIJNDAEL_128,

Search for 'Abhimanyusharma003\LaravelFacebook\LaravelFacebookServiceProvider', remove it.

Search for 'Facebook' => 'Abhimanyusharma003\LaravelFacebook\LaravelFacebookFacade', remove it

Step 3 ( Replacing files )

Either replace files one by one from the above list of modified files.

OR replace

app/artvenue
app/models
app/controllers
app/library
app/views // based on your theme file
app/filters.php
app/routes.php

You are done.

If you see Woosh Something went wrong page. Then turn the debug mode one.

Possible error: PHP Error: mcrypt_encrypt(): The IV parameter must be as long as the blocksize

This is is because of empty cookies that are stored in browser before update. In that case clear you browser cookies and visit your site again. If still not resolved, then open app/config/app.php search for key => 'xxxxx' ( your key ) change any word in it ( not remove it just a change a single word in it ).

Note for theme 2 users

Some tips.