Jump to content

Search the Community

Showing results for tags 'Php'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Discussion
    • Website Management and Coding
    • Technology and the Internet
    • Philosophy, Politics, and Science
    • Art and Entertainment
    • Other Discussion
  • HelioHost
    • Questions
    • Customer Service
    • How You Can Help
  • HelioNet
    • News
    • Contact HelioNet

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

  1. Just wondering about my options, Is there nay way to setup a trigger on an email id, for arrival of email. The moment an email arrives, a particular JavaScript or PHP file can be called and triggered. Just if it is possible and would not put too much load on the server!
  2. Hi, it is possible to create MYSQL databases from a PHP script on Tommy? Thanks
  3. Hi, I am using the free hosting account (server Stevie) to test a symfony2-based project and one of the php extension that I need is the php-intl. I know it is not possible to edit the php.ini file, but I tought it may solved by installing trough the cPanel > PHP PEAR Packages > Install I18N php package, but it seem doesnt work. Question, there is any way to enable/install the php-intl extension? Thanks EDIT: Updated topic title
  4. I put a php file phpinfo.php in folder public_html/test/, and entered http://vaninf.heliohost.org/test/phpinfo.php in web browser to access it. I got "500 Internal Server Error" page. Can any one help me resolve it?
  5. Hello, I've been attempting to run php files from the public_html folder and can't seem to get them to work. In place of my php webpage I get: Is this my fault for not properly setting up PHP or something? They work fine running on other ftp hosts's public_html folder. EDIT: I'm a Johnny that requires PHP 5.5+ for my files to work.
  6. Hi, can you enable the opcache php extension on Tommy? Thanks
  7. This is the error: Warning: pg_connect(): Unable to connect to PostgreSQL server: FATAL: no pg_hba.conf entry for host "::1", user "postgres", database "inmobiliaria", SSL off in /home/inver/public_html/inmobiliaria/consulta.php on line 12 This is the file that connects to the database. Although locally it works. <?php /*Conexion a la base de datos*/ $user = "inver_inverdata"; $password = "*******"; $dbname = "inver_inmobiliaria"; $port = "5432"; $host = "localhost"; $cadenaConexion = "host=$host port=$port dbname=$dbname user=$user password=$password"; $conexion = pg_connect($cadenaConexion) or die("Error en la ConexiĂłn: ".pg_last_error()); /*$query = "select id, usuario, contrasenia from usuario"; $resultado = pg_query($conexion, $query) or die("Error en la Consulta SQL"); */ ?>
  8. Hello. Today my joomla site showed me this: Is Tommy going to upgrade? Thanks
  9. Hi, on Tommy account, I can't upload in WordPress anything that is more than 2 MB. Why? Thanks
  10. Hi, 1) As far as I got it, the Tommy server should be a way stable and reliable one than Johnny, but currently the uptime of Johnny is 100%, while Tommy's 98%. I understand there may be hundredths of reasons for that, but may you please tell me why is this actually so atm? 2) I'm using the Tommy server currently and I can't find PHP Info with both of the templates provided. How can I check what current version am I using atm? 3) I have my own domains(couple of them), and I want one of them to replace the subdomain of the heliohost, and use others as parked domains. Am I able to do that - to delete the subdomain of heliohost, so it will be only available to access the site with my own domain(or other parked domains of my)? Edit: Okey, I think I found the PHP version - it's on the "Server Information" link, at the right column of the paper_lanter theme. It says PHP version is 5.6.24... Is there any info on when it will be upgraded to 7? Edit 2: I've just noticed not my IP address at the "Last Login" area. That IP was 65.19.***.* -- is that someone from Admins or...?
  11. Hello friends! I'm new here, so if I've done something wrong please correct me.Anyway ... Today I was trying to install the IPS Community Suite and got an error"Your PHP memory limit is set to 64 MB but should be set to 128M or more. You should contact your hosting provider or system administrator to ask for this to be changed."How should I proceed?
  12. Greetings! Being new to the business, I am not yet exposed to PHP. I joined heliohost because of one reason: IT PROVIDED asp.net and java hosting. I IGNORED THE REST sorry! I am good at java and asp.net. But am worst at PHP! Earlier, I thought it doesn't matter at all to know PHP when knowing java and .net. But, now, I wanna correct myself! would love to expose myself to php too. For this, I tried many things: W3Schools tutorials, thenewboston.com tutorials, etc. but neither of them worked! Have heard many things about PHP5, PHP7, Yii framework, etc. Can someone suggest me where to start with? what would be the best of it to learn? Also, I don't wanna spend a lot of time leaning. I wanna learn all the basics and then spend a lot of time practicing, implementing and developing! So, please guide me accordingly! courtesy: heliohost - for exposing me to many technologies, tools and services. Even not being useful for current work, they motivate you to take a step towards learning them! It's awesome. Thanks a lot!! Got many stuffs to groom!
  13. Hey, Just wondering if it was possible and if yes, how to do it! 1. Automatically backing up MySQL database 2. Automated backing up public_html folder. 3. Zipping to one file 4. Mailing it as a link or an attachment to the webmaster or required email address or atleast sending a simple mail to remind of the backup. Any ideas on how to do that and run it weakly as a cron or monthly as per requirement! Open to all suggestions and discussions.
  14. Hi, In the past I was able to change PHP version.. but it seems that PHP version switcher is not included in new system`s accounts. I hope you add the switcher to my account. If this is not possible kindly change PHP version to one that is greater than 5.5.0 This is required for SLiMS installation (and many other softaculous scripts) - Account name: jplib - Site: cairojpdeptlib.heliohost.org Thnak you Ashraf
  15. Where in the file manager should I put php files that I want to run externally with a url? After putting the file in the correct directory will I be able to run it with the following url? example.heliohost.org/file.php
  16. Server: Stevie PHP File: bloodline.heliohost.org/php/signup.php Web Site: bloodline.heliohost.org Database: rutaj6_user Table: userdata ----------------------------------------------------------------------- Hi, I have been trying to use a PHP file to connect and create records in the database table above. Everytime I trigger the file to run through a form submit button, it shows Internal Error (500). The error page that I had coded displays fine and there are no other errors anywhere. I have been trying for over an hour and it is still failing. I have checked and rechecked the code to see if it contains the problem but there is no error to my knowledge. Please let me know if you find the reason behind the error and if it in your server or something from my side! Thanks in advance. Rutaj Dash
  17. Hi, I am using HelioHost with Stevie plan, and recently, I downloaded a program called "Server List" which requires php version 5.4 or higher. Can I change my php version? Or may you help me to upgrade the php?
  18. After the MySQL crash I changed my cPanel password, was able to get back into phpMyAdmin. My Wordpress database was still there in tact, but all of the tables were renamed from to something else for some reason. I renamed them all back, and the "cannot connect to database" error went away, but then my website simply failed to load anything. I realized I was supposed to delete and recreate my database users, which I did, and reassigned them to the database. I used the same password as configured in Wordpress. Still nothing. I checked the cPanel error logs and saw this: [Thu Jun 23 07:09:43 2016] [error] [client 37.26.147.148] client denied by server configuration: /home/robev/public_html/blog/wp-admin/install.php So for some reason the server is rejecting me. I looked online and it recommended checking the .htaccess file if there's any restrictions, and there are none. Is this on your end or mine?
  19. While installing owncloud from softaculous...(Steve server) The following errors were found : The PHP Version is less than the required 5.4+ :tick: Continue anyway ? (Might not work due to PHP version compatibility.) Then The following errors were found : Required PHP version greater than equal to 5.4.0 AND found version is : 5.3.8 Can I request that small update? Thanks.
  20. Hi, i am able to login into my account but whenever i try to access my scripts using web browser i get the message This site can’t be reached monitorpollution.heliohost.org took too long to respond. please help. regards mpho
  21. Hi, I just realized that just Johnny offers php 5.4... but I don't want to leave Stevie due to its higher uptime and better performance. So my question is if stevie will be updated to php 5.4 in the near future? Martin
  22. hey I would create a social network but the version of php and mysql and very old could upgrade to the latest? may even help the server as it will reduce the use and the response delay I loved the Heliohost, always help in pressing ads
  23. I got an Error in my Code that: 0 results: : Table 'ccraft50_db.MyGuests_Index' doesn't exist This is my code: <?php $servername = "localhost"; $username = "ccraft50_db"; $password = "my password"; $dbname = "ccraft50_db"; // Create connection $conn = new mysqli($servername, $username, $password, $dbname); // Check connection if ($conn->connect_error) { die("Connection failed: " . $conn->connect_error); } $sql = "SELECT id, firstname, lastname FROM MyGuests"; $result = $conn->query($sql); if ($result->num_rows > 0) { // output data of each row while($row = $result->fetch_assoc()) { echo "id: " . $row["id"]. " - Name: " . $row["firstname"]. " " . $row["lastname"]. "<br>"; } } else { echo "0 results: " . $conn->error; } $conn->close(); ?> How do I remove the database name in my Table?
  24. I was able to change PHP Version at another hoster, while I can`t see this feature here (under PHP Configuration). I was told that hthe hoster can do it for me in such cases, so, please downgrade my PHP version to 4x.,as many famous Softaculous scripts are not compatible with 5x. Thanks
  25. Just wondering, why are both stevie and johnny using old versions of php? Stevie uses v. 5.3.8 and Johnny uses v. 5.4.41. The current version is 5.6.15 if I'm correct.
×
×
  • Create New...