php - Failed to move existing Opencart project to a new local server -


i can't run existing opencart project in new workstation. here's says when try open project. way included database , using wampserver.

here's errors:

warning: fopen(c:\wamp\www\myshops/system/logs/) [function.fopen]: failed open stream: no such file or directory in c:\wamp\www\myshops\system\library\log.php on line 6  ( ! ) fatal error: call member function get() on non-object in c:\wamp\www\myshops\index.php on line 101 call stack #   time    memory  function    location 1   0.0023  485984  {main}( )   ..\index.php:0 2   0.1002  2039896 front->dispatch( )  ..\index.php:272 3   0.1028  2122968 front->execute( )   ..\front.php:29 4   0.1028  2122968 action->execute( )  ..\front.php:34 5   0.1042  2171896 call_user_func ( )  ..\vq2-system_engine_action.php:65 6   0.1042  2171912 controllercommonhome->index( )  ..\vq2-system_engine_action.php:65 7   0.1043  2172472 loader->controller( )   ..\home.php:12 8   0.1046  2173216 action->execute( )  ..\vq2-system_engine_loader.php:12 9   0.1060  2245240 call_user_func ( )  ..\vq2-system_engine_action.php:65 10  0.1060  2245256 controllercommoncontentleft->index( )   ..\vq2-system_engine_action.php:65 11  0.1167  2421624 loader->view( ) ..\content_left.php:177 12  0.1170  2410552 log->__destruct( )  ..\log.php:0 13  0.1170  2410584 fclose ( )  ..\log.php:14 14  0.1170  2411096 error_handler( )    ..\log.php:14 

i using windows 7 in development.

double check path manually of wamp server

c:\wamp\www\ 

also modify both config files on root on admin

myshops/config myshops/admin/config 

if still create issues put on config file , run project

var_dump($_server); 

and find script_filename check path provided in config files same shows in script_filename


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -