Page 1 of 1
Issues after installation
Posted: Sat Feb 11, 2006 3:40 am
by AGoss
After I install everything appeared to be working properly. When I was moving from menu to menu in the Admin section the graphics would randomly disappear and I'll be left with something that looks more like a table of contents. If I refresh the site will return to is normal appearance. Anyone have any suggestions or thoughts on what might be causing the problem? I have attached an example of the problem.
Andy
[attachment deleted by admin]
Re: Issues after installation
Posted: Sat Feb 11, 2006 6:01 am
by kermit
similar behaviour has been noted already and they're investigating it.
if you were to copy your stylesheet(s) to an external file and reference it that way, instead of using the db-generated one, does it still do it?
to get a copy of your entire stylesheet at one time, view source and copy the url of the stylesheet
looks something like:
http://www.cmsmadesimple.org/stylesheet ... mplateid=6
and paste it into the address bar of the browser to display or download it (depending on the browser). take that text and stick it in a file, (siteroot)/uploads/stylesheet.css
then change the tag {stylesheet} in the template to
or just..
Re: Issues after installation
Posted: Sat Feb 11, 2006 5:00 pm
by AGoss
Patricia wrote:
yes that is a strange bug which happened recentyl, I only had that on my local install (windows) not on remote (unix) and only in IE, and only in the admin panel.
This seems to be exactly what I am experiencing. I have accessed the admin section with firefox and everything appears to be working properly. I will d a little research with my hosting company and see if they have any info that might be handy.
Thanks,
Andy
Re: Issues after installation
Posted: Sun Feb 12, 2006 6:41 pm
by AGoss
Ok, I downloaded the file supplied in the link. I made a backup of the original style.php file on my local machine and placed the new file on the server. Unfortunately, the same thing is happening.
Any additional suggestions,
Andy
Re: Issues after installation
Posted: Tue Feb 14, 2006 2:14 am
by AGoss
I tried it again to make sure that I put the new file into the correct directory. I tried it again and unfortunately it didn't resolved the problem.
I guess that I will be ok as long I don't use IE....

Re: Issues after installation
Posted: Tue Feb 14, 2006 4:11 am
by Ted
I guess it's possible that ini_set could be disabled. I'm not totally sure about that. Though, it seems weird to have zlib on and ini_set off. It could cause tons of problems...
Re: Issues after installation
Posted: Tue Feb 14, 2006 4:22 am
by AGoss
Is there a way that I can check that?
Re: Issues after installation
Posted: Tue Feb 14, 2006 11:04 am
by Ted
If this site is open to the outside, can you make a phpinfo.php page and pm the URL to Patricia and I?
To make a phpinfo.php page, make a new file called phpinfo.php. In it, just put:
and upload it to your host.
Thanks!
Re: Issues after installation
Posted: Wed Feb 15, 2006 2:48 am
by Ted
Well, zlib compression is off in php.ini. This makes no sense at all...
Ok, last request. Can you make me an account in the admin? You can make a new group and turn off all of the permissions. I just want to try a few things.
Thanks!