Include path usrlocallibphp error oscommercedela

Filtriraj

Moja nedavna iskanja
Filtriraj po:
Proračun
do
do
do
Vrsta
Znanja
Jeziki
    Delovno mesto
    2,000 include path usrlocallibphp error oscommerce najdenih del, po cenah EUR
    StrongSwan Tunnel Error Resolution 6 dni left
    VERIFICIRAN/A

    I'm facing an issue with my StrongSwan tunnel. I would appreciate a talented freelancer to assist in troubleshooting and resolving the problem. Key Details: - The error message I'm encountering is 'invalid HASH_V1 payload length, decryption failed?' - The error seems to be related to not being able to decrypt payloads - Additionally, I'm getting 'No matching CHILD_SA config found for IP/IP. received DELETE for IKE_SA' on the responder side Your Role: - The primary task is to address and rectify the issues causing the tunnel failure - As of now, the problem seems to be primarily on the responder side Ideal Skills for the Job: - Proficient in StrongSwan VPN - Strong troubleshooting skills - Experienced in resolving encryption-related issue...

    €128 (Avg Bid)
    €128 Povprečna ponudba
    7 ponudb
    Python Data Analysis File Fix 6 dni left
    VERIFICIRAN/A

    I have a Python file that was running fine last night for data analysis purposes. However, after trying to upload the '' file to GitHub, I encountered an error due to the file size being too large for GitHub. I need to get the Python file running again, but with the '' file stored on an external service to work around the file size limitations of GitHub. Key requirements include: - Identifying and resolving the issue causing the Python file not to run - Storing the '' file on an external service and adjusting the Python code to access it from there Ideal Skills and Experience: - Proficiency in Python - Experience with data analysis and handling large datasets - Familiarity with version control, specifically using GitHub - Ability to troubleshoo...

    €10 / hr (Avg Bid)
    €10 / hr Povprečna ponudba
    21 ponudb
    UDP/IP NETWORK PYTHON EXPERT 6 dni left
    VERIFICIRAN/A

    .The scope of this project includes: 1. Data Transmission: You should be able to help in enhancing our network to ensure that it delivers data more optimally, focusing particularly on text-based data, as this is what our UDP/IP network primarily handles. 2. Error Detection and Correction: The hiree will also have to devise new methods for detecting and correction errors within our system. We've been facing some challenges in this area that need resolution. 3. Scalable Solutions: Our network system currently connects between 10 and 50 devices. While working on this project, it is important to keep scalability in mind to accommodate potential future growth.

    €44 (Avg Bid)
    €44 Povprečna ponudba
    8 ponudb

    ...required data and compile it into an Excel file with separate sheets for doctors' information and disease descriptions. Requirements: Programming Language: Preferably Python. Libraries: Experience with web scraping libraries like BeautifulSoup, Selenium, and data processing libraries like Pandas. Output Format: Ability to export data into an Excel file using Pandas or similar libraries. Error Handling: Robust error handling to manage failed requests and parsing errors. Compliance: Adherence to the websites' terms of service and rate limits to avoid being blocked. Project Scope: Input: A list of CRM numbers and a list of CID numbers. Process: Automate the lookup and data extraction process. Output: An Excel file with the compiled data. Skills Required: Web Scrap...

    €19 (Avg Bid)
    €19 Povprečna ponudba
    6 ponudb

    I'm currently facing a Forbidden error in my Laravel project that's connected to a MySQL database. I'm looking for a skilled developer to troubleshoot and resolve this issue, and potentially optimize the database connections for a smoother performance. Key tasks: - Troubleshoot the Forbidden error in my Laravel project - Review and potentially modify the existing database connections - Ensure that the database connections are optimized for performance The ideal candidate will have: - Strong experience with Laravel framework - Proficient in MySQL database management - Proven track record in troubleshooting and resolving similar issues

    €6 / hr (Avg Bid)
    €6 / hr Povprečna ponudba
    12 ponudb

    I currently have a problem with my InDesign project. I initially detected an image error when I attempted exporting to EPUB. The error points to an image that I can't pinpoint in the project. I am looking for help to: - Identify the problem with the missing image - Delete the problematic image from the project The ideal freelancer for this job should have substantial expertise in running diagnostics on InDesign projects, a keen eye for detail, and proven experience in resolving similar InDesign problems. A quick turnaround would be highly preferable.

    €18 / hr (Avg Bid)
    €18 / hr Povprečna ponudba
    13 ponudb

    I am on a quest for an exceptional individual who can collaborate with me in writing a presentation about chaos engineering and incident management specifically for a .Net driven distributed monolith. Key points include: - The purpose of the presentation is to educate stakeholders and instigate a beneficial scenario discussion, leading us on a path to implementation. - The target audience has an intermediate understanding of chaos engineering and incident management, hence the presentation should be calibrated to this level. - The presentation will heavily emphasize on the practical aspects of chaos engineering and incident management. Focal themes would be implementing chaos engineering, simulating incidents, and strategies for mitigation. To ensure a successful project, ...

    €13 / hr (Avg Bid)
    €13 / hr Povprečna ponudba
    21 ponudb

    I've been encountering an error while trying to launch the Medium Tablet API 29 emulator in Android Studio 4.4 on my Windows system. The message says, "The emulator process for AVD Medium_Tablet_API_29 has terminated." I've scoured online resources and tried resolving the issue myself. However, the problem persists even after reinstalling the Android Emulator. I'm looking for a competent Android Studio expert who can help me resolve this error and get my emulator up and running it is, Unable to launch Medium Tablet API 29 - The emulator process for AVD Medium_Tablet_API_29 has terminated. Key Requirements: - Proficient in Android Studio - Experienced in troubleshooting emulator issues Your assistance in resolving this issue would be greatly appr...

    €50 (Avg Bid)
    €50 Povprečna ponudba
    12 ponudb
    PHP Login Bug Fix 6 dni left
    VERIFICIRAN/A

    I need a skilled PHP developer to help me with a bug that's causing our login functionality to malfunction. Key Requirements: - The bug currently prevents users from logging in, and an error message is displayed upon failure - We need this bug fixed so that users can successfully log in without any issues Ideal Skills and Experience: - Proven experience in PHP development, particularly with login systems - Strong debugging skills to identify and rectify the issue - Solid understanding of database connections in PHP - Good communication skills to understand the problem and provide a timely fix

    €11 (Avg Bid)
    €11 Povprečna ponudba
    30 ponudb
    site fixes 6 dni left

    i have some path and db issues, also maybe some smtp related fixes. they should take some hours to fix on a simple site. i want the site to work correctly in xampp for all users deadline 20/5

    €9 / hr (Avg Bid)
    €9 / hr Povprečna ponudba
    17 ponudb
    Java Code Issue Resolution 6 dni left
    VERIFICIRAN/A

    i have Pojo class where it is picking property value from api response as integer in the Pojo Class: @JsonProperty("intensity") private Integer intensity; public Integer getColor() { return color; } public void setColor(Integer color) { = color; } and in parser class (INTENSITY, ObjectUtil...this way: updateProperties("color", ((), )); how i can solve this issue so in case checkVariant is true then parse it as string otherwise leave it as it is now which integer. can i do that only on parser or i need to change the Pojo class as well (colorWsDTO) who can do it in summery and short let em know , thanks please consider error handling in this case.

    €20 (Avg Bid)
    €20 Povprečna ponudba
    23 ponudb

    in general I don't get the Greek characters in the description and all the buttons "complete", "delete" etc. throw this error and the reports are not generated its probabely some issue with the path or smtp notifications. please have a look at the video. i will send you the site and db on chat budget: $15-$20 USD deadline: 20/5

    €25 (Avg Bid)
    €25 Povprečna ponudba
    38 ponudb

    1-I implemented application UI dynamically so it behave. 2-I also implemented new firebase chat system and deleted all agora code and sdk , 3-I also fix the exception and error from the project.

    €92 (Avg Bid)
    €92 Povprečna ponudba
    1 ponudb

    ...understanding in developing autonomous navigation for mobile robots using Deep Reinforcement Learning (DRL) and LIDAR data. Here are the project goals: - Real-time mapping and localization: The robot needs to be able to understand its environment in real-time by creating and updating a map of its surroundings. - Obstacle avoidance and path planning: It should be proficient in navigational decision-making to identify and avoid obstructions while effectively charting out its path. - Efficient navigation and movement: The robot should operate smoothly and proficiently, with minimal redundancies and maximum efficiency in its paths. Moreover, I'll provide a guide and a base GitHub repo, but will need you to skillfully integrate and customize the project according to req...

    €134 (Avg Bid)
    €134 Povprečna ponudba
    14 ponudb

    ...should be based around a personal biography, concentrating on my personal experiences rather than professional accomplishments. This biography will serve as a means to convey my deeper self-exploration and development. • Storytelling Approach: I favor a thematic over chronological narration. The structure of the biography should play around themes derived from my inner journey and the continuous path of self-discovery I have undergone. The storytelling should effectively weave the themes from my life experiences throughout the script instead of a time-based sequence. Ideal candidate: • Have experience in writing engaging personal biographies. • Understand thematic narration and can deftly employ it. • Mindful of the delicate balance between factual truth and...

    €2 / hr (Avg Bid)
    €2 / hr Povprečna ponudba
    18 ponudb

    Am doing a project using a simple shell and tube heat exchanger design and I have a problem with Ansys fluent validation. I already drew the shell and tube heat exchanger, simple design. However, the problem is that am unable to get similar results as the actual value when it comes to pressure drop. for flow rate 1 am getting it correct, but mass flow rate 0.5 and...drew the shell and tube heat exchanger, simple design. However, the problem is that am unable to get similar results as the actual value when it comes to pressure drop. for flow rate 1 am getting it correct, but mass flow rate 0.5 and 2 kg/s are different and far from the actual values for the pressure drop of the shell outlet. I need someone that can fix the issue achieve at least 6% or less error compared to the act...

    €63 (Avg Bid)
    €63 Povprečna ponudba
    9 ponudb

    looks like you're encountering a MySQL error related to an incorrect DATETIME value in your query. This error typically occurs when the format of the date and time being used in the query does not match the expected format in MySQL, or when an empty string is being used where a datetime value is resolve this issue, you should first check the format of the 'date_scheduled' values in your 'banners' table to ensure they are in the correct DATETIME format. You might also need to modify your query to handle cases where 'date_scheduled' might be empty or incorrectly you're not sure how to proceed or need further assistance with checking or adjusting your database, you can manage and review your MySQL databases and their tables from Site Too...

    €29 (Avg Bid)
    €29 Povprečna ponudba
    20 ponudb

    My Python script is intended to scrape specific Telegram groups, but it's not functioning as expected. I need a developer to address these issues, described below. - **Issue Description**: The script is crashing when scraping certain Telegram groups, which is likely due to the fact that it's not respecting selections. The error presented is “ AttributeError: 'MessageMediaWebPage' object has no attribute 'document'” I can provide the script if you want to check how it’s working. I am open to a whole new script being made. So long as it functions in a similar way. If not familiar you can view telethon api - **Expected Behavior**: The scraping script is supposed to collect data that matches specific regex patterns. This means that

    €26 (Avg Bid)
    €26 Povprečna ponudba
    10 ponudb

    ...Android Studio and software installation. - It needs to be a thorough, detailed, and easy-to-follow document that leaves no room for confusion. - You should include the necessary steps for the successful installation of MLC Chat on Windows 11, outlining each step with appropriate screenshots and explanations. - The guide should include troubleshooting tips to address possible installation issues that users might encounter. *All pre-requisites setups need to be included too - NDK, Cmake etc* Assume non-IT person or 10year old is following your instructions The test device will be a Samsung Note 21 NOT using Anaconda/Conda - just basic PATH settings etc on Windows. NOT using Koltin - using Java ** I suggest you have have installed MLC Chat and created the APK file ...

    €21 (Avg Bid)
    €21 Povprečna ponudba
    6 ponudb

    ...**Style**: Bold and dynamic, capturing the viewer's attention right from the start. **Elements**: - **Animated Logo**: The logo animation is a requirement and should be creatively integrated into both the intro and outro. - **Custom Music/Sound Effects**: Unique audio accompaniment that complements the visuals and sets the tone for my content. - **Social Media Call-to-Action**: The outro should include a clear and engaging call-to-action encouraging viewers to subscribe, like, and follow my social media. **Duration**: The intro and outro should be between 5-10 seconds long. **Ideal candidates** will have: - Proven experience in creating engaging YouTube intros and outros. - Strong video editing and animation skills. - Ability to craft custom music or sound effects. - A go...

    €11 (Avg Bid)
    Zagotovljen
    €11
    18 vnosov

    Description: I require a one-time conversion of my QuickBooks accounts into the iBRXL format, specifically at a summary level. Although I alr...format, there are errors in the current version due to software issues, necessitating resubmission. Requirements: Convert QuickBooks account data to iBRXL format Ensure data is at a summary level Correct any existing errors from the previous software conversion Provide a final, error-free iBRXL file ready for submission Ideal Skills and Experience: Proficiency in QuickBooks and iBRXL format Strong attention to detail and accuracy Experience in data conversion and error correction Ability to deliver a high-quality, error-free file promptly If you have the expertise to perform this conversion and correct the errors, I look forw...

    €14 (Avg Bid)
    €14 Povprečna ponudba
    9 ponudb

    ...functionality of a website from TypeScript, JavaScript, HTML, and CSS to a Python-based system. The website currently allows users to input a URL for evaluation on its ACT and WCAG compliance. Once evaluated, it highlights any errors and provides recommendations for improvement. The source code is provided. Key Requirements: - Recreate user input URL evaluation - ACT and WCAG compliance checking - Error highlighting - Recommendation provision Design Changes: - Redesign of the website's layout - Improvements to the user interface Design Preferences: - Clean and minimalist design - Modern and trendy elements The source code is available for reference. Ideal candidates should have a solid understanding of web development, particularly in TypeScript, JavaScript, HTML, CSS, a...

    €337 (Avg Bid)
    €337 Povprečna ponudba
    30 ponudb

    ...to display details - plus the ability to forward an event to a friend - plus the ability to follow an event - the app is currently purchased on a one-off basis. TO BE Mandatory criteria – no final payment until these are met 1. Enable SUBSCRIPTION payment for the app from the apple store – must facilitate the option to enable users to subscribe to a quarterly payment model. This is a must. 2. Error trapping - must be able to fail a call or function without crashing the app 3. All dates are in dd/mm/yyyy 4. The Search function must work across all prizes not just those currently calling 5. The code must be deposited in our github 6. Apple must accept the update 7. All drafts must use a version number on the front screen which are incremented for each version 8. Must u...

    €364 (Avg Bid)
    €364 Povprečna ponudba
    58 ponudb

    I need a freelance PMP certified project management trainer for ...delivering a 5 days' project management courses and vast in PMI-ACP (PMI Agile Certified Practitioner). Course duration : 5 days. Material to be covered : PMI-ACP (PMI Agile Certified Practitioner) Location: Orlando, United States Frequency : Multiple Classes Fees : 5 x US$ 700.- per training day = US$ 3500 Candidates should provide me with their resume including detail qualification, career path, experience in project management and experience in conducting project management training. Aside this urgent time sensitive class, there will be multiple trainings in several locations in USA, Canada, UK, Europe and Africa so applicants from various locations are encouraged to apply so they can be contacted ...

    €532 (Avg Bid)
    Lokalno
    €532 Povprečna ponudba
    8 ponudb

    I have a Pine Editor script that I believe is in a good place, but I'm hitting some error messages that I can't seem to fix. I need someone who knows their way around Pine Script and TradingView to help me get this script running smoothly. Key Requirements: - Troubleshoot and debug script errors: The main issue I'm facing is error messages when I try to run the script. I need someone to go through the script, identify the root cause of these errors, and help me fix them. - Pine Script proficiency: The ideal freelancer for this project should have a good handle on Pine Script, as it's essential for understanding and improving the script. - TradingView experience: Since the script is set to work within TradingView, experience with this platform is crucial. ...

    €24 (Avg Bid)
    €24 Povprečna ponudba
    5 ponudb

    I urgently need a professional to resolve unspecified errors on my Shopify Store. I overlooked providing specific details on the issues, but one with experience in identifying and quickly rectifying a wide range of Shopify errors will be ideally suited for this project. Skills and Experience: - Comprehensive knowledge of Shopify platform - Experience with various Shopify themes - Proficiency in troubleshooting and resolving website loading, payment processing, and product display errors. - Excellent problem-solving skills Due to the urgency of the project, it would be best to get it completed as soon as possible. Your rapid response would be greatly appreciated.

    €124 (Avg Bid)
    €124 Povprečna ponudba
    83 ponudb

    I'm in need of a skilled OpenCV programmer to help me with a bug in my WhatsApp automation script. Here's what you need to know: - The specific issue is that the automation isn't starting as expected. - The script is written in Node.js. - I haven't been able to locate any error messages or logs that might be related to the issue. You should ideally have experience with: - WhatsApp automation - Node.js - OpenCV Your task will be to identify the root cause of the automation failing to start and rectify it.

    €11 (Avg Bid)
    €11 Povprečna ponudba
    3 ponudb
    Udemy - Rakuten api problem 5 dni left
    VERIFICIRAN/A

    ... But there is this message. I need someone who can analyze the problem, and if possible, solve it. According the Masterstudy plugin support, it´s running. So, could be other problems. this is the error message Error calling GET : (403) <!doctype html> <html> <head><meta charset='utf-8'> <title>Error • Udemy</title> </head> <body> Forbidden <script>(function(){if (!) return;var js = "window['__CF$cv$params']={r:'885cdcdf3f9f9180',t:'MTcxNjA0NTk1Ny4wMzIwMDA='};_cpo=('script');_cpo.nonce='',_cpo.src='/cdn-cgi/challenge-platform/scripts/jsd/',('head')[0]

    €135 (Avg Bid)
    €135 Povprečna ponudba
    39 ponudb
    PHP File Fix & Database Integration 5 dni left
    VERIFICIRAN/A

    ...properly. All files of the site are hosted and the site is complete but due to some error while connecting to the database some code is missing and the connection is not completed. You have to find out where the problem is and fix it properly. I will help you in everything ******* I'm seeking a skilled PHP developer to assist with a project that involves fixing a PHP file and combining a Php ,MySQL database. The main tasks for this project include: - Resolving a database connection issue in the PHP file. - Combining the MySQL database in the backend of the PHP file. Your role will be crucial in ensuring that the database is correctly integrated into the PHP file and that the database connection is stable and error-free. The PHP file should be able to suc...

    €122 (Avg Bid)
    €122 Povprečna ponudba
    60 ponudb

    I am looking for an experienced Flutter developer to help me resolve an issue with Google Login on my Android app. -When we generate release version of the APK Login with Google works perfectly, but upon publishing it to the Google Play Store, it encounters issues. The error message encountered is: PlatformException(sign_in_failed, com.google.android.gms.commeon.api.b:10:, null, null). Ideal skills and experience: - Proficiency in Flutter and Dart - Experience with Google Login integration in Flutter - Ability to troubleshoot and resolve authentication issues - Strong understanding of Android app development - Good communication skills and the ability to collaborate effectively with the rest of the team. If you believe you have the expertise and experience to tackle this probl...

    €29 / hr (Avg Bid)
    €29 / hr Povprečna ponudba
    51 ponudb

    I recently uploaded an outdated copy of my WordPress website to my shared hosting server and now I am experiencing an HTTP 500 error whenever I attempt to access the homepage. It's essential to get this issue resolved promptly as it's hindering visitors from interacting with the site. Key points to address: - Identify the root cause of the HTTP 500 error. - Implement a solution to resolve the issue. - Ensure the homepage is accessible without any errors. - Ideally, provide recommendations to prevent such issues in the future. The ideal candidate for this project will have: - Proven experience in WordPress troubleshooting and fixing HTTP 500 errors. - Strong understanding of shared hosting environments. - Good problem-solving capabilities. - Excellent communicatio...

    €23 (Avg Bid)
    €23 Povprečna ponudba
    67 ponudb

    Hello, I'd like to correct an error I have on our Python/Django website hosted on PythonAnywhere. Here are the logs: If you think you can fix this bug, please contact me via Freelancer.

    €16 (Avg Bid)
    €16 Povprečna ponudba
    6 ponudb

    I'm looking for a professional who can assist me with the typing of my novel manuscript. Your responsibilities will include: - Accurately typing out my novel - Formatting the typed content into an e-book format The ideal freelancer for this job would be experienced in: - Typing - MS Word - Excel calculations - E-book formatting Having an RS-CIT certificate would be a major plus. The ability to pay close attention to detail and produce error-free work is paramount. Experience in typing and formatting novel manuscripts is highly preferred. Finally, quick turnaround time is necessary for the successful completion of this project.

    €239 (Avg Bid)
    €239 Povprečna ponudba
    83 ponudb

    I'm looking for a seasoned Ionic application developer, who can help create our app for iOS, Android, and web platforms. Key Responsibilities: * Develop Ionic application adapting to our detailed design * Seamless integration with a specific cloud servi...web * Proficiency in cloud services integration * In-depth understanding of coding and the ability to troubleshoot and analyze websites for speed, functionality, and aesthetics * Knowledge in making architectural recommendations To be most successful in this position you should have a keen eye for detail, be committed to meeting deadlines, and be eager to fix bugs so that the final product is error-free. I'm looking for someone who will be committed to the coding craft, write code that they are proud of, and can hit...

    €4 / hr (Avg Bid)
    €4 / hr Povprečna ponudba
    7 ponudb

    ...Treasure The illustrations should be based on taking up a third to half page to accompany the chapter number and chapter sub title e.g. chapter 1, a new life, chapter 2 exciting plans. Each small illustration should depict a scene from the up and coming chapter and include some background. 12-year old explorers displaying characteristics of curiosity. One specific scene to be illustrated is when the young explorers gather around to study a secret map. They each have small backpacks and would be standing on a small path in front of a rock face. There is no specific requirement regarding the interaction between the characters. Other scenes depict their young mothers being handed an old ribbon bound file. The four children setting up tents with the rundown Manor House par...

    €429 (Avg Bid)
    €429 Povprečna ponudba
    67 ponudb

    We are looking for experience PHP developer who can complete the project in urgent basis, this is a tight dead line project that need to be finished in 3 days. We have an ecommerce website which is almost 90% ready, we need to add custom filter to it, below is the list of fil...looking for experience PHP developer who can complete the project in urgent basis, this is a tight dead line project that need to be finished in 3 days. We have an ecommerce website which is almost 90% ready, we need to add custom filter to it, below is the list of filter s: Price filter color filter Brand filter Categories filter Size filter Material filter and also fix the payment gateway error. Let me know if this can done during the weekend and in given budget I will share the code to finalize ...

    €444 (Avg Bid)
    €444 Povprečna ponudba
    58 ponudb

    My Wordpress site has some issues. Also a lot error alerts in Google search console need expert to fix that

    €119 (Avg Bid)
    €119 Povprečna ponudba
    86 ponudb

    I need a skilled Node.js developer to implement specific changes to my existing color prediction game. Key Requirements: - Modify the game logic: Primarily, I want to change the scoring system. This will require a deep understand...effectively. The new scoring system should enhance user engagement and retention. - Connect APIs from other websites: I need to integrate external services into the game, which will require knowledge of API integration processes. This integration should be seamless and reliable, and will play a crucial role in the game's overall functionality. - Implement JWT token for user authentication - Basic error fixing: There are some minor issues in the existing code that need to be addressed. An attention to detail and the ability to troubleshoot effectiv...

    €147 (Avg Bid)
    €147 Povprečna ponudba
    16 ponudb

    Tengo un error en codeigner con la api de mikrotik , necesito hacer funcionar este script corrigiendo este error: }catch(Exception $e){ return $e->getMessage(); } } } } // Mikrotik API if (!function_exists('mkClient')) { function mkClient() { return new PEAR2NetRouterOSClient(settings()[0]->mkipadd, settings()[0]->mkuser, settings()[0]->mkpassword); } } // Mikrotik API Util if (!function_exists('mkUtil')) { function mkUtil() { return new PEAR2NetRouterOSUtil(mkClient()); } } Class 'PEAR2NetRouterOSUtil' not found

    €29 (Avg Bid)
    €29 Povprečna ponudba
    7 ponudb
    Android Beta Tester Needed -- 3 4 dni left
    VERIFICIRAN/A

    I'm seeking a skilled and conscientious Android user who can help us identify bugs in our app's beta version. Key Responsibilities: - Daily testing: You'll be expected to provide daily feedback on any bugs you find. This will help us maintain a smooth and error-free user experience. - Detailed bug reporting: Clear, concise and detailed reporting on any bugs identified is crucial for our development team to address these issues quickly and efficiently. Ideal Candidate: - Experienced Android user: To be effective at this role, you should be very comfortable using Android phones. - Detail-oriented: You should be able to spot and describe even the smallest bugs. - Strong communication skills: Your feedback will be vital for our development, so the ability to articulate...

    €17 (Avg Bid)
    €17 Povprečna ponudba
    36 ponudb

    ...Requirements: - Compatibility: - Must be compatible with the latest versions of Android and iOS. - Must be compatible with the latest version of PhoneGap/Cordova. - Documentation: - Provide comprehensive documentation on how to integrate and use the plugin within a PhoneGap/Cordova project. - Include clear instructions for configuring the WebSocket server URL, notification settings, and any other necessary configurations. - Error Handling: - Implement robust error handling and provide informative error messages. - Ensure the plugin handles network interruptions gracefully and attempts to reconnect as needed. - Security: - Ensure secure communication between the app and the WebSocket server. - Implement necessary security measures to protec...

    €466 (Avg Bid)
    €466 Povprečna ponudba
    15 ponudb

    I've been having an issue with the tabs on my website. They're not opening when clicked. Site: Some more details: - There are no error messages displayed when attempting to open the tabs. - I've tested the tabs on Chrome, Firefox, and Safari. I'm looking for a skilled developer who could troubleshoot the issue and make the tabs functional again. The ideal candidate should possess: - Proficiency in HTML and JavaScript. - Experience in debugging and troubleshooting similar issues. - Familiarity with cross-browser compatibility testing. This is a relatively small project and shouldn't take much time for someone with the right expertise.

    €20 (Avg Bid)
    €20 Povprečna ponudba
    48 ponudb
    Android Beta Tester Needed -- 2 4 dni left
    VERIFICIRAN/A

    I'm seeking a skilled and conscientious Android user who can help us identify bugs in our app's beta version. Key Responsibilities: - Daily testing: You'll be expected to provide daily feedback on any bugs you find. This will help us maintain a smooth and error-free user experience. - Detailed bug reporting: Clear, concise and detailed reporting on any bugs identified is crucial for our development team to address these issues quickly and efficiently. Ideal Candidate: - Experienced Android user: To be effective at this role, you should be very comfortable using Android phones. - Detail-oriented: You should be able to spot and describe even the smallest bugs. - Strong communication skills: Your feedback will be vital for our development, so the ability to articulate...

    €473 (Avg Bid)
    €473 Povprečna ponudba
    49 ponudb
    Android Beta Tester Needed 4 dni left
    VERIFICIRAN/A

    I'm seeking a skilled and conscientious Android user who can help us identify bugs in our app's beta version. Key Responsibilities: - Daily testing: You'll be expected to provide daily feedback on any bugs you find. This will help us maintain a smooth and error-free user experience. - Detailed bug reporting: Clear, concise and detailed reporting on any bugs identified is crucial for our development team to address these issues quickly and efficiently. Ideal Candidate: - Experienced Android user: To be effective at this role, you should be very comfortable using Android phones. - Detail-oriented: You should be able to spot and describe even the smallest bugs. - Strong communication skills: Your feedback will be vital for our development, so the ability to articulate...

    €22 (Avg Bid)
    €22 Povprečna ponudba
    30 ponudb

    I am currently having issues updating my pages with Elementor, and I'm not receiving any error messages. Additionally, I've noticed that my website's performance is slow and could benefit from more memory. Key Requirements: - Troubleshoot and resolve the issue of Elementor not updating pages without error messages. - Optimize the website's performance to improve its speed. Ideal Skills and Experience: - Proficient in WordPress and Elementor. - Experience in troubleshooting and resolving plugin compatibility issues. - Demonstrable experience in website optimization for speed and performance enhancement. Your bid should address these points specifically. Please provide examples of similar work you've completed in the past.

    €114 (Avg Bid)
    €114 Povprečna ponudba
    21 ponudb

    ...looking for an expert to help me fix an error on my website. The site is not specified as to what the problem is and I would need a thorough diagnosis and resolution. Additionally, I'm experiencing some uncertainty with my Google Merchant Center listings, but I'm not sure of the details. Key Responsibilities: - Diagnosing and fixing errors on my website - as the specifics of the issue are currently unknown, an analytical approach and problem solving skills will be required. - Troubleshooting and correcting any issues in my Google Merchant Center listings - this may involve identifying missing products, incorrect prices, or discrepancies in product descriptions. Ideal Skills and Experience: - Proven experience in website troubleshooting and error resoluti...

    €176 (Avg Bid)
    €176 Povprečna ponudba
    44 ponudb

    ...paragraphs to type. Upon completion of the test, the application should display a comprehensive error tracking and review. Key Features: - Average typing speed assessment: The test should be designed to evaluate a user's typing speed within a specific range. - Paragraph-based typing: The test should present users with paragraphs to type, as this more closely simulates real-world typing scenarios. - Error Tracking and Review: After the test is completed, the application should provide detailed tracking of errors made during typing, enabling users to review and improve on their mistakes. Ideal Skills: - Strong experience in designing and developing typing test applications. - Proficiency in creating error tracking systems. - Familiarity with user-friendly inte...

    €542 (Avg Bid)
    €542 Povprečna ponudba
    17 ponudb

    I'm looking for a WordPress expert who can help me resolve an Error 500 issue that's occurring when users access my website. The error seems to be an 'Internal Server Error', but I'm not sure what's causing it or how to fix it. Key Tasks: - Identify the root cause of the Error 500 - Implement a solution to resolve the issue - Provide recommendations to prevent similar errors in the future Ideal Skills and Experience: - Extensive experience with WordPress - Proven ability to troubleshoot and fix Error 500 issues - Familiarity with server configurations and potential causes of Internal Server Errors - Strong problem-solving skills to identify and resolve the root cause of the issue - Good communication to explain the issue a...

    €20 / hr (Avg Bid)
    €20 / hr Povprečna ponudba
    83 ponudb

    On-page: Improve the header, mobile version, and add a footer. Create blogs similar to but we'll provide the keywords. In your bid, mention how many blogs can you provide with the bid price. 200 Do-follow High Quality backlinks from PR3-Pr4 Sites with at least DA 30+: A final report will be provided by you with links, website name, DA and PR values on a list. Error Free list Note: No backlink from social media sites, forum, comments, directory, listing, or SEO driven site.

    €115 (Avg Bid)
    €115 Povprečna ponudba
    105 ponudb
    Custom Python API for Quotex Broker 4 dni left
    VERIFICIRAN/A

    I'm looking for an experienced developer to create a custom API for the...someone who has expertise in API development. The API should have the following features: - Real-time market data streaming - Trade execution - Account balance retrieval - Comprehensive error handling with detailed error messages - High-performance optimization for fast execution - API calls should be fast Ideal skills for this project include: - Deep understanding of Python - Experience in designing and developing APIs - Background in trading platforms or financial services - Strong problem-solving skills - Ability to optimize for high performance Your primary goal will be to produce a reliable, error-free, and fast API that can efficiently facilitate trades on both demo and real ...

    €164 (Avg Bid)
    €164 Povprečna ponudba
    20 ponudb