Post by jpetti314 » Fri May 29, 2015 6:51 am

I get a blank modifications page when I click on it.

Any suggestions

Newbie

Posts

Joined
Fri May 29, 2015 6:49 am

Post by IP_CAM » Sat May 30, 2015 8:25 am

reverse your last Modification.
Ernie

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by jpetti314 » Sat May 30, 2015 9:33 pm

I tried that but didn't work. Is something else I can do? The actual modification page is a white blank page.

Newbie

Posts

Joined
Fri May 29, 2015 6:49 am

Post by viethemes » Sat May 30, 2015 9:49 pm

jpetti314 wrote:I tried that but didn't work. Is something else I can do? The actual modification page is a white blank page.
You should add code below after <?php in file admin/index.php

Code: Select all

ini_set('display_errors', 1);
error_reporting(1);
and refresh the modification page again.

http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension

Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme

Extra Positions PRO, Custom JavaScript, Custom CSS and others


User avatar
Active Member

Posts

Joined
Thu Jan 08, 2015 12:17 pm


Post by Danut » Wed Jan 23, 2019 4:24 am

Delete your ocmod.log file in system->storage->logs
I had the same issue and solved like this.

Newbie

Posts

Joined
Sat Dec 21, 2013 9:28 pm

Post by IP_CAM » Wed Jan 23, 2019 11:56 am

It's much more comfortable for OC2 Users, to use a simple tool, like linked
below, to so make a daily 'one-click' cleanout of their cached Sections.
It's an executable file, and can easy be made work with most-all Versions,
by eventually changing existing Server paths in the Section, shown below.
And the Script also set's proper CHMOD Values for Directories as well.
Just to have it mentioned once again !
Ernie
---
OpenCart Repair and Cache Clear

Code: Select all

if (file_exists("system/storage/cache")) {
    echo "Clearing system/storage/cache<br/>";
    cleandir("system/storage/cache");
}
if (file_exists("image/cache")) {
    echo "Clearing image/cache<br/>";
    cleandir("image/cache");
}
if (file_exists("vqmod/vqcache")) {
    echo "Clearing vqmod/vqcache<br/>";
    cleandir("vqmod/vqcache");
}
if (file_exists("system/storage/cache")) {
    echo "Clearing system/storage/cache<br/>";
    cleandir("system/storage/cache");
}
if (file_exists("vqmod/checked.cache")) {
    echo "Clearing vqmod/checked.cache<br/>";
    unlink("vqmod/checked.cache");
}
if (file_exists("vqmod/mods.cache")) {
    echo "Clearing vqmod/mods.cache<br/>";
    unlink("vqmod/mods.cache");
}
https://www.opencart.com/index.php?rout ... n_id=26276

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by developer2@webindia » Thu Sep 19, 2019 2:28 pm

Danut wrote:
Wed Jan 23, 2019 4:24 am
Delete your ocmod.log file in system->storage->logs
I had the same issue and solved like this.
This solved my issue. Thank you


Posts

Joined
Wed Jan 16, 2019 8:24 pm

Post by Dosan » Tue Apr 21, 2020 5:42 am

Danut wrote:
Wed Jan 23, 2019 4:24 am
Delete your ocmod.log file in system->storage->logs
I had the same issue and solved like this.
Thank you

Newbie

Posts

Joined
Wed Feb 22, 2012 12:14 am
Who is online

Users browsing this forum: Amazon [Bot] and 22 guests