Page 1 of 1

Styles and Images

PostPosted: 04. June 2009 18:58
by rboneill
Hi, I cannot get styles and images to come across the network. I tried the FAQ for EnableMMAP off and EnableSendfile off, both inserting the # and removal of it. I noticed that theres an option to change off to on and the FAQ shows it as offstage. I cannot get web page images/styles to display on another computer. Can you advise?

Re: Styles and Images

PostPosted: 04. June 2009 19:13
by Wiedmann
I cannot get styles and images to come across the network.

I guess your html code is wrong.

Re: Styles and Images

PostPosted: 04. June 2009 19:16
by rboneill
Wiedmann wrote:
I cannot get styles and images to come across the network.

I guess your html code is wrong.


Umm... NO. The pages view correctly on the browser on the web server only.

Re: Styles and Images

PostPosted: 04. June 2009 19:23
by Wiedmann
Did you have problems with phpMyAdmin across the network (without changing anything in httpd.conf)?

Re: Styles and Images

PostPosted: 04. June 2009 20:15
by rboneill
Wiedmann wrote:Did you have problems with phpMyAdmin across the network (without changing anything in httpd.conf)?


It has never worked. The only change I made in hppd.conf was what I mentioned earlier, but I changed it back.

Re: Styles and Images

PostPosted: 04. June 2009 20:33
by Wiedmann
It has never worked.

phpMyAdmin is not working?

Re: Styles and Images

PostPosted: 04. June 2009 21:20
by rboneill
Wiedmann wrote:
It has never worked.

phpMyAdmin is not working?


phpMyadmin has always worked, but I was never able to view the sites styles/images over my network. Just now I clicked phpMyAdmin and its telling me that I cannot connect to the database: "phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server."

2 seperate issues. This connect may be because I reinstalled xampp when it totally hosed, but now Im back to just this issue.

Re: Styles and Images

PostPosted: 04. June 2009 22:04
by Wiedmann
phpMyadmin has always worked, but I was never able to view the sites styles/images over my network

OK, phpMYAdmin has always worked. But once more.
- phpMyAdmin is only working for localhost
- and/or phpMyAdmin is also working over your network.
?

Re: Styles and Images

PostPosted: 04. June 2009 22:16
by rboneill
Wiedmann wrote:
phpMyadmin has always worked, but I was never able to view the sites styles/images over my network

OK, phpMYAdmin has always worked. But once more.
- phpMyAdmin is only working for localhost
- and/or phpMyAdmin is also working over your network.
?


phpMyAdmin is only working for localhost -- TRUE
phpMyAdmin is also working over your network -- FALSE

Re: Styles and Images

PostPosted: 04. June 2009 22:19
by Wiedmann
phpMyAdmin is also working over your network -- FALSE

What happens if you acces it over the network?
(small screenshot?)

Re: Styles and Images

PostPosted: 05. June 2009 15:20
by rboneill
Wiedmann wrote:
phpMyAdmin is also working over your network -- FALSE

What happens if you acces it over the network?
(small screenshot?)


A reboot brought back myPhpAdmin, but I get this message "Connection for controluser as defined in your configuration failed."

I also still cannot see images and styles on the network, only on localhost machine.

Re: Styles and Images

PostPosted: 05. June 2009 17:06
by Wiedmann
but I get this message "Connection for controluser as defined in your configuration failed."

Well, you are getting this error message, regardless if you are using local access or access over network.
--> So, additionally there is something wrong with your phpMyAdmin or MySQL configuration.

I also still cannot see images and styles on the network,

But you don't see this error message in a yellow box with red borders?

Re: Styles and Images

PostPosted: 05. June 2009 17:35
by rboneill
Wiedmann wrote:
but I get this message "Connection for controluser as defined in your configuration failed."

Well, you are getting this error message, regardless if you are using local access or access over network.
--> So, additionally there is something wrong with your phpMyAdmin or MySQL configuration.

Yes, I'm sure but this message just started happening.

I also still cannot see images and styles on the network,

But you don't see this error message in a yellow box with red borders?


Yes, it is in a yellow box with red borders.

Note: The images/styles have never worked over the network, even before this error message, so I have 2 seperate issues.

Re: Styles and Images

PostPosted: 05. June 2009 17:46
by Wiedmann
Yes, it is in a yellow box with red borders.

Well, this yellow box and red borders (and so on, like font name/size) are defined in a stylessheet.
--> So stylsheets (and i guess images too) are working over the network.

Conclusion:
There is something wrong with your own html code, if this is working with another html code.