I am still getting installation failed . I tried everything . please help
Hello My friend please I need your help I have same issue and I need to fixed Who you make AI data in two parentheses (01) --> GTIN
(17)--> Expiration date
(21)--> Serial Number
(11)--> Production Date
Just adding in the current link of Raymond's blog, described by James on his answer: https://devblogs.microsoft.com/oldnewthing/20091008-00/?p=16443
(I can't add comments yet)
Look at [NUnit Docs][1]
https://docs.nunit.org/articles/nunit/release-notes/Nunit4.0-MigrationGuide.html
You can replace Assert with ClassicAssert
Here is a free online tool to convert markdown to tailwind which is very handy
https://developer.android.com/training/app-links#:~:text=Stay%20organized%20with%20collections%20Save%20and%20categorize%20content%20based%20on%20your%20preferences.&text=Figure%201.,a%20link's%20specific%20content%20directly See this website they provided in detail
Yes i have seen a similar menu in meowrch installer which is customization for arch linux, you can find the repo here https://github.com/meowrch/meowrch.git ,but i have no idea how he has done it, the coding languages he used are mustache, shell, python, css, qml, javascript, please help even i need this very badly..
IM looking for the same solution any recommendations
find the node version supported. This is official guide from Google. https://techdaytodayissue.blogspot.com/2025/01/is-there-compatibility-list-for-angular.html
Thanks.
How to collapse other branches in this example? I want only one branch open at a time.
Hello in my case i am still not able to solve the problem pls let me know i any of you have the solution.
when i tried to embed the local video into my porject:
1) when i include static in path ike this - /static/video/spped.mp4 -- when in include like this the video is getting loaded into the vscode and the path is also clickable but the video is not showing in web.
2)As per i know we dont needed to include static in path because it is a public bu default when i give my path like this - /video/speed.mp4 this even is not working for and my path is not clickablt it is like simple text.
i have attachted the image also pls let me know if anyone has solution.
[enter image description here][1]
[enter image description here][2]
[enter image description here][3]
[1]: https://i.sstatic.net/2f7kroSM.png
[2]: https://i.sstatic.net/TIpQexJj.png
[3]: https://i.sstatic.net/GsSmoOcQ.png
I just had an answer from Microsoft: https://github.com/dotnet/aspire/discussions/7236
I got them same issue. "This IP, site or mobile application is not authorized to use this API key. Request received from IP address , with empty referer." Anyone can help me please?
I tried this way too, but still receiving same error again. here is solution
https://techdaytodayissue.blogspot.com/2025/01/how-to-resolve-cors-issue-in-angular-12.html
Have you tried using observers this way?
Take 2 by https://stackoverflow.com/users/23109513/unzipgit also seems to me to be an acceptable, though perfectible answer. Unzipgit, could you please provide an easily reproducible answer, which maybe the op could then accept?
Thank you @Yosoyadri, you saved my day ! This is the only solution that worked for me !
Were you able to use airmon-ng via termux? Can it be used to measure the noise floor in a Wi-Fi channel?ALso which usb wifi adapter did you use and how? Can you provide some in-depth information? Thanks in advance
I've found the answer years later: https://github.com/apache/superset/discussions/29340
Thank you, @MT0 and @jdweng, for your valuable insights regarding the trailing semicolon (;). Removing the semicolon resolved the initial ORA-00933: SQL command not properly ended issue. However, I am now encountering two new problems:
When trying to bind parameters, I get the error: ORA-01008: not all variables bound. If I hard-code the parameter values instead of using bind variables, the query runs without errors, the grid and column headers appear in Uyumsoft, but no data is displayed.
SELECT
ENTITY_ID,
ENTITY_CODE AS "CARI KOD",
ENTITY_NAME AS "CARI AD",
IS_EMAIL AS "MAIL GONDERIM",
MAIL_ATTACHMENT_INFO AS "MAIL EKLENECEK DOSYA TIPI",
E_INVOICE_PROFILE AS "FATURA SENARYO",
EINVOICE_START_DATE AS "MUKELLEF TARIHI",
IS_EINVOICE_ENTITY AS "E FATURA MUKELLEFI MI",
E_INVOICE_DEL_TYPE AS "EFATURA POSTA KUTUSU",
EMAIL AS "EFATURA GONDERIM MAILI"
FROM FIND_ENTITY
WHERE
(ENTITY_CODE LIKE '%123%')
AND (IS_EMAIL = 1)
AND (EINVOICE_START_DATE >= TO_DATE('2025-01-01', 'YYYY-MM-DD'))
AND (E_INVOICE_DEL_TYPE = '2')
When attempting to use bind variables, the query looks like this:
SELECT
ENTITY_ID,
ENTITY_CODE AS "CARI KOD",
ENTITY_NAME AS "CARI AD",
IS_EMAIL AS "MAIL GONDERIM",
MAIL_ATTACHMENT_INFO AS "MAIL EKLENECEK DOSYA TIPI",
E_INVOICE_PROFILE AS "FATURA SENARYO",
EINVOICE_START_DATE AS "MUKELLEF TARIHI",
IS_EINVOICE_ENTITY AS "E FATURA MUKELLEFI MI",
E_INVOICE_DEL_TYPE AS "EFATURA POSTA KUTUSU",
EMAIL AS "EFATURA GONDERIM MAILI"
FROM FIND_ENTITY
WHERE
(:EntityCode IS NULL OR ENTITY_CODE LIKE '%' || :EntityCode || '%')
AND (:IsEmail IS NULL OR IS_EMAIL = :IsEmail)
AND (:StartDate IS NULL OR EINVOICE_START_DATE >= TO_DATE(:StartDate, 'YYYY-MM-DD'))
AND (:InvoiceDeliveryType IS NULL OR E_INVOICE_DEL_TYPE = :InvoiceDeliveryType)
Is this issue related to how Uyumsoft is handling the bind variables, or is there something missing in the query syntax/configuration? Any advice would be greatly appreciated.
Thank you again for your help!
That's work very well for me:) Thx @MrC aka Shaun Curtis
As tested this with another PPA and failed.
Two things to notice:
If there is no /devel/ there is no API output.
Otherwise, great many thx. Help me a lot.
Check the indentation of name and command, and maybe of "if" line...
Any news about this question ?
Thanks
Thanks Mike's answer. Is this problem solved?
and Mike's code is not work for me, any progress?
@MikeK - Did you get this resolved? I just was having the same issues and your post helped at least figure out WHAT was happening. On the main laptop screen...button triggers immediately. But if i move the spreadsheet to an extended monitor, it doesn't trigger unless i hold the mouse down on the button for about 4 seconds.
Thank you
Edit....more googling and i found a solution that worked for me. Bottom right on display settings, change from optimize for appearance to optimize for compatibility.
solution came from this link https://answers.microsoft.com/en-us/msoffice/forum/all/command-button-macro-not-working-when-on-second/61da5773-29cc-4701-b065-3ddc5e0d8c1b
arnt- were you able to achieve this ?
it doesn't work for me. I have the broken ones in the first place of course. How can I convert them to real emojis?
Did you manage to solve it? If so, what was the solution?
I couldn't comment directly because not enough reputation, but https://stackoverflow.com/a/79052103/22037071 Helped me a lot. But I did not need to add The volume '//var/run/docker.sock://var/run/docker.sock' in my docker compose and it was ok.
How is your RLS setup? Most likely an issue with how you have RLS set up. If you can post your RLS config that might give insight on what's wrong.
You saved my day @alexkr, this really worked!
The installation guide only works for projects without a custom tailwind.config.cjs and, most importantly, without any "@apply" directive.
I only manage to make i work be referencing the config file on each component style that makes use of apply and/or the theme:
@config "../../tailwind.config.cjs";
Did anyone had any luck with this?
Finally found a fix for that, is posted on GitHub repo issues section of library issue 503 google cloud sdk php
Did you manage to solve it? I have the same problem in my app.
Versions:
{
"react-native": "0.76.6",
"expo": "^52.0.27",
"react-native-mmkv": "^3.2.0"
}
Looks like they fixed it but the fix hasn't been shipped to production yet. Link to issue: https://github.com/supabase/supabase/issues/32901.
Solved: Replace EmbeddedModel by BaseModel
I too got this same issue but solved by changing the libraries.
Refer this:
I know the answer now , but I’m 9 years late. Sorry buddy
has anybody resolved this error? I am also encountering the exactly same issue. Thanks.
i need help with my assignment
https://www.youtube.com/watch?v=ZTIbukFy3jM this video may help you ,as i was facing same issues.
minikube start --driver=docker --force
For testing try the modbus tcp ip for mobile android
@Ashwani Garg
https://stackoverflow.com/a/50740694/23006962
I have the same problem as Ishan.
As a client, I would like to read and write device values from a test server. From my first test server:
https://sourceforge.net/projects/bacnetserver/
I got at least the answer that a device with its device ID after I added this option .withReuseAddress(true) to my IpNetwork. However, I get a BADTimeOut in this line:
DiscoveryUtils.getExtendedDeviceInformation(localDevice, device);
With my second test server BACsim from PolarSoft® Inc. and the same code I get the error message: java.net.BindException: Address already in use: Cannot bind.
I am completely new to the Bacnet scene and was wondering why I need a LocalDevice as a client that only wants to read and write values from actual devices in the server.
Here is all my code:
IpNetwork network = new IpNetworkBuilder()
.withLocalBindAddress("192.168.XX.X")
.withBroadcast("192.168.56.X", 24)
.withPort(47808)
.withReuseAddress(true)
.build();
DefaultTransport transport = new DefaultTransport(network);
// transport.setTimeout(1000);
// transport.setSegTimeout(500);
final LocalDevice localDevice = new LocalDevice(1, transport);
System.out.println("Device: " + localDevice);
localDevice.getEventHandler().addListener(new DeviceEventAdapter() {
@Override
public void iAmReceived(RemoteDevice device) {
System.out.println("Discovered device " + device);
new Thread(new Runnable() {
@Override
public void run() {
try {
try {
DiscoveryUtils.getExtendedDeviceInformation(localDevice, device);
} catch (BACnetException e) {
e.printStackTrace();
}
System.out.println(device.getName() + " " + device.getVendorName() + " " + device.getModelName() + " " + device.getAddress());
ReadPropertyAck ack = localDevice.send(device, new ReadPropertyRequest(device.getObjectIdentifier(), PropertyIdentifier.objectList)).get();
SequenceOf<ObjectIdentifier> value = ack.getValue();
for (ObjectIdentifier id : value) {
List<ReadAccessSpecification> specs = new ArrayList<>();
specs.add(new ReadAccessSpecification(id, PropertyIdentifier.presentValue));
specs.add(new ReadAccessSpecification(id, PropertyIdentifier.units));
specs.add(new ReadAccessSpecification(id, PropertyIdentifier.objectName));
specs.add(new ReadAccessSpecification(id, PropertyIdentifier.description));
specs.add(new ReadAccessSpecification(id, PropertyIdentifier.objectType));
ReadPropertyMultipleRequest multipleRequest = new ReadPropertyMultipleRequest(new SequenceOf<>(specs));
ReadPropertyMultipleAck send = localDevice.send(device, multipleRequest).get();
SequenceOf<ReadAccessResult> readAccessResults = send.getListOfReadAccessResults();
System.out.print(id.getInstanceNumber() + " " + id.getObjectType() + ", ");
for (ReadAccessResult result : readAccessResults) {
for (ReadAccessResult.Result r : result.getListOfResults()) {
System.out.print(r.getReadResult() + ", ");
}
}
System.out.println();
}
ObjectIdentifier mode = new ObjectIdentifier(ObjectType.analogValue, 11);
ServiceFuture send = localDevice.send(device, new WritePropertyRequest(mode, PropertyIdentifier.presentValue, null, new Real(2), null));
System.out.println(send.getClass());
System.out.println(send.get().getClass());
} catch (ErrorAPDUException e) {
System.out.println("Could not read value " + e.getApdu().getError() + " " + e);
} catch (BACnetException e) {
e.printStackTrace();
}
}
}).start();
}
@Override
public void iHaveReceived(RemoteDevice device, RemoteObject object) {
System.out.println("Value reported " + device + " " + object);
}
});
try {
localDevice.initialize();
} catch (Exception e) {
e.printStackTrace();
}
localDevice.sendGlobalBroadcast(new WhoIsRequest());
List<RemoteDevice> remoteDevices = localDevice.getRemoteDevices();
for (RemoteDevice device : remoteDevices) {
System.out.println("Remote dev " + device);
}
try {
System.in.read();
} catch (IOException e) {
e.printStackTrace();
}
localDevice.terminate();
What am I doing wrong? I look forward to your answer! Many thanks in advance
@HelloWord, did you solve it? Could you explain how?
Thanks in advance.
Can you show us you User Entity ? the file must contain the decorator @Entity in order to recognize the file as a valid typeorm schema
I have also encountered the same problem, have you processed the issue yet?
I can not draw anything in axisLeft. Did you find any solution ?
I also encountered this problem. I want to transfer to another number when hitting the function_call, and I have also tried to use the twilio call update method that IObert mentioned before.
But unfortunately I saw an error in the Twilio Error logs: Error - 31951 Stream - Protocol - Invalid message.
If possible, can you share the code after the solution?
Getting both the buttons as paypal and Pay in 4, when I use the script as:
someone please suggest
When I used the simulator to test this method, I found that I didn't make any changes and just moved the app to the background, but this method was still called. It's strange.
use [keepInvalid]="true"
Did anyone find a proper solution for this. I have nearly the same setup
FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS base
# Temporär als Root arbeiten, um Bibliotheken zu installieren
#USER root
WORKDIR /app
# Installiere die Bibliothek und Tools für Kerberos-Authentifizierung
RUN apt-get update && apt-get install -y libkrb5-3 libgssapi-krb5-2 krb5-user krb5-config
RUN apt-get update && apt-get install -y libsasl2-modules-gssapi-mit libsasl2-modules gss-ntlmssp
RUN apt-get update && apt-get install -y iputils-ping dnsutils telnet ldap-utils
RUN rm -rf /var/lib/apt/lists/*
# Kopiere die Kerberos-Konfiguration und Keytab-Dateien
COPY ["Brit/krb5.conf", "/etc/krb5.conf"]
COPY ["Brit/brit.keytab", "/etc/krb5.keytab"]
# Setze Umgebungsvariablen für Kerberos
ENV KRB5_CONFIG=/etc/krb5.conf
ENV KRB5_KTNAME=/etc/krb5.keytab
ENV KRB5CCNAME=/tmp/krb5cc_0
# Setze Keytab-Datei auf sichere Berechtigungen
RUN chmod 600 /etc/krb5.keytab \
&& chown ${APP_UID:-1000}:${APP_GID:-1000} /etc/krb5.keytab
# Wechsle zurück zum Nicht-Root-Benutzer
USER $APP_UID
EXPOSE 8080
EXPOSE 8081
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
ARG BUILD_CONFIGURATION=Release
WORKDIR /src
COPY ["Brit/Brit.csproj", "Brit/"]
COPY ["ApplicationModels/ApplicationModels.csproj", "ApplicationModels/"]
COPY ["KeyTechServices/KeyTechServices.csproj", "KeyTechServices/"]
COPY ["StarfaceServices/StarfaceServices.csproj", "StarfaceServices/"]
RUN dotnet restore "Brit/Brit.csproj"
COPY . .
WORKDIR "/src/Brit"
RUN dotnet build "Brit.csproj" -c $BUILD_CONFIGURATION -o /app/build
FROM build AS publish
ARG BUILD_CONFIGURATION=Release
RUN dotnet publish "Brit.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false
FROM base AS final
WORKDIR /app
COPY --from=publish /app/publish .
ENTRYPOINT ["dotnet", "Brit.dll"]
and als my project looks nearly the same
using Brit.Components;
using Brit.Services;
using KeyTechServices.Extensions;
// using KeyTechServices.Services;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authentication.Negotiate;
using MudBlazor.Services;
using StarfaceServices.Extensions;
using StarfaceServices.Services;
var builder = WebApplication.CreateBuilder(args);
builder.Services.AddMemoryCache();
// Add windows based authentication
builder.Services.AddAuthentication(NegotiateDefaults.AuthenticationScheme)
.AddNegotiate();
// Add basic authorization
builder.Services.AddAuthorization(options => { options.FallbackPolicy = options.DefaultPolicy; });
// Add MudBlazor services
builder.Services.AddMudServices();
// Add services to the container.
builder.Services.AddRazorComponents()
.AddInteractiveServerComponents();
// Add Cascading Authentication State
builder.Services.AddCascadingAuthenticationState();
// Add claims transformation
builder.Services.AddSingleton<IClaimsTransformation, ClaimsTransformationService>();
// Logging im HttpClient anpassen
builder.Logging.AddFilter("System.Net.Http.HttpClient", LogLevel.Warning);
builder.Logging.AddFilter("System.Net.Http", LogLevel.Warning);
builder.Services.AddHttpClient<StarfaceWebApiService>(client =>
{
client.BaseAddress = new Uri("http://srv-pbx/rest/");
})
.AddHttpMessageHandler<StarfaceAuthTokenHandler>();
builder.Services.AddScoped<StarfaceAuthTokenHandler>();
builder.Services.AddHttpContextAccessor();
builder.Services.AddKeyTechServices();
builder.Services.AddStarfaceServices();
builder.Services.AddTransient<ActiveDirectoryService>();
builder.Services.AddTransient<ThumbnailService>();
builder.Services.AddTransient<EmailService>();
var app = builder.Build();
// Configure the HTTP request pipeline.
if (!app.Environment.IsDevelopment())
{
app.UseExceptionHandler("/Error", true);
// The default HSTS value is 30 days. You may want to change this for production scenarios, see https://aka.ms/aspnetcore-hsts.
app.UseHsts();
}
// Reihenfolge ist wichtig!
// app.UseHttpsRedirection();
app.UseStaticFiles();
// app.UseAuthentication(); // Fügen Sie dies hinzu
// app.UseAuthorization();
app.UseAntiforgery();
app.MapRazorComponents<App>()
.AddInteractiveServerRenderMode();
app.Run();
kerberos authorization with
kinit -kt /etc/krb5.keytab HTTP/[email protected]
and
klist
works, so I think this is not the issue. When I start the app without the docker container on my desktop it works like a charm.
Does anyone have a solution for this?
Thank you @Nitin whose answer saved my day. I spent four hours on this problem and GPT, cursor's solution does not work. This answer works and really appreciate it! I specially created an account to express my gratitude. This is my first post, and I don’t yet have permission to comment directly.
I have a question on this again. Why does it show the info on this method access modifier? Is it a bad practice to add public in @Bean access modifiers?
I have seen that before. This link might help. https://wordpress.org/support/topic/is-that-a-malicious-code-in-sql/
codesandbox.io/p/sandbox/plate-custom-component-with-history-lkk5z3?file=%2Fsrc%2FApp.js%3A46%2C14-46%2C28
oh, i have same problem troubled me for a long time
Find Solution here. Laravel 11 Livewire 3: Bootstrap Modal Open/Close with Browser Events
What is your current version of Python? Because bpy suggests requiring version 3.11.
To use bpy without reverting to Python 3.7, you should install Python 3.11:
cool very cool super cool me like that verrrry cool
وش الي موجود صهيب و الله ما شاء عليك الله م عندي شي ثاني غير ذا الشي الي ما تقيل بس انا ما ياروحي والله انتي الحلوه والله اني احبك في ماب البيوت الي في الصوره دي من زمان ما وانا بعد اشتقت لك والله مو انا بلعب مع ولد خالي الي محمد محمد محمد بن سعود بن عبدالعزيز بن مساعد بن جلوي إداري في مرحبا مليون مبروك وربنا يتمم على الله كله خير ان كل خير كل خير والله لو انه انا الي قلت لك انا
Refer this website: https://www.hostinger.in/tutorials/how-to-redirect-a-domain I have read this blog. Check this blog can provide solution to your problem.
I changed: DoCmd.OpenReport sRptName, acViewPreview to DoCmd.OpenReport sRptName, acViewNormal Then the report got displayed on the screen and a dialog opened up asking me to save the report as a PDF document.
My question now is how can I send a unique default filename to this dialog?
How do you implement blue-green deployment in your environment? Specifically, how are publishers and consumers configured? We are attempting blue-green deployment but are facing challenges with setting up federations, configuring publishers and consumers to interact with the new cluster, and transferring messages from the Blue environment to the Green one.
Thank you for your time and comments. I did try all the stuff before posting here, including upgrading all the libraries to the latest version (serenity, cucumber and lombok as well). It turns out there was one dependency that I hadn't added (which seemed to work out of the box in Java 17, but not so in Java 21) which was:
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.16.1</version>
Adding this has resolved the issue and the scripts are running well. I am new to both java and selenium/serenity, hence was wondering if the days I spent attempting the fix was done wrongly. I thank you all for your support and guidance. The help notes, especially about the upgrade, helped a lot since this time, I paid attention to the errors.
i am facing the same issue with fedora and windows boot manager, did you solve the issue ?
The riverpod package owner himself answered your questions refer to this link below https://github.com/rrousselGit/riverpod/discussions/3950#discussioncomment-11933898
I found a documentation for these config here https://ejsinfuego.github.io/xampp-send-email/
The one worked is smtp.gmail.com as host.
Esse aviso geralmente ocorre quando há uma incompatibilidade entre a versão do Android Studio e as ferramentas de linha de comando (SDK tools) que você está utilizando. Para resolver isso, você pode tentar algumas abordagens:
No Android studio abra o SDK Tools e aperte o botão do canto inferior direito:
Depois disso é só escolher a última versão do command-line tools
I found a way to this issue.
If your unable to install the npm init -p command. You can simply post the files in the folders by tailwind.config.js or .ts and postcss.config.js. As these are the both files which will be installed.
If you want those files you can follow the link below
https://github.com/Surendrakumarpatel/lms_patelmernstack/blob/main/client/postcss.config.js https://github.com/Surendrakumarpatel/lms_patelmernstack/blob/main/client/tailwind.config.js
I have the exact same issue right now, I'll let you know if I find anything out
Look at @NathanOliver's comment under the question.
As stated by @JulianKoster, it was just a bug and it was patched just a few hours after my question : see this link
For people struggling, just commit/stash your changes, run composer recipe:update and you will see some stimulus-bundle changes about CSRF.
After this update, form submit with csrf enabled works even from inside a turbo frame ! No additionnal code needed.
Thank you too @rapttor for your time !
Use this documentation https://docxtemplater.com/modules/image/ Work for me
try send a base64 string, more easy.
As suggested by @001's comment, my issue was finally resolved by prepending "r" in the beginning of the comment, just before the quotation marks, to turn it into a raw string.
I know this was posted a few years ago but did you ever get a response or figure out a solution? I am running into the same issue, but on WordPress.
See the doc here it has many steps to perform, make sure to follow it and seee what it gives: https://developer.android.com/guide/practices/page-sizes#ndk-build_1
You can find the answer to the question above here: https://www.youtube.com/watch?v=pFL68ZcvqBY
I think this post will work for you
I'm facing a similar issue with node-libs-expo, but i am not using TypeScript so I'm not sure what to do.
i'm currently have the same issues right now please we just need a hand 🙏🏻🙏🏻🙏🏻🙏🏻
Do you mind sharing what the problem was? I'm currently getting the same issue,even though the credentials are right.
Lacker's answer worked. thank you so much. How can I get reputation, this is so confusion really.
Why do you call flutterEngine.run() in both AppDelegate.swift AND SceneDelegate.swift?
I have the same question! Commenting to generate exposure on the subject
Not sure if this is a stack question, probably will get downvoted bro, still try updating the TV's software in about or something like that and make sure you’re using HDMI 1 or 2. Also, check if any motion smoothing or picture enhancements are turned off. Or reset your tv....
I'm facing similar issue. Did you get this resolved?
Follow the official documentation to upgrade tailwind version.
Official URL: https://tailwindcss.com/docs/upgrade-guide
could you give some example of code. then i well try to help you
Maybe try linking it by HTTPS instead of directly to the file, maybe try to use an iframe to embed it.
To get an iframe you have to find the embed code, which will be shown in the link below.
Did you already test to move the session to a database to ensure it'll be available to all servers?
For can i do more investigate please answer me this question.
Have you tested the SSD on another computer or motherboard?
Does the issue occur even after a soft reboot, or only after a cold boot?
Have you tried using a different brand/model of SSD with this motherboard?
Assistance about explicit .
once you verify your email was it still showing that email is not verified but then you refresh you page you are logged in ?
can you share the software stack you used to run Unetstack un the PI 4 ? I followed this guide with no success:
Thanx
***[
===============
*
]1***