Prestashop Error: 'install' directory is missing after moving site to other server - prestashop

Prestashop Error: 'install' directory is missing after moving site to other server
Site Name : http://zettsports.com.au/

If anyone encounters this Please check your config folder, make sure you have all files and setting.inc is set correctly
Thanks

Related

Odoo 10 server boostrap error

I am trying to run my Odoo 10 server through Eclipse but all I am is getting some error that I am not been able to understand. I think that my addons folder path is wrong. When Eclipse run the server file, it shows the wrong addon path . But I have set other addons path through the /debian/odoo.conf file.
1) Is there any other file where Odoo sets the path for addons folder?
2) Secondly I am getting 'bootstrap' File Error
.
Hopes for suggestion
you need to install bootstrap in your system
please visit : https://getbootstrap.com/

ClickOnce running an error when publishing Application

whenever I try to publish my application and it gives me this error:
Failed to connect to '\localhost\users\Dylan Garcia\Desktop\8.2.1_File\' with the following error: unable to create the Web site '\localhost\users\Dylan Garcia\Desktop\8.2.1_File\'. The path '\localhost\users\Dylan Garcia\Desktop\8.2.1_File\' does not exist or you do not have access. The specified path is invalid.
how could i resolve this issue?
Hope you have already fixed this error.
First make sure that you have created the folder 8.2.1_File on your desktop, then try either one of the following
\\\localhost\users\Dylan Garcia\Desktop\8.2.1_File\
or
C:\users\Dylan Garcia\Desktop\8.2.1_File\

recently i installed liferay in eclipse but i had faced unresolve error

I installed liferay into eclipse and when I deploy project, it fires following error.
D:\liferay-plugind-sdk\build-common-plugin.xml:427: D:\bundles\tomcat-6.0.26\webapps\ROOT\WEB-INF\lib does not exist.
What could be the issue here and also provide solution?
Please check build.username.properties or build.properties file in plugin-sdk in which you provide server paths where plugins should be deployed.
In your case that path value is not pointing to correct server path and hence you are getting error message.
app.server.type=tomcat
app.server.dir=**THISWOULDBEPATHOFTOMCAT**
app.server.deploy.dir=${app.server.dir}\\webapps
app.server.lib.global.dir=${app.server.dir}\\lib\\ext
app.server.portal.dir=${app.server.dir}\\webapps\\ROOT
Provide app.server.dir property with actual tomcat path, then you will not get such error.

Yii 2.0 showing Warning: Module 'mysql' already loaded in Unknown on line 0

I am new to yii 2.0. I installed my first Yii2.o application on my server and configred URL to use user friendly urls. However, I am getting
Warning: Module 'mysql' already loaded in Unknown on line 0
message when I go to the web/about/ URL. I tried to remove the base rout using "defaultRoute" in web.php but that is also not possible.
Please help me to figure out this issue.
That has nothing to do with Yii 2.0. It's a PHP misconfiguration.
Probably, you've enabled mysql extension twice. Search in your php.ini and extensions ini files:
extension=mysql.so
or
extension=mysql.dll
I had the same problem and i fix it by deleting this line in my php.ini:
extension=mysql.so
located in: /etc/php5/apache2/ and restarting apache2 service:
sudo service apache2 restart

Installation failure of Impresspages on Two Servers

I have tried installing Impresspages on my local xampp server, and was successful, but have JS errors and am unable to edit any content on front end. I get the below error in my inspector.
Uncaught TypeError: Cannot read property 'mouse' of undefined localhost/Ip/Internal/Content/assets/management.min.js?1:71
Does anyone know what is causing this?
I then tried to install it on my Cloudserver which runs WHM/Cpanel. I was not able to install at all.. I get the below error:
[03-Jul-2014 19:25:50 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/php_openssl.dll' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/php_openssl.dll: cannot open shared object file: No such file or directory in Unknown on line 0
What is causing this? How can I fix?
Thanks in advance!!
Michael
http://www.digitalworkhorse.com/
First issue shouldn't make any problems with content management. Refresh page, clear browser cache. Content management should work.
The second has nothing to do with ImpressPages. It's your servers problem with PHP installation.