Issues after installation

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
AGoss

Issues after installation

Post 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]
User avatar
kermit
Power Poster
Power Poster
Posts: 693
Joined: Thu Jan 26, 2006 11:46 am

Re: Issues after installation

Post 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..

eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
AGoss

Re: Issues after installation

Post 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
AGoss

Re: Issues after installation

Post 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
AGoss

Re: Issues after installation

Post 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....  :-\
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: Issues after installation

Post 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...
AGoss

Re: Issues after installation

Post by AGoss »

Is there a way that I can check that?
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: Issues after installation

Post 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:

Code: Select all

<?php phpinfo(); ?>
and upload it to your host.

Thanks!
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: Issues after installation

Post 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!
Locked

Return to “[locked] Installation, Setup and Upgrade”