Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Photo Gallery
10-05-2012, 10:29 AM
Post: #1
Photo Gallery
I believe this might be a new problem?

Here is a screenshot

Info for Josh: Windows 7 Ultimate x64 -- Firefox 15.0.1

   
Thanks
~Sam
Yucaipa, Ca

9 CDT's (Raph still missing)
1 Sulcata (11yo 128lbs)
2 3-toed Box (hatchlings)
Visit this user's website Find all posts by this user
10-05-2012, 10:31 AM
Post: #2
RE: Photo Gallery
WOW, got the same thing on my iPad.
Find all posts by this user
10-05-2012, 10:31 AM (This post was last modified: 10-05-2012 10:38 AM by SamB.)
Post: #3
RE: Photo Gallery
Possible fix:

Try to replace

Code:
$superCage = Inspekt::makeSuperCage($strict);

with

Code:
$inspekt = new Inspekt();
$superCage = $inspekt->makeSuperCage($strict);

in include/init.inc.php.

Alot of Servers have recently updated PHP -- by deploying Alternative PHP Cache (APC). Especially those using IONCube, Zend Guard, or Zend Optimizer.

Solutions I have found for some of the websites I run and host for others is by altering the PHP.INI

Original:
Code:
error_reporting = E_ALL | E_STRICT

And replacing it with:

Code:
error_reporting  =  E_ALL & ~E_NOTICE

Just suggestions Smile
Thanks
~Sam
Yucaipa, Ca

9 CDT's (Raph still missing)
1 Sulcata (11yo 128lbs)
2 3-toed Box (hatchlings)
Visit this user's website Find all posts by this user
10-05-2012, 10:44 AM
Post: #4
RE: Photo Gallery
Thanks Sam. I always forget about that darn photo gallery. It's high time I had it integrated into the forums...
Is this primarily an error handling/reporting issue?
Visit this user's website Find all posts by this user
10-05-2012, 10:49 AM
Post: #5
RE: Photo Gallery
I believe it is. You know how PHP and Apache loooooooooooooooove huge log files LOL

I haven't had or heard of any problems reported by doing the above from anyone in the CopperMine Forums.
Thanks
~Sam
Yucaipa, Ca

9 CDT's (Raph still missing)
1 Sulcata (11yo 128lbs)
2 3-toed Box (hatchlings)
Visit this user's website Find all posts by this user
10-05-2012, 10:56 AM
Post: #6
RE: Photo Gallery
I currently have error_reporting: E_ALL & ~E_NOTICE & ~E_DEPRECATED
Visit this user's website Find all posts by this user
10-05-2012, 11:00 AM
Post: #7
RE: Photo Gallery
Wont take much to backup your PHP.ini and include/init.inc.php

Make the above changes, and see what happens Wink
Thanks
~Sam
Yucaipa, Ca

9 CDT's (Raph still missing)
1 Sulcata (11yo 128lbs)
2 3-toed Box (hatchlings)
Visit this user's website Find all posts by this user
10-19-2012, 07:50 AM
Post: #8
RE: Photo Gallery
Photo Gallery FIXED

Good work Josh
Thanks
~Sam
Yucaipa, Ca

9 CDT's (Raph still missing)
1 Sulcata (11yo 128lbs)
2 3-toed Box (hatchlings)
Visit this user's website Find all posts by this user
Thread Closed 


Forum Jump: