alexb01
Forum Replies Created
-
Forum: Installing WordPress
In reply to: InstallSTEP2: Error establishing db connectionTHANKS FOR YOUR VALUABLE HELP!!!
Forum: Installing WordPress
In reply to: InstallSTEP2: Error establishing db connectionhttps://geocities.com/goufakos_lar1/wordpress.JPG
Somebody to solve my problem..?
Forum: Installing WordPress
In reply to: InstallSTEP2: Error establishing db connectionCan/will anybody help me?
Forum: Installing WordPress
In reply to: InstallSTEP2: Error establishing db connectionI refer Textpad only because I understood what is happening from there.
Well, let’s say we have this:
==================================
$wpdb->query(“INSERT INTO $wpdb->linkcategories (cat_id, cat_name) VALUES (1, ‘”.$wpdb->escape(__(‘Blogroll’)).”‘)”);
==================================
This is php code, so it started with <?php ..
The php code STOPS when we put ?> right ?
Well, here the php code stops at the $wpdb-> .. and generally it stops everytime it faces a > !So let’s say in the install.php there is this line:
==================================
<?php print ‘dea > th’; ?>
==================================
The browser will not display “dea > th”. It will display “<?php print ‘dea “And I repeat, this happens only in the install.php ! When I try to do this in another file created by me, it is ok! It stops only when it faces “?>” and not in every “>” !!!
Forum: Installing WordPress
In reply to: InstallSTEP2: Error establishing db connectionHello and thanks ??
Ok, I’ve now created the database named ‘wordpress’. But here’s a f**king problem! I go to install.php (second step) and here’s what I get -> https://www.geocities.com/goufakos_lar1/wordpress.JPGOMG! I open the sourcefile of install.php via TextPad and what I see is that the <?php stops everytime it faces a ‘ > ‘ !! Eg when there is something like this:
$wpdb ->
It stops at the > !!
I try to do somethin similar to this in another file writing:
<?php print ‘lose > r’; ?>
And it is ok !!What should I do?