- Posts: 5
- Thank you received: 0
Error in displaying the page on virtuemart
-
demetrio.maltese
Inactive member - Topic Author
- New Member
Less
More
11 years 10 months ago - 4 years 3 months ago #25573
by demetrio.maltese
Replied by demetrio.maltese on topic Error in displaying the page on virtuemart
I asked them. That's their reply (translated by me):
"Dear customer
with regards to your communication, we have done all the checks necessary and we found out that images paths are not correct. That's how they result:
whereas the right path schould be:
We invite you to verify this."
So, how can i correct this? I just used the template...
"Dear customer
with regards to your communication, we have done all the checks necessary and we found out that images paths are not correct. That's how they result:
whereas the right path schould be:
We invite you to verify this."
So, how can i correct this? I just used the template...
Last edit: 4 years 3 months ago by milos.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #25581
by ivan.milic
Replied by ivan.milic on topic Error in displaying the page on virtuemart
Question is why /i-nostri-libri/ is added to image URL. Your site base link is edizioni.attendiamoci.it - right?
That may be result of site migration, you you developed site on local machine where sub-folder truly was /i-nostri-libri/. If this is the case one option is to set images again what I suppose would be big work other solution - you will need to execute SQL script in DB to repair image links.
Table is #_virtuemart_medias this is script:
Note that you need to replace # with your database table prefix
That may be result of site migration, you you developed site on local machine where sub-folder truly was /i-nostri-libri/. If this is the case one option is to set images again what I suppose would be big work other solution - you will need to execute SQL script in DB to repair image links.
Table is #_virtuemart_medias this is script:
Code:
UPDATE #_virtuemart_medias SET
`file_url` = REPLACE(`file_url`,'i-nostri-libri/','/'),
`file_url_thumb` = REPLACE(`file_url_thumb`,'i-nostri-libri/','/')
Note that you need to replace # with your database table prefix
Please Log in to join the conversation.
-
maryswave
Inactive member - Member
Less
More
- Posts: 163
- Thank you received: 1
11 years 10 months ago #25596
by maryswave
Replied by maryswave on topic Error in displaying the page on virtuemart
I had the same issue and had to remove the .htaccess file that was on the server and then upgrade the joomla htaccess.txt to .htaccess
then in global configuration set for SEF and then set the URL Rewriting, that fixed mine.
then in global configuration set for SEF and then set the URL Rewriting, that fixed mine.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago - 11 years 10 months ago #25602
by ivan.milic
Replied by ivan.milic on topic Error in displaying the page on virtuemart
Thank you "Maryswave". demetrio.maltese - Indeed your problem might be due bad rules in .htaccess file or you can solve your problem by using it (to remove false url part), but make sure you first check post 25581
Last edit: 11 years 10 months ago by ivan.milic.
Please Log in to join the conversation.
-
demetrio.maltese
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
11 years 10 months ago #26390
by demetrio.maltese
Replied by demetrio.maltese on topic Error in displaying the page on virtuemart
done both... that's what the website displays:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, postmaster@edizioni.attendiamoci.it and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, postmaster@edizioni.attendiamoci.it and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Please Log in to join the conversation.
-
maryswave
Inactive member - Member
Less
More
- Posts: 163
- Thank you received: 1
11 years 10 months ago #26391
by maryswave
Replied by maryswave on topic Error in displaying the page on virtuemart
use php 5.3
place in top of .htaccess
# Use PHP 5.3
AddType application/x-httpd-php53 .php
and check your configuration.php file
see post: www.fusionwebmarketing.com/blog/92-jooml...reate-directory.html
place in top of .htaccess
# Use PHP 5.3
AddType application/x-httpd-php53 .php
and check your configuration.php file
see post: www.fusionwebmarketing.com/blog/92-jooml...reate-directory.html
Please Log in to join the conversation.
Time to create page: 0.133 seconds