Page 1 of 1
CG ContentUtilities Admin page blank
Posted: Tue Feb 12, 2013 7:56 pm
by cpansewicz
Hi,
I have been using the Calguys Content Utilities with great success and have implemented it in my site. Recently I went to the admin page (>Extensions, >>Calguys Content Utilities) and there is nothing there. My added fields are on my content page, but the admin page is blank.
Has anybody had this issue? Is there a fix? I am running CMS 1.11.1 and CG 1.3.3.
Thank you,
Camille
Re: CG ContentUtilities Admin page blank
Posted: Wed Apr 17, 2013 2:46 pm
by arstach
Have you found any sollution?
My admin pages of CGContentUtils and CGGoogleMaps got blank recently. I have no idea when that happened. Maybe it has anything to do with CGExtensions as they both depent on it.
I desperately need any advice...
my cms version:
----------------------------------------------
Cms Version: 1.11.1
Installed Modules:
CMSMailer: 5.2.1
CMSPrinting: 1.0.3
FileManager: 1.4.0
MenuManager: 1.8.3
MicroTiny: 1.2.3
ModuleManager: 1.5.5
News: 2.12.8
Search: 1.7.7
ThemeManager: 1.1.7
CGExtensions: 1.31.1
MleCMS: 1.11.3
JQueryTools: 1.2.4
CGContentUtils: 1.3.3
Gallery: 1.6
CGSimpleSmarty: 1.5.2
CGGoogleMaps: 2.4.3
FCKeditorX: 1.1.0
TinyMCE: 2.9.12
FormBuilder: 0.7.3
Quizzard: 0.9
Config Information:
php_memory_limit:
process_whole_template:
output_compression:
max_upload_size: 32000000
url_rewriting: none
page_extension:
query_var: page
image_manipulation_prog: GD
auto_alias_content: true
locale: pl_PL
default_encoding: utf-8
admin_encoding: utf-8
set_names: true
Php Information:
phpversion: 5.2.17
md5_function: Włączone (Prawda)
gd_version: 2
tempnam_function: Włączone (Prawda)
magic_quotes_runtime: Wyłączone (Fałsz)
E_STRICT: 0
memory_limit: 128M
max_execution_time: 30
output_buffering: Włączone
safe_mode: Wyłączone (Fałsz)
file_uploads: Włączone (Prawda)
post_max_size: 8M
upload_max_filesize: 32M
session_save_path: /tmp (1777)
session_use_cookies: Włączone (Prawda)
xml_function: Włączone (Prawda)
xmlreader_class: Włączone (Prawda)
Server Information:
Server Api: cgi-fcgi
Server Db Type: MySQL (mysql)
Server Db Version: 5.1.58
Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable
----------------------------------------------
Re: CG ContentUtilities Admin page blank
Posted: Wed Apr 17, 2013 4:14 pm
by calguy1000
@arstarch ... a blank page is caused by an error. The error is somewhere.
You will have to enable debug mode, and/or look at your apache error logs.
You need to produce an error message for anybody to be able to help.
Re: CG ContentUtilities Admin page blank
Posted: Wed Apr 17, 2013 7:22 pm
by arstach
OK, my bad ... That's probably the first thing I should do.
But there is not much to show anyway...
After turning debug mode on, all other pages display debug informations, but not admin pages of Content Utlities and Google Maps.. They remain blank as they were before.
Same thing with Apache Error log.. I found there two old entries about directadmin license not matching my domain - not relevant..
(is it possible that my apache is configured wrong and is not reporting some errors?)
Last 5 lines of normal Log containing entries generated by access of mentioned pages are below, but I don't think they are valuable at all..
Re: CG ContentUtilities Admin page blank
Posted: Thu Apr 18, 2013 12:53 am
by camillep
My CMSMS was updated to the most recent version, and all my modules were updated. That seemed to fix the problem.
Re: CG ContentUtilities Admin page blank
Posted: Thu Apr 18, 2013 2:27 am
by arstach
Well... I know that probably it is a risky solution but I managed to get the pages available again...
Following camillep suggestion I have updated my CMS to most recent version, which went well. But while I was updating modules, an error ocurred and the whole page stopped responding. An error said that CGSimpleSmarty.module.php at line 39
Code: Select all
$fn = cms_join_path(dirname(__FILE__),'function.module_action.php');
is not able to load stream, so I wrote over my previous version of it. Later same type of error occured while updating CGExtentions. I restored CGExtentions.module.php too, and it looks like the page got back on track... I regained access to Goggle Maps and Content Utilities admin pages. Mentioned modules are still outdated, but I hope it will be possible to fix that soon...
Any suggestions will be valuable...
Re: CG ContentUtilities Admin page blank
Posted: Thu Apr 18, 2013 7:31 am
by uniqu3
arstach wrote:OK, my bad ... That's probably the first thing I should do.
But there is not much to show anyway...
After turning debug mode on, all other pages display debug informations, but not admin pages of Content Utlities and Google Maps.. They remain blank as they were before.
Same thing with Apache Error log.. I found there two old entries about directadmin license not matching my domain - not relevant..
(is it possible that my apache is configured wrong and is not reporting some errors?)
Last 5 lines of normal Log containing entries generated by access of mentioned pages are below, but I don't think they are valuable at all..
There is a difference between access_log and error_log so make sure you are viewing error_log where above isn't.
Re: CG ContentUtilities Admin page blank
Posted: Thu Apr 18, 2013 9:06 am
by arstach
Yes it's true, attached entries are not from error log, but access log (which I've called 'normal', maybe that was a cause of misunderstanding)
Last 5 lines of normal Log containing entries generated by access of mentioned pages are below, but I don't think they are valuable at all..
Error log contained only two entries:
I found there two old entries about directadmin license not matching my domain - not relevant..