Zen Cart Logo
Forums / All Other Contributions/Addons / My admin page dissapearead PLEASE HELP! - after deleting image handler

My admin page dissapearead PLEASE HELP! - after deleting image handler

Views: 840

Results 1 to 6 of 6
16 Jun 2012, 2:50 AM
#1
missnura_com avatar

missnura_com

New Zenner

Join Date:
Feb 2012
Location:
Sweden
Posts:
30
Plugin Contributions:
0

My admin page dissapearead PLEASE HELP! - after deleting image handler

After i downloaded Image Handler i deleted all image handler files from my root since it was not working for me...by deleting image handler files i also deleted some files this is when my admin page disappeared...i cant locate now these files i don't know wt to do please help!

What does this means..and how can i get these files.

[15-Jun-2012 22:01:28 UTC] PHP Warning: require_once(/customers/a/3/f/missnura.com/httpd.www/includes/functions/extra_functions/functions_bmz_image_handler.php): failed to open stream: No such file or directory in /customers/a/3/f/missnura.com/httpd.www/myadminfolder/includes/functions/extra_functions/functions_bmz_image_handler.php on line 13
[15-Jun-2012 22:01:28 UTC] PHP Fatal error: require_once(): Failed opening required '/customers/a/3/f/missnura.com/httpd.www/includes/functions/extra_functions/functions_bmz_image_handler.php' (include_path='.:/usr/share/php') in /customers/a/3/f/missnura.com/httpd.www/myadminfolder/includes/functions/extra_functions/functions_bmz_image_handler.php on line 13

16 Jun 2012, 2:56 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: My admin page dissapearead PLEASE HELP! - after deleting image handler

Evidently you've not deleted all the files that you added with that addon.

Look at: /your_admin/includes/functions/extra_functions/functions_bmz_image_handler.php ... does that belong anymore?

16 Jun 2012, 11:16 AM
#3
missnura_com avatar

missnura_com

New Zenner

Join Date:
Feb 2012
Location:
Sweden
Posts:
30
Plugin Contributions:
0

Re: My admin page dissapearead PLEASE HELP! - after deleting image handler

That file is deleted i checked and my admin page is still not there! i cant do anything anymore please help! now how can i upload all neessery files that are missing so i can login my admin site

i cheched myDebug logs and the last logs is saying something like this:

[16-Jun-2012 10:16:51 UTC] PHP Warning: require_once(/customers/a/3/f/missnura.com/httpd.www/includes/functions/extra_functions/functions_bmz_image_handler.php): failed to open stream: No such file or directory in /customers/a/3/f/missnura.com/httpd.www/signin/includes/functions/extra_functions/functions_bmz_image_handler.php on line 13
[16-Jun-2012 10:16:51 UTC] PHP Fatal error: require_once(): Failed opening required '/customers/a/3/f/missnura.com/httpd.www/includes/functions/extra_functions/functions_bmz_image_handler.php' (include_path='.:/usr/share/php') in /customers/a/3/f/missnura.com/httpd.www/signin/includes/functions/extra_functions/functions_bmz_image_handler.php on line 13

16 Jun 2012, 6:41 PM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: My admin page dissapearead PLEASE HELP! - after deleting image handler

missnura_com:

That file is deleted i checked
Um, you're wrong.

missnura_com:

[16-Jun-2012 10:16:51 UTC] PHP Warning: require_once(/customers/a/3/f/missnura.com/httpd.www/includes/functions/extra_functions/functions_bmz_image_handler.php): failed to open stream: No such file or directory in /customers/a/3/f/missnura.com/httpd.www/signin/includes/functions/extra_functions/functions_bmz_image_handler.php on line 13

That means that THIS file IS on your server:
/customers/a/3/f/missnura.com/httpd.www/signin/includes/functions/extra_functions/functions_bmz_image_handler.php
and line 13 in that file is asking your site to look for and load the following one, but not finding it:
/customers/a/3/f/missnura.com/httpd.www/includes/functions/extra_functions/functions_bmz_image_handler.php

16 Jun 2012, 11:12 PM
#5
missnura_com avatar

missnura_com

New Zenner

Join Date:
Feb 2012
Location:
Sweden
Posts:
30
Plugin Contributions:
0

Re: My admin page dissapearead PLEASE HELP! - after deleting image handler

U know something i like about zen cart? People like u DrByte, thanks for helping me, i was wrong! And now my admin page is back again ;)

17 Jun 2012, 5:19 AM
#6
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: My admin page dissapearead PLEASE HELP! - after deleting image handler

Glad you got it sorted out!