Zend or Apache is replacing my src value with data:image - apache

I am working on a web site that I worked heavily on a couple of years ago but only maintained since. It was recently migrated to another server. The new server uses ZendFramework version 1.12.20 on Apache (httpd=2.4.6-88.el7.x86_64).
There seems to be a weird bug where instead of using the URL of an image, it sends data:image content. Unfortunately the data:image is of an old image icon instead of the replacement icon. If I go directly to the URL of the image, it also still shows the old image. So it seems like a caching problem.
I've tried clearing the web browser cache and restarting the web server. There are no image files in /usr/local/zend/library/Zend/Cache and /usr/share/php/Zend/Cache. What will clear the Zend or Apache cache?

Related

VS Code Apache Live Server

Is it possible to make apache server on my pc /same as I working with vs code/ setup as my vs code live server?
Like the live server extension, when I save /ctrl+s/ the browser page refresh it.
The vs code live server extension is useless.
I created a website /html, css, js/ which working perfect in Live Server.
When I uploaded to the server the website is useless.
I have to start again from the beginning. More than a week work landed in the trash.
Apache, because most of the servers are apache, and I do not want to throw a week in the trsh again.
I am study html, css, js as my hobby. I am a beginner. I am not working as programer, and not this is my target. Just study for fun.

Where to look for image caching

I am trying to update a web site. There are new images which are uploaded to it. The web server is Apache. The web pages are written in PHP.
But I noticed that the new images are not being loaded when the site's URL is accessed from my Windows 10 computer (and also from my Android phone). Instead, the old images are accessed, but not always. Even if I rename the images on the web server the old ones are loaded.
Even if I create a new web page which accesses one of the new jpgs, the old ones are loaded. (Like, say, mywebpage.php and mywebpage-x.php).
So mywebpage-x.php should try to load image5001.jpg but instead loads image500.jpg from mywebpage.php.
Where would I look for what I'm doing wrong?

In Hippocms site view in cms differs from live site

The problem is that site view in cms differs from live site itself.
In cms edit mode I've deleted component from container inside page, saved, then published changes. Publish done successfully without any errors and site view in cms looks correctly, i.e. without that component that was removed. But this component still appears in live site.
I can easily fix this problem by removing this component in console. In cms console it can be seen that preview and working configuration differs.
But why this type of desynchronization happens? And what can I do to prevent this kind of problems?
This type of desynchronization happens rarely, but this problem may be very critical in production.
I am using Hippo CMS 10.1.0 Community Edition
If Your configuraton have been resynchronized, good way is to remove whole preview node. This node will be reconstructed from Your live node when You enter in CMS and turn on edit Mode.

Ubuntu 14 Apache server, page loading icon doesn't disappear

I'm new to the LAMP stack. I set up everything correctly, everything works fine, I can view a sample PHP file, but one thing that irritates me is that page loading icon. It is still active like the page was still loading, but the whole content of the page has already been loaded. I do not know how to fix this problem. I tried to ask Google but found nothing, tried to restart apache server but the problem is not solved. I followed this tutorial: https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu Is it a bug or something else?

Fixed address bar url zend framework app

So first of, hi,
I have probably a simple issue but I'm not expert enough to figure out what the problem is.
I just deployed a zend framework application on a debian server. I have dotster as registrar and another provider for the dedicated server. The problem is about the domain mapping and the urls when navigating from page to page within the app.
Basically when I use the server ip, like 91.121.121.171/public/ to reach the app, the url works just fine and displays well in the address bar like 91.121.121.171/public/directory/dir-comp for example. But when I use the url www.ceramstar.org this stays fixed. Did I mess up with dotster config or Apache rewrite rule?
I must say I don't really get how to configure things properly on the dotster side...
Thanks a lot anyway