Be sure to check out the release announcement for a full list of changes and bugfixes here:
osCMax 2.0.15 Release Announcement
Let us know what you think!
This is a discussion on osCMax v2.0.15 Released Today - Discuss the release here! within the Announcement Discussions forums, part of the osCmax News and Announcements category; Be sure to check out the release announcement for a full list of changes and bugfixes here: osCMax 2.0.15 Release ...
Be sure to check out the release announcement for a full list of changes and bugfixes here:
osCMax 2.0.15 Release Announcement
Let us know what you think!
Michael Sasek
osCMax Developer
osCmax installation service - Have our professionals install osCmax on your server - same day service!
osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0
Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
Excellent. Just upgraded my site and it went great. Thanks for all the work on osCMax. I was checking out the bug tracker and you guys have been busy!
please excuse me for my ignorance, but does this version 2.0.15 replace 2.0.4? Is the version numbering scheme posted anywhere?
15 is higher than 4, so yes it replaces 2.0.4. See the release announcement linked above. First number is for major platform changes, second for point releases/feature updates within the major version, third number is for bugfix-updates within a point release.
Michael Sasek
osCMax Developer
osCmax installation service - Have our professionals install osCmax on your server - same day service!
osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0
Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
Michael,
Fresh install resulted in blank white page on categories.php in admin. Any idea what I might be missing. I see old threads for old versions but they don't apply as I have double checked.
Thanks
Check your error logs and post an actual error message. "Blank white page" is not a valid debugging detail, and just means you have a php or server error.![]()
Michael Sasek
osCMax Developer
osCmax installation service - Have our professionals install osCmax on your server - same day service!
osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0
Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
Thats the strange part...there are no errors. I checked the logs then I double checked the database based on old threads and no discrepancy.
Here are errors in log...nothing related:
Everything else in admin functions fine.PHP Code:[Fri Feb 12 17:10:40 2010] [error] [client 98.20.13.114] File does not exist: /home/eprodesi/public_html/404.shtml
[Fri Feb 12 17:10:40 2010] [error] [client 98.20.13.114] File does not exist: /home/eprodesi/public_html/favicon.ico
[Fri Feb 12 17:09:53 2010] [error] [client 98.20.13.114] File does not exist: /home/eprodesi/public_html/404.shtml
[Fri Feb 12 17:09:53 2010] [error] [client 98.20.13.114] File does not exist: /home/eprodesi/public_html/favicon.ico
[Fri Feb 12 17:09:48 2010] [error] [client 98.20.13.114] File does not exist: /home/eprodesi/public_html/404.shtml
Thanks
Try viewing the html source of categories.php in your browser. See where it dies. The would at least help a little.
Then you may want to disable the error reporting control in the admin/includes/application_top.php
Comment out this line:
Note that this may result in a massive amount of errors and warnings being reported to the screen. You could also try changing it to:Code:error_reporting(E_ALL & ~E_NOTICE & ~'E_DEPRECATED');
Whatever error messages you get after making that change when visiting categories.php, or checking your error logs, post them here.Code:error_reporting(E_ALL & ~E_NOTICE);
Michael Sasek
osCMax Developer
osCmax installation service - Have our professionals install osCmax on your server - same day service!
osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0
Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
View source is blank as well...the file is there and intact though. I am changing error code as specified.
Thanks
Ok we did a fresh install and it works so this is something I did I guess. Al we have messed with is template files (using fallback) and includes>languages>english>mainpage.php so not sure what happened...
here are errors as per your instructions:
HTML Code:Warning: require(/home/eprodesi/public_html/shopFCKeditor/fckeditor.php) [function.require]: failed to open stream: No such file or directory in /home/eprodesi/public_html/shop/admin/categories.php on line 18 Fatal error: require() [function.require]: Failed opening required '/home/eprodesi/public_html/shopFCKeditor/fckeditor.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/eprodesi/public_html/shop/admin/categories.php on line 18
Bookmarks