i have problen with my opencart website, problem is can't login to admin website. i have upload new admin folder from opencart installation source but still same.
please help me, ASAP:(
Many thanks for your help
Reason: delete sensitive data
Baju Muslim Baju Pria Baju Anak Baju Korea Sparepart Printer Baju Muslim JNE Surabaya
thank you for your quick replyflorinsith wrote:What do you mean by 'cant log into admin' ? are you getting some error or you just forgot your password.
i have get blank on admin login page http://fixprint.net/admin , page not found. i check in cpanel folder /admin is already, and i have new upload but still same.
Baju Muslim Baju Pria Baju Anak Baju Korea Sparepart Printer Baju Muslim JNE Surabaya
the last i installed seo tag module, but all files related on it i have deleted..but still same.florinsith wrote:maybe is because of some vqmod or extension you installed recently. trace everything you did before this problem occur.
and i try delete vqmod folder but still same:(
Baju Muslim Baju Pria Baju Anak Baju Korea Sparepart Printer Baju Muslim JNE Surabaya
Baju Muslim Baju Pria Baju Anak Baju Korea Sparepart Printer Baju Muslim JNE Surabaya
It seems that:
1. your folders have not been properly uploaded to your server or are in the wrong directory. If I go to http://fixprint.net/admin there's a webpage and not the admin page.
2. I think the config.php file you posted above is your root directory config.php file. You should also check your admin/config.php file to make sure the details in it are pointing to the correct directories on your server.
Hope the above helps.
If you have moment, please check out my extensions:
Related Products: Flex
Manufacturer/Brand Module
1. folder admin is already, this is my screenshoot (attach)
2. this my admin/config.php code
Code: Select all
<?php
// HTTP
define('HTTP_SERVER', 'http://fixprint.net/admin/');
define('HTTP_CATALOG', 'http://fixprint.net/');
define('HTTP_IMAGE', 'http://fixprint.net/image/');
// HTTPS
define('HTTPS_SERVER', 'http://fixprint.net/admin/');
define('HTTPS_IMAGE', 'http://fixprint.net/image/');
// DIR
define('DIR_APPLICATION', '/home/xlam/public_html/fixprint.net/admin/');
define('DIR_SYSTEM', '/home/xlam/public_html/fixprint.net/system/');
define('DIR_DATABASE', '/home/xlam/public_html/fixprint.net/system/database/');
define('DIR_LANGUAGE', '/home/xlam/public_html/fixprint.net/admin/language/');
define('DIR_TEMPLATE', '/home/xlam/public_html/fixprint.net/admin/view/template/');
define('DIR_CONFIG', '/home/xlam/public_html/fixprint.net/system/config/');
define('DIR_IMAGE', '/home/xlam/public_html/fixprint.net/image/');
define('DIR_CACHE', '/home/xlam/public_html/fixprint.net/system/cache/');
define('DIR_DOWNLOAD', '/home/xlam/public_html/fixprint.net/download/');
define('DIR_LOGS', '/home/xlam/public_html/fixprint.net/system/logs/');
define('DIR_CATALOG', '/home/xlam/public_html/fixprint.net/catalog/');
// DB
define('DB_DRIVER', 'mysql');
define('DB_HOSTNAME', 'localhost');
define('DB_USERNAME', '#####');
define('DB_PASSWORD', '#####');
define('DB_DATABASE', '#####');
define('DB_PREFIX', '');
?>
Attachments
admin.jpg (141.46 KiB) Viewed 8283 times
Baju Muslim Baju Pria Baju Anak Baju Korea Sparepart Printer Baju Muslim JNE Surabaya
You're welcome.
1. First things, first - if your "installx" folder is the Opencart install folder but renamed, please delete it NOW.
Upon completion of the Opencart installation the system advises you to remove it. Deleting the install folder is normal procedure for all web cart applications and is a standard security measure. You don't need the install folder after installation.
Just in case I wasn't clear - please delete it NOW.

2. If the 2 config.php files you have posted above are the ones from (a) your root directory and (b) your admin/ folder, then the problem is likely to be with these.
Your 2 config.php files are the same. They shouldn't be.
If you have tested your site on a local computer or test domain, look at the two config.php files there and see where the differences are (or just update them with your real site's details). Make sure the correct config.php file is in the root directory and in the "admin" folder.
3. I cannot see from your screenshot (the bottom is cut off) whether you have the other files required in the root directory. Eg. index.php and php.ini files. Again, you can check this against your local computer or test domain installation. Make sure you have these other files in the root directory.
Let me know how it goes.
If you have moment, please check out my extensions:
Related Products: Flex
Manufacturer/Brand Module
i have renamed .htaccess to htaccess.txt and get error
Code: Select all
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@fixprint.net 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.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache Server at fixprint.net Port 80
Baju Muslim Baju Pria Baju Anak Baju Korea Sparepart Printer Baju Muslim JNE Surabaya
1. I have deleted installx folder but still error. FYI, my site has been running for six month with no problem with admin before
2. I have check config.php, and i think is different, here is the codes
admin/confin.php
Code: Select all
<?php
// HTTP
define('HTTP_SERVER', 'http://fixprint.net/admin/');
define('HTTP_CATALOG', 'http://fixprint.net/');
define('HTTP_IMAGE', 'http://fixprint.net/image/');
// HTTPS
define('HTTPS_SERVER', 'http://fixprint.net/admin/');
define('HTTPS_IMAGE', 'http://fixprint.net/image/');
// DIR
define('DIR_APPLICATION', '/home/xlam/public_html/fixprint.net/admin/');
define('DIR_SYSTEM', '/home/xlam/public_html/fixprint.net/system/');
define('DIR_DATABASE', '/home/xlam/public_html/fixprint.net/system/database/');
define('DIR_LANGUAGE', '/home/xlam/public_html/fixprint.net/admin/language/');
define('DIR_TEMPLATE', '/home/xlam/public_html/fixprint.net/admin/view/template/');
define('DIR_CONFIG', '/home/xlam/public_html/fixprint.net/system/config/');
define('DIR_IMAGE', '/home/xlam/public_html/fixprint.net/image/');
define('DIR_CACHE', '/home/xlam/public_html/fixprint.net/system/cache/');
define('DIR_DOWNLOAD', '/home/xlam/public_html/fixprint.net/download/');
define('DIR_LOGS', '/home/xlam/public_html/fixprint.net/system/logs/');
define('DIR_CATALOG', '/home/xlam/public_html/fixprint.net/catalog/');
Code: Select all
<?php
// HTTP
define('HTTP_SERVER', 'http://fixprint.net/');
define('HTTP_IMAGE', 'http://fixprint.net/image/');
define('HTTP_ADMIN', 'http://fixprint.net/admin/');
// HTTPS
define('HTTPS_SERVER', 'http://fixprint.net/');
define('HTTPS_IMAGE', 'http://fixprint.net/image/');
// DIR
define('DIR_APPLICATION', '/home/xlam/public_html/fixprint.net/catalog/');
define('DIR_SYSTEM', '/home/xlam/public_html/fixprint.net/system/');
define('DIR_DATABASE', '/home/xlam/public_html/fixprint.net/system/database/');
define('DIR_LANGUAGE', '/home/xlam/public_html/fixprint.net/catalog/language/');
define('DIR_TEMPLATE', '/home/xlam/public_html/fixprint.net/catalog/view/theme/');
define('DIR_CONFIG', '/home/xlam/public_html/fixprint.net/system/config/');
define('DIR_IMAGE', '/home/xlam/public_html/fixprint.net/image/');
define('DIR_CACHE', '/home/xlam/public_html/fixprint.net/system/cache/');
define('DIR_DOWNLOAD', '/home/xlam/public_html/fixprint.net/download/');
define('DIR_LOGS', '/home/xlam/public_html/fixprint.net/system/logs/');
Thank you for your support
Baju Muslim Baju Pria Baju Anak Baju Korea Sparepart Printer Baju Muslim JNE Surabaya
i have been edit store database, and now my SEO has disable. i try login admin folder but same error "Internal Server Error"florinsith wrote:Ok, after you renamed the htaccess, access your store's database trough phpmyadmin, brows the setting table, find the config_seo_url row, edit it and set the value field 0.
thank you
Baju Muslim Baju Pria Baju Anak Baju Korea Sparepart Printer Baju Muslim JNE Surabaya
What does it state on your server error log from your cPanel / Plesk regarding this error ?More information about this error may be available in the server error log.
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
You are great.....
My site is working now,
i saw error log on cpanel and this message
and i looking permission on folder admin is 777, i set to 755 is working well now!![Sat Jun 23 11:16:46 2012] [error] [client 180.246.251.87] File does not exist: /home/xlam/public_html/fixprint.net/500.shtml
[Sat Jun 23 11:16:46 2012] [error] [client 180.246.251.87] SoftException in Application.cpp:601: Directory "/home/xlam/public_html/fixprint.net/admin" is writeable by group

many thank for all people help me..
to panyanata, florinsith, straightlight you are the best

Baju Muslim Baju Pria Baju Anak Baju Korea Sparepart Printer Baju Muslim JNE Surabaya
You're welcome - we're here to help. And it's good to hear that your problem was fixed.
Just for completeness, the advice to remove the "install" folder wasn't related to fixing your problem. And it wouldn't have affected the operation of your site as such, as you said. But its removal is an important step you should take immediately after installation or an upgrade. If you'd like a fuller explanation, just do a quick search on the forum or OC site, where I'm sure the topic is covered already.
Good luck with your site!
If you have moment, please check out my extensions:
Related Products: Flex
Manufacturer/Brand Module
Users browsing this forum: No registered users and 101 guests