ezfind installation - ezpublish

I have installed ezpublish, and ezcomponent placed in lib/ezc.
*Now, i want to install ez find. i have followed 3 steps according to install.txt (that present in ezfind folder)
In the fourth step i given like follows,
php d:/wamp/www/epub/bin/php/ezpgenerateautoloads.php
when the following error occurs.
PHP Warning: require(Base/src/base.php): failed to open stream: No such fil directory in D:\wamp\www\epub\bin\php\ezpgenerateautoloads.php on line 48
Please help me

You need to run this script from the root of your eZ Publish installation, which would be in your case, if I am not mistaken :
cd d:/wamp/www/epub/
php bin/php/ezpgenerateautoloads.php

Related

Getting compilation error for CATIA V5 R30 CAA build

I am looking for help on CATIA V5 R30 CAA help. I am getting the below error.
C:\Program Files\Dassault Systemes\B30.\BSFBuildtimeData\PublicInterfaces\CATIAV5Precompiled.h(47): fatal error C1083: Cannot open include file: 'wtypes.h': No such file or directory.
There are two reasons you are getting this error:
CAA RADE is not installed correctly. Try Check integrity from the Software Management. It will give any error if any RADE component is missing.
Missing some dependence missing from your machine. Try to build your CAA workspace using the tck batches. It will show any missing dependencies in step 3, 4 or 5:
cd "Target WS"
call "TCK_INIT.BAT" - ie. "C:\Program Files (x86)\DASSAULT SYSTEMES\B215\intel_a\code\command\TCK_INIT.BAT"
call tck_profile "CATIA Version" - i.e V6R2014_B215
call mkgetpreq -p "DS install path" - i.e "c:\Program Files\Dassault Systemes\B215"
call mkmk -W %TARGET WS% -a
Mostly, you have missing JDK or windows SDK.
the platform should be win10+vs2017, not win7+vs2017

Protoc-gen-gogo compiler issue with go

Step 1:- add following dependencies
github.com/gogo/protobuf/proto [ok]
github.com/gogo/protobuf/protoc-gen-gogo[ok]
github.com/gogo/protobuf/gogoproto[ok]
google.golang.org/grpc[ok]
Step 2:-
create proto file in a project
Step 3:-
change directory and type this command
protoc --gogo_out=. greet
error:=
protoc-gen-gogo: program not found or is not executable
Please specify a program using the absolute path or make sure the program is available in your PATH system variable.
--gogo_out: protoc-gen-gogo: Plugin failed with status code 1.
PLease help me
It seems you did not install protoc-gen-gogo on your system.
Install it using go get github.com/gogo/protobuf/protoc-gen-gogo and try again.
For more help refer to this - https://github.com/gogo/protobuf

Rebar3 : not able to install on windows 8

I am trying to install rebar3 using the git console.I have erlang installed and the path is set to C:\Program Files\erl7.3\bin
Here are the steps which I followed :
$ git clone https://github.com/erlang/rebar3.git
$ cd rebar3
$./bootstrap
On hitting bootstrap ,I get the following error
escript: exception throw: {error,{rebar_prv_update,package_index_write}}
in function rebar_prv_update:do/1 (src/rebar_prv_update.erl, line 77)
in call from rebar_core:do/2 (src/rebar_core.erl, line 125)
in call from erl_eval:do_apply/6 (erl_eval.erl, line 670)
in call from escript:eval_exprs/5 (escript.erl, line 871)
in call from erl_eval:local_func/6 (erl_eval.erl, line 557)
in call from escript:interpret/4 (escript.erl, line 787)
in call from escript:start/1 (escript.erl, line 277)
in call from init:start_it/1 (init.erl, line 1055)
Any suggestions on how to solve this?
Please take a look at the following github issue.
My user home directory was pointed to a network location. I removed the network location from My Computer and was able to build rebar3 successfully.

Creating Setup of large data with NSIS Script

I am creating setup of large data approximetly 10 GB with NSIS Script and trying to create a single setup (exe). Its giving an Error -
Internal compiler error #12345: error mmapping file (xxxxxxxxxx, xxxxxxxx) is out of range.
Note: you may have one or two (large) stale temporary file(s) left in your temporary directory (Generally this only happens on Windows 9x).
Please tell me how to solve this issue ?
Is there any other way to create a setup for this kinda situation ?
NSIS installers are limited to 2Gb.
If you absolutely need it to be one file and you want to continue to use NSIS you have to append the data to the end of the generated setup. I'm not sure I would recommend that approach but it could work if the appended data is a zip file (or some other format with the header at the end) and you use one of the NSIS zip plugins to extract at run-time...
I have used https://sourceforge.net/projects/nsisbi/ instead of normal NSIS. It solved the problem.
I was using Silent Install Builder 5 and received this same error with a package installer that had LESS that 2 GB total. Once I determined that the NSIS compiler was to blame, I began experimenting with several possible solutions and here's what worked: I downloaded the newer NSISBI compiler from here https://sourceforge.net/projects/nsisbi/ and then did these 3 steps:
Go to C:\Program Files (x86)\Silent Install Builder 5 and renamed the default NSIS folder to a new name.
Copied the NSISBI folder into the C:\Program Files (x86)\Silent Install Builder 5 directory and renamed IT to NSIS.
Tries to compile some large packages above and just below 2GB and the first few tries I would get missing file errors in the Silent Install Builder 5 compiling box. No worries because the missing files are in the old NSIS folder, that's why y9u don't delete it.
Each time find the missing file error displays, find the missing files and copy them into the same folder location in the new NSIS folder. About 3 times you will do this until there are no more errors at all and you can then include the large files without generating the "internal compiler error #12345: error mmapping file xxxx is out of range." error message. NSISBI works!

Magento 1.11.1 EE cli-install crashes - Mage/Reports duplicate install script

I'm trying to install Magento 1.11.1 EE from command line.
The installation crashes at some point throwing the following error:
ERROR: Error in file: "/app/code/core/Mage/Reports/data/reports_setup/data-install-1.6.0.0.php"
A page URL key for specified store already exists.
Looking at the source code I found that there are 3 scripts that are doing the same thing:
/app/code/core/Mage/Reports/sql/reports_setup/mysql4-install-0.7.1.php (initial script)
/app/code/core/Mage/Reports/sql/reports_setup/mysql4-upgrade-0.7.0-0.7.1.php ( ??? basically doing the same thing as the one above but with DROP TABLE IF EXISTS)
/app/code/core/Mage/Reports/data/reports_setup/data-install-1.6.0.0.php
The fix for this would be to remove (by patch of course) one of the scripts (preferably the last one) but I'm trying to understand if this is something that should be there or just a stupid mistake.
You can refere at the link below if you don't have the code opened:
http://www.magentodocs.org/1.7.0.2/d5/dde/_reports_2data_2reports__setup_2data-install-1_86_80_80_8php_source.php

Resources