Open Cart - Admin panel trouble - cpanel

I have a problem with the admin panel of Open Cart.
I moved from localhost to online an opencart website.
Everything went fine except that the login page and admin panel add some Prefix text to the navigation menu and tabs title.
Check this image to see what it looks like:
If you have any ideas about this problem.
I did recheck all CONFIG.PHP files and they are filled with right information.
I dont know what to do actually....
Thanks in advance.

It looks like text is not being translated from language files.
Try to copy all files again , also make sure you have current language set in database. I also suggest to open "System -> Settings" in menu and check if language is selected menu and save those settings.
ALso check for any errors in OC error logs, apache error logs, or maybe in VQmod logs if you use it.

Ok so i found the soluition.
I did use a fres config.php file filed with my DIR and Database information and all came back to normal on the Admin cPanel.
Thanks

Related

Prestashop admin panel modules and service link not work

Everyone, I have a prestashop site www.nepick.com it's going fine but when i login in my back end and click modules and services than it's automatically redirected to index page. I tried 100+ but I face same issue please help me.
it takes some tweaking with nginx bit it works. Do check out the sample nginx.configuration file at:
https://github.com/MattLoyeD/Prestashop-Nginx
The main issue is that it uses /adminXXX/index.php/product/... urls and those need to be directed to adminXXX/index.php?...
P.S. If you build on that add "attribute" and "feature" to the list of modules in that list of symfony names as well, as they are needed but currently missing.

media folder suddenly empty

I'm trying to upload some images in my wordpress backend, but it fails every time. It could be permission issues because I have had trouble with that earlier in the project. But the weirdest thing is that I see on my server that the media folder is suddenly empty, while all the media in the wordpress backend is still there and the website is running fine. Anybody got an idea how this could have happened?
Try to edit one of the picture in the media on admin dashboard, there will be a text field titled 'File URL' on the right side.
Paste that into address bar and see if the browser loads it correctly. If yes then the problem is on the folder permission (or you might have opened the wrong directory), if not, you might wanna try to clear the browser cache or use another platform to open it.
Hope it helps!

I am getting redirected to wamp home page when typing anything in the drupal site's path

The problem i am facing is that whenenver I am typing the path of any sub directory n my website like localhost/MySiteName/register I am getting redirected towards the wamphome page . Any clicks after that on the wamphome page is giving path like (if i click on phpmyadmin) localhost/MySiteName/register/phpmyadmin . I have looked extensively through the code and the net but could not make out why such thing is happening ?
First check your .htaccess file , is it present or not. If it is present then follow the below mention steps.
Open your wamp and click on it.
Now go to Apache>>Apache Modules
And check rewrite_module and then restart you WAMP. Please refer attached screen shot.

TinyMCE link browser throws connection issue

I am using TinyMCE with Modx Revo (2.1.3). When I want to add an internal file (say a PDF) via a link, I highlight the text, click the chain link icon and then the browse icon. However, instead of showing a list of existing files on my server I get a server connection error message.
I have tried this on multiple browsers and machines and get the same results.
Does anyone know if there is a file path or any permission I need to change to get this working?
I rescently had some troubles with the tinymce file browser complaining about lack of access while the regular modx explorer worked fine. The problem was a domain plugin changing contexts on pageload, changing from "mgr" to "web".
Make sure you dont have any plugins doing something similar, and that you dont have any context settings with weird site_url settings or something like that.

First Time Trying to Edit a SharePoint File

This is my first time trying to edit a sharepoint file. It is used as a list of links in an iframe on a web site on another server. But this has nothing to do with the problem. I have been asked to modify the list of links and I just want to get to it and do it. But however one does this, it does not seem very intuative to me.
Let me tell you the steps I have taken and how things go wrong and maybe I can get some advice. The sharepoint file is on a server that I log into remotely. I run the "Sharepoint 2010 Central Administration". On the page that comes up, I click on "Manage web applications" under "Application Management".
From there, I see the page I want to edit. But when I click on the name of the item (which appears in red text) the area is hilighted but nothing happens. In the ribbon menu at the top of the page there is a drop down entitled "Site Actions" but there is no option there to "edit". Please advice.
I was given a username and password to "log in" because I was told I need that. The idea was that maybe I need a special admin account to see the missing menu options to edit a page. But at first I could not use it to log on to the server where the sharepoint system is. Then I found that I could try to use it to log onto the "Sharepoint 2010 Central Administration" program. But this did not work.
Then I tried to see if there was anything I could so from the desktop computer. I found "Microsoft SharePoint Workspace 2010"
I tried this and it looked promising"
http://i67.photobucket.com/albums/h292/Athono/SSO/SSO3_zpse15402e2.jpg
But then eventhough I could see the file name, I could not edit the file:
http://i67.photobucket.com/albums/h292/Athono/SSO/SSO4_zpsca7d0f71.jpg
I went back to the server and tried a few other things. I tried to switch my account in the Central Adminstration to this special account that someone suggested had more privledges but it did not work. The error said "Error: Access Denied". I tried putting the web page in the address bar and that just brought up the page without any way of editing it.
Please advise.
Central Administration is not meant for content editting. That is the core of SharePoint with all kind of configuration options.
You have to create a web application for content editting and create a site collection there. In that site collection you can edit the page, add webparts, etc. In your case you can try a Publishing Portal template for your site collection and add a content editor webpart. In that content editor webpart you can put HTML for your iframe.